Valentin Degenne

Results 69 comments of Valentin Degenne

@runem @43081j There are these interesting functions on the `CompletionItem` class. `insertText`, `commitCharacters`, `textEdit` , .... The `insertText` can be a `SnippetString` . But I didn't find in the code...

@43081j Thanks a lot for your answer, the references look pretty useful. I don't have a good understanding at all of how all this ecosystem works, I guess I'll have...

@fv42wid `` will enter the selection mode. `` will leave it. `` while in selection mode should also leave the selection mode you know. It doesn't work for this plugin.

I have this problem with `SignInWithPopup` (Firebase Web SDK v9). The popup pops and 3s later it closes with this error message: ``` Uncaught (in promise) FirebaseError: Firebase: Error (auth/popup-closed-by-user)....

I have the exact same issue, also in the console I have these error messages : ``` Error: write ECONNRESET at afterWriteDispatched (internal/stream_base_commons.js:154:25) at writeGeneric (internal/stream_base_commons.js:145:3) at Socket._writeGeneric (net.js:786:11) at...

@yorkie Yes but this message occurs only when I use `koa-range`. Isn't that odd ?

I have the same problem, Japanese characters (Kanjis) won't type

> Update on this, there's some screenshot test failures that need more investigating, so apologies for the delay Can you give me more details? the tests run fine on my...

I noticed quite a few quirks on the `select` element (not just in a dialog), maybe it's a good opportunity to polish this element instead of trying to fix one...

@austinw-fineart This looks like a different issue to me, plus I couldn't reproduce it. If you have a problem could you open another issue and join a playground to it?...