iacore
iacore
how to reproduce - go in this repo - run in Janet REPL: ``` (import spork/mdz) (mdz/markup (slurp "doc/data.mdz")) ``` now, you should see this output ``` @{:current-file "" :front-matter...
true code: ```janet (pp nearest-vertex) (draw-circle-gradient (splice nearest-vertex) 4.0 :lime :red)))) ``` ``` (264.160827636719 400) error: bad slot #0, expected 32 bit signed integer, got 264.160827636719 in jaylib/draw-circle-gradient in _thunk...
See commit messages for details. Deprecated non-standard APIs and added standard ones.
Thank you for creating this wonderful language! When browsing the home page at https://imba.io/, I found a visual bug. 
- [ ] Fix all the styles - [ ] Fix py-dart-sass on Linux (Done in https://github.com/dumdoo/py-dart-sass/pull/1) Closes #940.
The current reader menu is confusing. I can't remember which is which. The cross button looks like it closes the menu, but it exits the reader.  This should be...
This pull request is as reference. I did a few things: - translate the build system for `gui-daemon` to Zig, which allowed me to do the following - make it...
Now building package for archlinux is easier than before! Just run `makepkg -s` inside `archlinux/` and you are good to go. No more `git clean` needed. May break build system....
I was trying to build https://github.com/rakudo/rakudo/. The readme page says that I can download MoarVM and nqp myself. 1. I built moar easily. 2. Then I tried to build nqp....