asdf23
asdf23
What was the tool to create the gif? I seem to trigger this bug when I switch to a tab that does not have selected text. (Not sure this is...
I try/caught this on my box and it's no longer crashing
open-files-pane-view.js ~line 454 Change ``` if (entry) { entry.element.classList.toggle('modified', modified); } ``` to ``` if (entry && entry.element) { entry.element.classList.toggle('modified', modified); } ``` and again ~ 470 ``` if (entry...
I sort of got it working. The GUI comes up running mingw in the back. However pressing enter doesn't fill the text. As if I need to `sysctl -w dev.tty.legacy_tiocsti=1`...
What I would suggest is to Long Tap to get to a screen similar to the Design/Raw views in HTML mode. Currently at the top of the Delete screen screen...
To trigger this bug turn off the feature.
I tried adding my own user flow.. I can not determine if this actually works or not. I am unable to do anything (even crash) by having a file called...
This is silently failing for me in Windows 10. How can I upgrade this? Perhaps this is a new/different issue?
> ....columns I tried to copy and paste and then the resulting paste from excel (all in one column). Not sure whether or not this is an Excel Problem, or...
I suspect that you would need to unbind any existing keystrokes that might be conflicting. At the operating system level gnome or kde I'd suggest that you verify that these...