Alex Gleason
Alex Gleason
Seems like it should be possible to work around this with `useRecordHotkeys`, or maybe by storing some state in the callback of `useHotkeys`.
I managed to throw together a half-assed preliminary benchmark and it looked like this: ```ts benchmark time (avg) iter/s (min … max) p75 p99 p995 ------------------------------------------------------------------------------------ ----------------------------- NostrEvent insert (pglite)...
After #17 I will create a custom adapter for this with [Kysely](https://kysely.dev/) to play around with it.
> @alexgleason did you ever to get writing an adapter for Kysley? I could never get it working in Deno, so I gave up. It wouldn't be hard to do,...
I was expecting to find examples here: http://matrix-org.github.io/matrix-js-sdk/0.12.1/index.html But it's difficult to find this page as well (it's halfway down the README). Maybe this could be made more prominent and...
@taoeffect I had to modify it to make it work. It incorrectly uses the Node.js implementation for Deno, when it should use the Browser implementation. I'm going to fork this...
I have a version that works on Deno by importing `'npm:@soapbox.pub/threads@^1.7.5'` Source code is here: https://gitlab.com/soapbox-pub/threads.js
@jzyzxx Did you ever find out?
Use `deno run --watch myfile.ts` Simply open a database in this app, add a comment or something and save.
The thing I dislike most is that checking "Remember my choice" allows all permissions. Am I wrong? It's a binary choice between prompt everything and full permissions. I want to...