István Király
István Király
.. is this eventually addressed in vue 3?
That is great news. I also miss that feature atm.
Seems this problem is still out there, .... ``` node_modules/esprima/dist/esprima.js:5008 throw error; ^ Error: Line 1: Invalid regular expression: missing / at ErrorHandler.constructError (/srv/codepad-project/codepad-modules/typohint/node_modules/esprima/dist/esprima.js:5012:22) at ErrorHandler.createError (/srv/codepad-project/codepad-modules/typohint/node_modules/esprima/dist/esprima.js:5028:27) at ErrorHandler.throwError (/srv/codepad-project/codepad-modules/typohint/node_modules/esprima/dist/esprima.js:5035:21)...
> ```ts > if (android.os.Build.VERSION.SDK_INT >= 26) { ... > ``` I can't get it working with this. Get the same error.
The `init()` function is new, .. after adding it I have this issue resolved for now.
Okay, so at resize, I have to manually chheck if the terminal is healthy. Ended up with ckecking this: if (!socket.term.readable || !socket.term.writable || socket.term.destroyed) return; I think this should...
It seems that the import statements are missing for vue's internal stuff, like `ref` ... Vite throws without log, but the inspector jumps to the debugger. Here is a working...
Good question, ... I think the only way for now is to save it in a file, and use then with the -i option. ... If someone has a better...
Latest nan is 3.2.2. Newer node versions fail if nan is not updated. Simply write 3.2.2 into package.json before npm install as a workaround.. Its more problematic with packages that...
~same on fedora ``` npm install npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade npm WARN deprecated [email protected]:...