cowlinator

Results 20 comments of cowlinator

@Byron , great. What you wrote here is exactly the information that needs to be in the document at https://gitpython.readthedocs.io/en/stable/reference.html ``` git= None repo.git is a virtual object which represents...

Thank you @lalyos for opening this issue about the lack of documentation for `docker-credential-desktop`. ### **What is `docker-credential-desktop`?** Does it store my sensitive secrets in plaintext? Does it sell my...

@carlosonunez , you linked to the readme at the root of this repo. It contains no information about "desktop". There is no file in this repo that has "desktop" in...

I'm not sure how I could ever guarantee that the string value never happens to actually be "null", so I guess the 3rd option makes the most sense. Unfortunately, this...

Also ``` venv\lib\site-packages\strictyaml\representation.py:270: PendingDeprecationWarning: dump will be removed, use yaml=YAML(typ='unsafe', pure=True) yaml.dump(...) instead dumped = dump(self.as_marked_up(), Dumper=StrictYAMLDumper, allow_unicode=True) ``` My `pip freeze` returns ``` ruamel.yaml==0.17.4 strictyaml==1.4.0 ... ```

> You shouldn't have pip in `build-requires` in the first place - why do you think you need it there? ...I had no reason to think it didn't need to...

Workarounds include: * Use a credential manager * Run push with `-q` * Press ENTER when the push appears to freeze, which should cause the prompt to appear.

@Cupcc, be aware that `sudo docker login` uses `/root/.docker/config.json` instead of `~/.docker/config.json`.

Here's how to check which credsStore you're using: `cat /root/.docker/config.json`. If you're using `pass`, here's how to tell if your GPG key requires a password: ``` pass pass show docker-credential-helpers/"/username"...

Thanks for doing this Thomas. I was able to use your fork to get a working copy of the software. https://github.com/ThomasGP/SatisfactorySaveEditor/releases/tag/v0.10.2-with-update-6-read-support Unfortunately, it crashes when saving. [log.txt](https://github.com/Goz3rr/SatisfactorySaveEditor/files/10121031/log.txt)