Felix
Felix
when a window contains scrolling tabs and another element that is resized with css rules such as : **max-height: ~"calc(100vh - 600px)";** which causes the window to gain or lose...
**PARTIAL_WAKE_LOCK** Wake lock level: Ensures that the CPU is running; the screen and keyboard backlight will be allowed to go off : If the user presses the power button, then...
As per https://websockets.readthedocs.io/en/stable/reference/exceptions.html#websockets.exceptions.ConnectionClosed The parameters need to be 'Close' object, not a number code and reason string as seen on line 145 & 146. https://github.com/duelinggalois/Crypto-Liquid-Market-Maker/blob/d236d2cc70810c01e02787ebaaf8e20df0125a78/trader/socket/manager.py#L145-L146
This piece of advice from 'custom css' extension was very usefull and should be added to your README for this project (see below): **HOW TO CHANGE OWNER OF VSCODE FOLDER**...
See here : http://codepen.io/anon/pen/OXGyKo I have put a toggle in a div and highlighted that div in green. the toggle pushes extra space at the bottom: 4 pixels in chrome,...
Most of leoRst.ts is implemented, but the following lines importing the 3rd party libraries to handle restructured text (rST) in leoRst.py can not easily be reproduces in leoRst.ts, preventing the...
When running on the web, an opened workspace is required for the filesystem to have a 'relative URI' to work from. When running on desktop, this is not enforced and...
As if the external file check was still active from the old commander or something... :/ (Just an annoying notification that does not corrupt files, but still a very annoying...
A lot more syntax coloring for various other file-formats and languages could be easily supported just by finding the same config file that VSCode uses for those same types of...
Although the text operations are more easily done with vscode's commands, it would be cool to have the rest of the editCommands.py content translated into typescript. (Most of those functions...