Harry Brundage

Results 61 comments of Harry Brundage

Not to pile on, but as a user trying to get away from Babel because it's too slow, I'd love it if the esbuild plugin story had a far higher...

I was able to replicate this issue, here's a repository that does so: https://github.com/airhorns/snowpack-webpack-baseurl-example

Are y'all still experiencing this with puppeteer 2.0.0 or 2.1.0 ?

I think that #8708 would solve a bunch of problems people have that motivate this kind of state sharing. Instead of having to share something from the global setup down...

> Other resources like Kafka and ElasticSearch we use it in a multi-tenant fashion. > But to do so we must pass some information like connection string, admin credentials, unique...

@njh would you still be interested in having this timeout option added? I have a use case like this: ``` class MqttStateInjest include SidekiqDaemon::Worker def perform(farm_id) client = Farm.find(farm_id).mqtt_client client.subscribe('#')...

^ same, but, we could switch to `Symbol.for` instead of `Symbol` to allow folks who want to enter the "i know what i am doing and mucking around with the...

I don't think we support this right now and I took a quick look and it's not immediately obvious to me how we might add support. Its a bit tricky...

Agreed -- the types in `fastify-websocket` may need updating to properly proxy through the type provider when it infers the new route handler signature. Want to take a crack at...

There's also the `mock-socket` library here (https://github.com/thoov/mock-socket), which I've had good success with. If we made the server implementation an option, you could maybe just inject the mock server and...