nitedani

Results 66 comments of nitedani

#279 Is this fix ready? This works as expected in the other implementations of reactivex I tried(RxJS, RxJava/Reactor). ``` rxgo.Just(urls)().FlatMap(func(i rxgo.Item) rxgo.Observable { return doRequest(i.V.(string)) }, rxgo.WithPool(32)).ForEach(out, func(e error) {},...

Same issue, the .exe file is packaged, but calling spawn throws "pkg": "5.5.1" ``` console.log(__dirname); fs.readdirSync(__dirname).forEach((file) => { console.log(file); }); const ffmpegPath = path.join(__dirname, "ffmpeg.exe"); const cp_ffmpeg = spawn( ffmpegPath,...

With no option for this currently, authentication can't be done securely with automatic persisted queries. It would persist passwords in plain text.

Related: https://github.com/angular/universal/issues/2106

> That also means there's a difference in the bundle output depending on npm/pnpm is used I don't think that's ok.

Same issue Windows 11 Node.js v18.9.0

Here is my experiment, I'm using sharp: https://github.com/nitedani/img-optimizer/tree/main/examples/rakkas Try to resize the window width in responsive view and watch as the images get generated on the server/sharpen up in the...

The state of Page should be preserved on navigation to a sibling route. If it's a navigation to a sibling route, only swap out the pageContext.nested[0] in the context, don't...

https://publint.dev/@opentelemetry/[email protected] https://publint.dev/@opentelemetry/[email protected] https://publint.dev/@opentelemetry/[email protected] This tool detects the issues. I checked a few packages, and they contain a lot of errors.

https://www.npmjs.com/package/dotenv Dotenv works the way I described. "What happens to environment variables that were already set? By default, we will never modify any environment variables that have already been set....