Calvin Rose
Calvin Rose
Hi @pepe , this fell off my radar but seems to be a useful proposal. I would merge this if you work on this and submit a PR.
So taking a look at this, spork should be updated now. As for binpath, we are taking a different approach with installing scripts with bundle. All scripts will now just...
I had almost forgotten that we still rely on mendoza at this point - my usual interaction with the documentation is editing individual pages, runing `make`, `make run`, and running...
Nothing currently wrong with this change, I personally don't mind one way or the other, but currently it doesn't build when I merge to master. In the meantime, other changes...
Thanks for all the work, everyone!
Yes, the issue here is the JPM config thinks that the PREFIX of janet is set to /usr/local. What is the output of jpm show-paths?
So this originally was intentional - to keep routing very simple and dictionary based, the emphasis was to use query parameters instead. httpf was never meant to be like django,...
Overall, looks pretty good. Generally, fewer ifdefs the better for uncommon platforms, but I can't test on 9front.
Removing the "TODO" comment will let it pass CI
> This includes 9front's new atomics support, and other than that is mostly just disabling some things that don't work properly on 9front (threading, ev, etc) That's a shame, but...