Pooya Parsa
Pooya Parsa
rework #113 `Co-Authored-By: Brian D `
### Describe the feature esclating from https://github.com/enisdenjo/graphql-ws/pull/630#issuecomment-2859184545 (/cc @enisdenjo @m1212e) Spec: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#pings_and_pongs_the_heartbeat_of_websockets (TODO: need to do some research about runtime-specific impl) ### Additional information - [ ] Would you be...
### Describe the change Discussion from https://github.com/sveltejs/kit/issues/1491#issuecomment-2657866538 socket.io has an [example](https://socket.io/how-to/use-with-nuxt#hook-the-socketio-server)(ish) about integrating with crossws (which **only** works within node.js + depending on `_internal`) Made this issue also to think...
### Describe the feature Context: https://github.com/nitrojs/nitro/issues/2886 A new `createWebSocketProxy({ target: 'ws://external-url' })` would allow users (and frameworks) to create runtime-agnostic hooks that proxy connections to a remote backend. Implementation details...
Resources found: - https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-chat-app.html - https://docs.aws.amazon.com/apigateway/latest/developerguide/samples/ws-chat-app-starter.zip connect handler ```js const { DynamoDBClient } = require("@aws-sdk/client-dynamodb"); const { DynamoDBDocumentClient, PutCommand } = require("@aws-sdk/lib-dynamodb"); exports.handler = async function (event) { const client...
followup on #50 Things we can preserve: - space between `=` (currently simply enabled by default) - start/end whitespace (currently not preserved) - newline ending `\n` vs `\r\n` (currently it...
Migrate from [js-yaml](https://www.npmjs.com/package/js-yaml) to [yaml](https://www.npmjs.com/package/yaml) which is more spec compliant and maintained. (context: #33 and https://github.com/orgs/remarkjs/discussions/1006#discussioncomment-2955255) Downside is it adds ~60kB more to the bundle and ~10x slower.
### Describe the feature https://github.com/nodejs/TSC/pull/1697#issuecomment-2737093616 Corepack will be phased out of Node.js main distributions. We need to find an alternative solution, either having corepack as (inlined?) dependency (the issue is...
WIP work. This PR aims to rewrite parser (and then serializer) to use a proxy-view over tar entry headers. Improves perf by lazy eval, unblocks many small issues and makes...
### Environment - ### Reproduction https://stackblitz.com/edit/stackblitz-starters-rnsaetcx?file=index.mjs ### Describe the bug ~~GitHub tarball paths for filenames are inconsistent. It seems it **assumes** we should **inherit** last dir name and prefix it...