-
Hi guys, I have the following issue. Hope you can give me a hand!
```
WebSocket [INFO]: Connected.
Connection opened.
Client initialized, data is flowing.
{"op":"subscribe","args":"order:XBTUSD…
-
**Describe the bug**
I am using ElasticSearch as the search backend and when I use Stripe Plugin to successfully complete a purchase, the search index for that product variant is not updated. As a re…
-
Could you use the original C version of N-API : https://nodejs.org/api/n-api.html
Example: https://github.com/drom/node-iio/blob/master/src/iio.c
-
Currently, `stellar-base` is using synchronous cryptography calls for transactions hashing, signing, and verification.
This is sub-optimal in terms of general JavaScript-based applications develop…
-
Hey all! 👋🏻 I currently maintain [node-sqlite3](https://github.com/TryGhost/node-sqlite3/), the most popular set of bindings for sqlite3 with over 800k downloads per week. The Node-API team [converted…
-
Please describe the a concise description and fill out the details below. It will help others efficiently understand your request and get to an answer instead of repeated back and forth. Providing a […
-
nodejs added a new syntax: https://nodejs.org/api/esm.html#import-assertions
would be helpful if this extension can support it:
```js
import fooData from './foo.json' assert { type: 'json' };
…
-
https://blog.kihh.xyz/2022/08/nodejsmongodbvercelapi_51.html
-
Currently we have an optimization which turns off zero fill of `ArrayBuffers` during allocation through the `Buffer.allocUnsafeSlow` method:
```js
let zeroFill = getZeroFillToggle();
function cre…
ronag updated
4 months ago
-
### Describe the bug
```ts
GraphQLModule.forRoot({
driver: YogaDriver,
autoSchemaFile: join(process.cwd(), 'src/schema.gql'),
sortSchema: true,
logging: 'debug',
…