siiky
siiky
Overflow on subtraction.
Howdy o/ I just now learned of this list of HTTP API clients and would like to include my own (almost finished) implementation in Scheme. I was hoping to get...
Just searched the issues/PRs and nothing came up. Also searched the repo and the only hit seems to be something to do with fonts. Weird... Are there plans to support...
The function `StoreAsset()` gives an error with [redbean 5c358635](https://github.com/jart/cosmopolitan/commit/5c358635249616157b1e02c603ceb852dfc33ef7), built with `MODE=tinylinux`, running with the `-*` flag, and on a Debian testing x64 PC. ```lua -- .init.lua StoreAsset("test.txt", "this is...
I have Kubo running and therefore had to change some options to keep Peergos from clashing with it. I used `java -jar Peergos.jar daemon -log-to-console true -ipfs-api-address /ip4/127.0.0.1/tcp/6001 -ipfs-gateway-address /ip4/127.0.0.1/tcp/9081...
Related to #3344. https://github.com/microsoft/vcpkg/issues/34709 has been fixed but there's no fixed release yet -- I'll keep an eye for it. Will leave this issue open as a reminder. --- As...
**Describe the bug** Starting with one of the latest 2 or 3 releases, the IPFS companion seems to be disabled from time to time, even if Kubo is running. When...
Kind of related to #5: I believe it may be possible to improve performance of the [shuffle operation in `gochan-select*`](https://github.com/kristianlm/chicken-gochan/blob/b7670b97d32f009b22aade7fc0860f1e78bf626c/gochan.scm#L381-L385). Here's my [proposed alternative](https://git.sr.ht/~siiky/chicken-gochan/commit/488a3aeb3edbd0447b588968cde6cd85d4b2945e): ```scm (define (shuffle l) (if (null?...
This is not a bug report or feature request, it's a "mood check" if you will. I was recently searching for the best way to use UART in BEAM (preferably...