Ronan Sandford
Ronan Sandford
Hi, Would like to use the types from `libsql/promise` but none are provided ``` import type {???} from 'libsql/promise'; ```
Does display hat mini support picamera for preview, stream, etc... picamera has a renderer api and I wonder if I can hook displayhatmini for that : https://picamera.readthedocs.io/en/release-1.13/api_renderers.html
**Describe the bug** There are some scenario where you want to use the "latest" nonce as oposed to "pending". this is for example the case when you want to revover...
I have an issue with `@ethereumjs/util` It needs a node polyfill for the browser, which ideally shouldn't be necessary in a browser environment. Here is the link to the imports...
### Problem Currently the debugger only let you debug from binary `main` function ### Happy Case It would be great to be able to debug tests ### Project Impact Nice-to-have...
### Aim I have a library folder and a main folder When calling `nargo export` in the library or the workspace folder nothing happen but If I delete the workspace's...
Hey, wondering if twgl is going to support webgpu or if there is another library in the work that will use webgpu instead of webgl and offer a similar api...
vite generate `
### Aim Wanted to get running with the starter template ### Expected Behavior Expected the starter template to work On that note, it would far better if the template was...
For my plugin, I would like path config to be arrays. Unfortunately, while buidler allow the types to be arrays, it fails at runtime because builder attempt to read them...