andry81
andry81
Seems there is a feature on the GitHub to intently loose a fork relation: https://stackoverflow.com/questions/16052477/delete-fork-dependency-of-a-github-repository/79633266#79633266 This is definitely making the entire forks tree segmented. To prevent this you have to...
> [@andry81](https://github.com/andry81) Please paste your Notepad++ _Debug Info_ data here. ``` Notepad++ v8.8 (64-bit) Build time : Apr 24 2025 - 02:59:05 Scintilla/Lexilla included : 5.5.6/5.4.4 Boost Regex included :...
> [@andry81](https://github.com/andry81) The user manual states: `The only intended and supported use for this option is for the Notepad Replacement syntax.`. Thus, don't do what you're doing with `-z`. It...
> Really, you don't show much of anything in your writeup of this issue. **startup.py**: ```py print(notepad.getCommandLine()) raise Exception('123') ``` Run: ```console cd c:\test notepad++.exe -nosession -multiInst -z "" -z...
> repositories: > other/repo2: > type: git > url: /home/rolands/workspace/_test/test_vcs/repo2/ > version: 2ea2ca5138d042eca88fdbd119bd2661f8de5213 > subdependencies: [test.repos, other_dependency.repos] Why not to make a conditional import? ```yml repositories: other/repo2: type: git url:...