Phoebe Goldman
Phoebe Goldman
The printed representation of Coalton types uses the `#.` macro in an attempt to be readable, but does not quote subobjects. This works fine for subobjects which are also Coalton...
Discussion on #775 has brought to light that it would be valuable to have a document, possibly docs/lisp-style.md, describing the Common Lisp style conventions used in the compiler and their...
Per discussion on Discord, this is a (currently early draft) proposal for a Coalton character streams interface, with a bit of hindsight since #556 . The core of this interface...
I'm running TIC-80 1.0.2164 on an m1 MacBook Air, and looking at the sources for the most recent commit. I checked `git blame`, and it doesn't look like any relevant...
I have a set of benchmarks for some unsafe memory-management code. I also run these benches as tests via `cargo test --benches`. Ideally, I'd like to run the benchmarks as...
Optimizing modules with `wasm-opt`, at least under the default `wasm-opt` config, strips their debug symbols, making profiler output (e.g. `perf`) incomprehensible. We need some way to disable this other than...
Currently, the SDK generates its `ConnectionId` locally, and passes it to the `subscribe` HTTP route. This is wrong; the server should (and would, given the opportunity) generate a unique `ConnectionId`...