Sinuhé Coronel
Sinuhé Coronel
🤣 can't believe this is still broken after almost a year now > This is amazing! Thanks > > can i ask you about your background and how you were...
Bump for... magic. @jshanson7 no pressure, though.
This is a functionality present in CoffeeScript, and it can get a bit confusing. For instance, this quite simple to understand: ``` coffeescript my_var = if it is 0 'ok'...
> As a workaround you can use > ` if (Platform.OS === "web") window.history.back();` I'm developing a new App, and this issue happens either way. The browser history stack is...
It seems FireMock is "unfolding" the field path when using the `/` symbol. I did a quick search and couldn't find any documentation about it for RTDB, but in [Firestore...
Oh, you're right! I've never used the path "shortcut", I'm always calling `.collection().doc()` (on Firestore, though) to get to my document so it's possible I never faced this issue. I'm...
#8699 is cool! It only took 5 years
This is because Cursor is just naively adding the `/bin` dir to the System PATH: ``` C:\Users\lesmo\AppData\Local\Programs\cursor\resources\app\bin ``` This folder contains `cursor` and `code` binaries, which are overriding VS Code....
> Same problem: $ code .bashrc Unable to determine app path from symlink : /c/Users/me/AppData/Local/Programs/cursor/resources/app/bin/code This is a different problem and probably should have its own issue. Cursor is shipping...
> I couldn't find a workaround, so right now you'll need to go through Cursor, switch to WSL and then open your folder. I managed to figure out a functional...