-
```js
// just a wrapper for register fastifyNexyJS as plugin next-plugin.ts
import fastifyNextJS from '@fastify/nextjs'
import fp from 'fastify-plugin'
const nextPlugin = fp(async (server…
-
My code
```js
const tesseract = require("node-tesseract-ocr")
const config = {
lang: "eng",
oem: 1,
psm: 3,
}
const img = "https://tesseract.projectnaptha.com/img/eng_bw.png"
tes…
-
Hello! I implemented log-rotation as follows:
```js
let streams = []
...
streams.push({
type: 'file',
level: target.level,
path: target.path,
});
...
const logger = new Log…
-
Recreate
`concurrently --kill-others -n api,ui \"nx serve api\" \"nx serve ui\" | lnav -t`
Then press q to quit lnav and this error is reported and both API and UI continue to be served in the b…
-
[access] CONNECT ilce.alicdn.com:443
[access] CONNECT ilce.alicdn.com:443
events.js:174
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at WriteWrap.afterWrite [as on…
-
The [`onclose` handler](https://github.com/mafintosh/end-of-stream/blob/master/index.js#L42-L45) is coupled to node core's stream implementation details, which creates some unfortunate problems for us…
-
The following test currently fails:
```javascript
tape('repeat calls to .end() should cause an error', function (t) {
t.plan(4)
const s = new Writable({
write (data, cb) {
t.equa…
-
success Already up-to-date.
✨ Done in 0.12s.
✨ Done in 22.87s.
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a…
-
Hello, running "mup setup" and getting the follow error. Any ideas? Thanks!
events.js:72
throw er; // Unhandled 'error' event
^
Error: Packet corrupt
at onDISCONNECT (/usr/l…
-
After performing the steps given in the readme, when tried to make call, getting below error.
> node server.js
Your app is listening on port 3000
Captured call CAe8bda7bf19bf88b6d3f171132fd877a…