iacore

Results 215 issues of 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. ![image](https://user-images.githubusercontent.com/74560659/212519687-ba465a85-5965-4dfc-a0ee-754b29f237ed.png)

- [ ] 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. ![Screenshot](https://github.com/Suwayomi/Tachidesk-WebUI/assets/74560659/6331709a-71d1-4e06-accf-641cfb08ac2e) This should be...

enhancement

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....