-
I'm trying to use this library to proxy websockets. I've tried several approaches but so far none of them are working.
```ts
import { NextApiRequest, NextApiResponse } from "next";
import httpPro…
-
Context
---
Nestjs is a popular framework for architecting Nodejs backend services. I enjoy working with Nest, just as I do with Nexus / Prisma.
Issue
---
There's currently no community consens…
-
Hi all,
We are using PubSub in our application in this manner:
**When deletion event is arriving into server:**
`pubsub.publish('onDeleteItem', {onDeleteItem: [msg.payload.ItemId]});`
**Res…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Node 16 - 18
React 17
Next 12.2
"dependencie…
-
Currently when working with GraphQL all the request look the same and there are no columns I could add to help me differentiate them.
![Screenshot from 2020-02-13 17-15-27@2x](https://user-images.gi…
-
**Use case**
We would like to be able to use GraphQl subscriptions over SSE (Server Sent Events) instead of Websockets.
Out of scope: the merits and demerits of SSE vs Websockets. We just want it …
-
## CVE-2022-0536 - Low Severity Vulnerability
Vulnerable Libraries - follow-redirects-1.14.1.tgz, follow-redirects-1.14.5.tgz, follow-redirects-1.5.10.tgz, follow-redirects-1.7.0.tgz, follow-redirect…
-
**Expected behaviour**
Requests from the browser containing headers set by @datadog/browser-rum should link together requests with server side tracing like this:
**Actual behaviour**
…
-
I'm trying the generator with a large prisma schema (3200 lines).
Getting this RangeError: Maximum call stack size exceeded.
prisma generate runs in 1s without the typegraphql generator.
![imag…
-
### Ⅰ. Issue Description
使用seata-all 1.6.1作为客户端依赖,伪代码如下:
```
public class Test{
private static String applicationId="abcd";
private static String transactionServiceGroup="my_test_tx_gro…
ulwx updated
7 months ago