technic93

Results 14 issues of technic93

When migration script contains a mistake, then part of commands get executed. The second attempt will rerun script from the beginning, which results in executing the commands for the second...

help wanted

* Date you used Cookiecutter PyPackage: 08-05-2020 * Cookiecutter version used, if any: master branch * Python version, if any: 3.6 * Operating System: Windows 10 ### Description There are...

Hi, vscode has the following feature https://github.com/microsoft/vscode-python/issues/6408 So, the magic commands in the py file commented like this are recognized: ```python #%% #!%load_ext autoreload #!%autoreload 2 ``` Currently jupytext stores...

I have a query like this ```sql /* @name example @params vals -> ((b, id)...) */ UPDATE table SET bar = v.bar FROM (VALUES :vals) as v(b, id) WHERE table.id...

Hi! I have a situation, where it would be useful to have a global variable in the functions. I faced it when working with translations / localization using fluent. Basically...

enhancement
For next major version

Hi, Thanks a lot for this cool plugin! I am trying to understand what is the order of css plugins and how to customize it. What I want to achieve...

Hi thanks for cool crate! Could you remove or make `to_ascii_lowercase` optional? I think such pre-processing should be done on the library client side, since it is simple (`.map(|doc| doc.to_ascii_lowercase())`),...

I have version built from git. I have VS 2022. I also loaded hive to regedit.exe following instruction here https://github.com/git-tfs/git-tfs/blob/master/doc/troubleshooting-checkin-policies.md The error is the following ``` StructureMap.StructureMapException: StructureMap Exception Code:...

awaiting:contributer

After changing clang-format rules in the style detector the diff becomes broken and the right panel (i.e. where the new output supposed to be becomes red).

need more info

### System Details - posh-sshell version/path: 0.3.1 ~\Documents\WindowsPowerShell\Modules\posh-sshell\0.3.1 - PowerShell version: 5.1.14393.3053 - OS: Microsoft Windows NT 10.0.14393.0 - OpenSSH / Putty version: git version 2.23.0.windows.1 ### Issue Description I...