stinos

Results 30 issues of stinos

`Get-ZLocation` shows for instance both `c:\Temp` and `c:\temp`. However it's not clear to me how it gets that: the actual name is `temp`, e.g. ``` > cd c:\Temp > Get-Location...

I typically use zoom_pane to get more vertical space when working on a single file. However on wider screens this wastes a lot of screen space for text files which...

Running e.g. `sudo{notepad}`, the notepad process is started but the main window is not shown. Should probably be added to the documentation, or made possible?

It's a bit inconvenient that the user's home directory gets littered with SudoSession directories each day. I'm not sure what the best solution is here; they're needed for restoring settings...

Test code (ran against v7.0.4 on a 256ch Cerebus with no spike extraction and no raw data streams and continuous acquisition enabled only for elec1 at 1kHz and ainp2 at...

The try/finally will catch all possible errors.

Allows keeping PATH as minimal as possible and makes e.g. switching between versions when testing also easier since it won't require changes to PATH. This is partly an RFC: I...

Given ``` class MyDict(dict): pass print(MyDict(MyDict(a=1, b=2))) ``` it's expected (well, per CPython) that the 'outer' MyDict is populated with the key/value pairs from the 'inner' dict. This doesn't work...

py-core

### Summary The compiler already ignores type hints but to improve runtime support a minimal `typing` (and `abc` and `typing_extensions`) module is implemented in C because code-size wise that is...

### Summary This is a first attempt to reduce the number of build failures which originate from the build system not properly picking up certain changes, typcially while developing and...