Mat Sz

Results 28 comments of Mat Sz

I don't have much experience with the Intel syntax, if you are able to make a working Intel syntax version please submit a PR.

@mcollina Thank you for your quick reply, here is a reproduction example without TRPC: https://github.com/mat-sz/fastify-websocket-bug-reproduction

@mcollina As discussed here https://github.com/fastify/fastify-websocket/issues/289#issuecomment-1973621926 I've removed stream creation completely. Another option here is to provide an object of shape `{ socket: WebSocket }` to provide compatibility with most common...

@mcollina Resolved, for some reason the unit test was relying on the count of fastify log items to be constant, updated it to fail if `level >= 50` instead.

Hey, @Devocub. Thank you for your suggestions! > Console which shows what program tries to do and why it isn't working. That tends to slow down the application, I would...

@Devocub Update: > Continue file transfer if internet connection was lost. The recent refactor of the entire codebase will allow me to add that; so should be available soon-ish.

@jsonnull Hey, thanks for getting back to me, I'll create a PR tomorrow with all of those changes.

@0xRaduan Hey, that's a great idea -- unfortunately, the implementation of a darkmode filter itself (like Dark Reader) would be out of scope for this project. But if you have...