Noah Pederson

Results 18 issues of Noah Pederson

LOG_DEBUG conflicts with another enum definition in syslog.h, which causes compilation errors when included. This renames the enum values to be prefixed with LOGC instead of LOG to avoid this....

When decoding a map that was encoded as an `OrderedDict`, the resulting map is a standard python `dict` which does not guarantee ordering. I don't believe ordered maps are part...

IANA Tag Support

I'm looking to embed chibi-scheme into an embedded system on bare metal (no OS, or a RTOS) but am running into problems related to ``, `-dl`, and `-lutil`. Is it...

When running the ensemble registry, if you use the default unix socket and stop the process and restart it, it fails with the following: ``` ^^>>> gxensemble registry 13:57:33 2024-01-21T19:57:36Z...

[See this thread for context](https://matrix.to/#/!YiqFGmUoOjbMmTBpiR:gitter.im/$u6aDV0ErmXz30xYFRhbtDyGw3rlTpk-tbb15nMo421w?via=gitter.im&via=matrix.org&via=asra.gr). When you have a separate Gambit Scheme install on your system, the homebrew build for MacOS may fail if it does not use the libgambit...

Currently there is no way to efficiently slice `u8vector`s without allocating, however this is a fairly common operation for certain types of systems programming. We should at least be able...

When using the vim shortcuts `o` or `O` to insert above or below the cursor, the outliner plugin does not insert a bullet point. **To Reproduce** 1. Enable vim editor...

bug

The BL808 has an NPU, but I'm not seeing any references to it here despite there being TensorFlowLite and TinyMaix in-repo. Am I just not seeing it, or is the...