andry81

Results 76 issues of andry81

Found beside another issue: https://github.com/newren/git-filter-repo/issues/468 If use `--refs` as range parameter just like in the `git filter-branch`: **git-filter-repo-replace-text.sh:** ```shell function call() { local IFS=$' \t' echo ">$*" "$@" } expressions_text="$1"...

I am trying to use `replace-text-limited-to-certain-files` branch to use `--replace-text-filename-callback` option. Steps to install: 1. python -m pip install git-filter-repo 2. copy `git-filter-repo` into `Scripts` python directory and rename to...

* `Windows 8.1 x64` * `Python x64 3.12.1` * Branch: `json` If try to parse that shortcut file: https://github.com/andry81/contools/blob/master/Scripts/Tools/ToolAdaptors/lnk/mycomputer.lnk > pylnk p mycomputer.lnk --json ```cmd Traceback (most recent call last):...

* `Windows 8.1 x64` * `Python x64 3.12.1` * Branch: `json` If try to parse that old shortcut format file: https://github.com/andry81/contools/blob/master/Scripts/Tools/ToolAdaptors/lnk/cmd.lnk > pylnk p cmd.lnk --json ```cmd Traceback (most recent...

Tested version: > `python -m pip install git+https://github.com/strayge/pylnk@dev` If try to create a shortcut with the long path, then it would be created: ``` >pylnk3 c c:\11111\22222222222222222222222222222222222222222222222222\333333333333333333333333333333333333333333333333333\444444444444444444444444444444444444444444444444444\5555555555555555555555555555555555555555555555555\6666666666666666666666666666666666666666666666666\777777777777777777777777777777777777777777777777777\1.txt 1.lnk >pylnk3 p...

* `windows 7 x64 SP1` * `Python x64 3.10` If try to use 2 different code page characters, then: > python.exe -m pylnk3 c c:\111\222-тест\тест\тест.txt 1.lnk > python.exe -m pylnk3...

The `--starred` backups a not empty list. But the `--all-starred` does nothing.

I've tried to tcp/udp port forward vpn connection from guest-with-vpn to guest-with-emule and have found that the udp port forwarding is not working in case of different ports: ```cmd >socat.exe...

I know the Substitution Filters had issues some time ago: https://github.com/WinMerge/winmerge/issues?q=is%3Aissue+is%3Aopen+substitution+filters But mine filters is not much complicated and I know it has been working some time ago. But Winmerge...

substitution filters

``` Your client sent too long protocol command: MyINFO ``` ``` You are kicked/banned from ... because: Your MyINFO is too long, maximum length = 256 characters. ``` What this...