Eduardo P. Gomez

Results 32 comments of Eduardo P. Gomez

Bike G6 Play, tenta não usar o tradutor para nomes próprios

It can confuse some words, but is the best we have

Ubuntu user here, same! ```sh $ npx npm install brain.js npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or...

It looks like `gl` does not support versions 17 and 18 of `node`. Tried with version 16 as stated at https://github.com/stackgl/headless-gl/issues/235. I still got an error though.

but yeah, it's not a Brain.js error. Is it possible to add a warning in your ReadMe to prevent future issues like this?

@Fuseteam I have a clean install from snap store. Here is the output: [eduardo]:~$ anbox session-manager [ 2022-01-03 09:22:42] [Renderer.cpp:128@initialize] Failed to select EGL configuration Stack trace (most recent call...

> I have a very similar setup, and there is no problem in contacting the discord API. > > Can you try running your script with `NODE_DEBUG=net` and paste the...

Translation: Title: ``` Improved time complexity of format() ``` Message: ``` The computational complexity of applying the format() function's edits was O(source string.length × edits.length), changed to O(source string.length +...