miunau

Results 11 issues of 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...

help wanted

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`...

enhancement

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...

enhancement

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...

enhancement

Would be lovely so can run stuff in the browser maybe?!

enhancement
help wanted

Flesh the driver out during call; - Document code flow meanwhile - Need a wiki page on how to use it - Comment driver - SSD1306 driver?

enhancement

The README needs the Windows section filled out. Need someone with Windows to help out with this!

documentation
help wanted

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.