stinos

Results 30 issues of stinos

Adding 2 tiles with the same url leads to being unable to remove the second one (right-click, 'remove this tile' stops working). looks like the search function only looks at...

**Problem description** Hitting Ctrl-F then starting to type only works once, because the previous search query text is still (which is good) but the cursor is after the text, so...

Something like `--no-update-check`. It's fairly uncommon for a commanline tool to have an update check, let alone one which is activated depending on log level and cannot be disabled (or...

configuration

In general it would be great if broot could detect which shell/environment it is running and install a suitable launcher; this issue in particular is for Powershell. Launchers have already...

help wanted
windows

Short example: unless I'm missing something the only way to get `:copy_path` executed is starting typing it in full until you're at `:copy_p` because that is the only match. That's...

enhancement

Alternative version for #6049. This would make downloads of latest build available at `https://ci.appveyor.com/project/dpgeorge/micropython/build/artifacts` (see https://ci.appveyor.com/project/stinos/micropython/build/artifacts for example) or latest master at `https://ci.appveyor.com/project/dpgeorge/micropython/branch/master/artifacts` or for direct download (also curl) `https://ci.appveyor.com/api/projects/dpgeorge/micropython/artifacts/mpy-cross/mpy-cross.exe`...

port-windows

Brought up a couple of times here and on the forums. To implement this I just took most things from `dir(typing)` in CPython 3.8, removed what looked too esoteric and...

I can unfortunately not provide a minimal example to reproduce because this issue happens rarely, so far never on my machine, and any sample application I tried which resembles the...

Because https://github.com/wistful/SublimeAutoPEP8/blob/master/sublautopep8.py#L150 uses `folder` the only location custom .pep8 or tox.ini or similar are searched for is in the project directory (and upwards from that, looking at the autopep8 code)....

Main reason for this PR is (best of three for both cases, order doesn't matter): ``` > pwsh.exe -noprofile -c "&{Measure-Command{Import-Module ~\ZLocation\ZLocation\ZLocation.psm1 -ArgumentList @{AddFrequentFolders=$False; RegisterPromptHook=$False}}}" TotalMilliseconds : 170.1995 > pwsh.exe...