Jonathan Dahan

Results 201 comments of Jonathan Dahan

Well maybe we can start the discussion of whats needed to implement. Cursory look at the [node docs for dgram](https://nodejs.org/api/dgram.html) shows 1 type (Socket) with 19 methods, 5 events, and...

`setBroadcast` (or just setting SO_BROADCAST) is useful for dns-sd/mDNS, which I use in a lot of my projects. Honestly, looking at one of the implementations, I think this could be...

At the very least, the bun installer should bail if its not supported by a platform: ```bash micro@plotter:~/saxi $ bun -h -bash: /home/micro/.bun/bin/bun: cannot execute binary file: Exec format error...

We could (de)serialize the state in the url after a hash fragment

This only somewhat overlaps with https://github.com/tiangolo/fastapi/issues/3506

FYI this is not ready to merge

I wonder if bundling cached versions at build time could mitigate the perceived performance.

to backseat a bit more - maybe tagging issues like this with 'ready for community contribution' or something like that would help redirect/lighten the load.

A slightly modified version of this worked well for me (full path to saxi executable since I installed as a non-root user). I wonder is it possible to install this...

The binary release seems to work great on my mac - what segmentation model do you recommend?