Problem
Every tab I open for this shows up as "JanetDocs"
This can be annoying when trying to find the tab for a specific function.
Solution
Add the function name to the title, e.g. each ≫ JanetDocs
Every tab I open for this shows up as "JanetDocs"
This can be annoying when trying to find the tab for a specific function.
Add the function name to the title, e.g. each ≫ JanetDocs
I tried to get a PR for this going, but I couldn't get the local dev setup working. There were too many packages to install with Import Blessed Packages, and the idea of installing so many packages with sudo for a docs site seems like playing Russian roulette with your computer for no reason. What happened to npm install?
Oh! I can get this up in a moment. Thank you for pointing it out
There were too many packages to install with Import Blessed Packages
The solution's to just skip that step. Seeding should work without it (or potentially install the 2-3 it errs on?) Or if you don't seed at all, the core pages will still be there (where the problem is).
installing so many packages with sudo
I have vendored (most?) of the packages, but I really don't know how to handle it otherwise. I don't understand how the various package managers work.
Many packages require e.g. c compilers or even installing j, so it's pretty tedious. But the pure janet packages could be downloaded and have their actual janet files imported locally etc. (however there's no standard repo structure etc. and with the multiple package manager options... it's a lot.)
But I presume there are flags on jpm or one of the newer package managers to install locally - I just don't know them. .___.
Awesome! Thanks @veqq! 😄
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?