Peter Sugihara
Peter Sugihara
Sorry, eager posted (I'm on a new keyboard 😸). Updated above with some context 👆.
Just looked and realized you can already do this. Here's the PR that docs it: https://github.com/swc-project/register/pull/15/files Close this?
I think it's a `TouchList` which doesn't have `.map` in all implementations. https://developer.mozilla.org/en-US/docs/Web/API/TouchList
Cool. That seems nice bc it doesn't create a new array.
Thanks for the prompt response! I've been looking at a similar project that does this though it looks pretty beta-ish: https://github.com/tilgovi/node-dht I may try to implement something with libcage myself.
Only workaround we've found is eliminating loading states everywhere but the leaves of our app. Feels pretty slow but not broken.
Did you figure out the solution to this?
@corysimmons what browser/device are you using? Works for me in macOS safari.
@tobi completely agree that server.cpp should be a first-class focus of this repo. My macOS app uses exactly the architecture you describe, hitting `server` on localhost. I would note however...
> then you need to hit the legacy completion endpoint For my use-case that would be fine. Though it does look like there are some non-standard args supported by `server`'s...