Delaney

Results 129 comments of Delaney

@steida @quolpr ... I have working examples of SQL.js working in a web worker but not having good luck bootstrapping absurd-sql even with blatant use of `any`. Does any one...

also I seem to miss understand the interface to the nested routes. The extra folder per nesting seems unnecessary unless I'm missing something. The folder structure should imply the use...

It the POC available anywhere @sschmid?

I just ran into this issue. It does work with the `import {PrismaClient} from '../node_modules/.prisma/client` just not sure if it'll pass our code review process. changing the .prisma to ```prisma...

I too love websockets, when they work. At scale have had issues with OOM memory causing a host of issues. The major issues at scale have been token based access...

If you are handling reconnect that's great, the SSE spec has it built in. Since you are relying on `ws` it could be more reliable than the previous an earlier...

I'll close for now, will do more testing with the websocket approach until I have better reason to seek alternatives.

In my situation I am embedding nats in a go server with custom auth, could there be jetstream related channels I have to enable in that situation?

Also `vk.ExtDebugReportExtensionName` exists but have to add `+"\x00"` to makes it null terminated to use in `vk.InstanceCreateInfo.PpEnabledExtensionNames`. I this is know from the demos but curious why its a special...

@shravanshetty1 I moved on to doing stuff directly in C to avoid the disconnect :(