andry81
andry81
> Do you means exclude `action-user`'s events from `https://ossinsight.io/analyze/`? Yes. But I think would be much better to split the statistic from an automated user and not automated user (a...
> It's a program, which deletes files from history found in your current .gitignore rules. Does it accumulate rules in all `.gitignores` on the way of a branch history down...
Can you add the same fix as in another link parser repository? https://github.com/vphpersson/lnk_parser/issues/3 https://github.com/vphpersson/lnk_parser/commit/86d1e05dcee3b011ff9874be2707380662c551ef#diff-6ab89fa0c7d834c397b470492899f182394aaa22564e8050f1983608ad24037aR9-R18
Another solution here is that. If try to use `--json` print: ```json { "relative_path": ".\\\u00f6\u00f6\u00f6\\1.txt", "work_dir": "D:\\\u00f6\u00f6\u00f6", "link_info": { "local_base_path": "D:\\\u0446\u0446\u0446\\1.txt" }, } ``` It does print correct characters in...
Sorry, didn't notice the -f argument in the HASHDEEP.txt. Seems "hashdeep.exe -h" outputs not all options. But still, how to properly pass directory paths with file paths? Below list: ```...
It's quite strange, but only this one is worked as expected: ``` stdin_iostr = TmpFileIO('w+t') stdin_iostr.write('my message') stdin_iostr.flush() with open(stdin_iostr.path, 'rt') as tmp_file: plumbum.local['cat.exe'].run(stdin = tmp_file, stdout = sys.stdout) ```
I am quite not sure why the `__file__` usage has to be removed instead of to be translated into something else on the side that accesses the attribute. I've been...
> The __file__ attribute is not present on modules provided from in-memory, because it would contain nonsense. The simple average module is not in the memory yet to say it...
I am having the similar issue on the Windows when the pid of a started process is an intermediate shell process which in general is useless for tracking: https://github.com/tomerfiliba/plumbum/issues/482
> Could you guide me in the best operations and habits to better supply the repository? I am happy to help out in a more productive manner 100 % @VocalEarOgs...