miunau
miunau
To address #234 I've added a skeleton for a `limitOffset` next to `limit` that would pass in an offset value for `pg-typed` and `mysql-typed`. This probably still needs some work...
Hi, I'm working with Cloudflare Workers, and in that environment you can't dynamically load wasm from base64 or gzipped data- just the `import wasmContent from './wasmfile.wasm'` style of importing. I've...
Currently the static specification is a somewhat functional stub. We've been talking about using some sort of a certificate chain, but need more people to chime in on what the...
Would be nice not to have to edit the compilerPath first when initialising a new project. Could we just point at `/usr/local/bin/` by default on Macs? I don't think `locate`...
Exporting from gen~ would be neat! It would probably include some kind of glue layer between the DSP code and the exported gen~ code. Should it be possible to run...
After the I2C driver is done, we need a display driver so users can quickly draw graphics. Maybe base this around some kinda SSD13xx solution like https://luma-oled.readthedocs.io/en/latest/intro.html. There's a Pico...
Flesh the driver out during call; - Document code flow meanwhile - Need a wiki page on how to use it - Comment driver - SSD1306 driver?
The README needs the Windows section filled out. Need someone with Windows to help out with this!
Added `coerce` support for string, number, bigint, date, boolean: https://zod.dev/?id=coercion-for-primitives. This is essential for working with form submissions where everything coming in is a string.