CFiggers
CFiggers
By "alias" you mean linking to a page but having the link text show something different from the name of the page? I do that like this: ``` [This is...
Same question here.
Also experiencing this issue.
@amano-kenji You can pass what comes back from `(dyn *current-file*)` to `(spork/path/abspath)`: ```janet # scratch.janet (import spork/path) (print (path/abspath (dyn *current-file*))) ``` ```console $ janet scratch.janet ``` If you're opposed...
For whomever might still be concerned, I ran into this issue while trying to get Calysto Hy working today. I wasn't able to get a workaround going—I'm using the Jupyter...
> Ah, I figured out: > > ``` > export ZELLIJ_SOCKET_DIR=/run/user/[userid]/zellij > ``` This helped me, except that I also needed to manually create that directory and then run `sudo...
I thought the same thing! I saw your original issue over in janet-lang/janet (agree that this is a better place for it). Before that I didn't realize that `[&keys foo]`...
I'm sure if there was anything *really* bothering me I could find a way to fix it with macros, at least to my own satisfaction. 🙂 No need to change...
I like the idea of a `project.jdn` file. On top of project info, dependencies, and build recipes, it sounds pretty useful for tooling to tap into as well—if arbitrary metadata...
Replicated! I'll probably address this as part of v0.0.5. Thanks for reporting!