iacore

Results 215 issues of iacore

[Some modules](http://synthcode.com/scheme/chibi/lib/chibi) like `(chibi show)` are not available on the website http://synthcode.com/scheme/chibi/#h2_StandardModules

Not much no say about the patch. The server can't handle SIGINT on Linux, so Ctrl+C can't stop it. on_signal/2 doesn't seem to be in scryer_prolog. *** Thanks for making...

``` repl:40:> (doc some) function boot.janet on line 2160, column 1 (some pred ind & inds) Returns nil if (pred item) is false or nil for every item in ind....

On parse error, the REPL state is not reset. terminal trace: ``` > janet Janet 1.28.0-meson linux/x64/gcc - '(doc)' for help repl:1:> (print "\b") repl:1:10: parse error: invalid string escape...

# 🐞 Bug report 🐞 ## Description `alda play` has no sound. No new audio source in Pulseaudio. ## Steps to Reproduce 1. `alda -v2 play -c "piano: c12 e...

bug
linux

### Description when `ease` property is used on a tag, the mouse event gets eaten when happened at the end of transition out. ### Reproduction ![image](https://github.com/imba/imba/assets/74560659/4840fc14-f0d6-4d23-b496-915462d3e0b6) See the long rectangle...

bug

### Description As stated in the title. `pnpm i` installs imba 0.9.0. `"imba": "*"` is too relaxed. Same for `express`. ``` Packages: +135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Packages are hard linked from the...

bug

Is it possible to have C API for elvish? It would be cool to use Elvish to exchange userdata (like in Lua) between programs. So far, exchanging data between programs...