Tim Schwenke
Tim Schwenke
I want to load a key into the ssh-agent at startup. Can I do that with ssh-ident? Using something like `ssh-keygen -y -f ~/.ssh/id_ed25519` does not work
Would be nice if Fisher could give feedback if a command actually introduced a change. For example if a plugin actually has been updated or the plugin is already on...
```python from box import Box box = Box({"logging": {"level": "INFO", "structured": True}}, box_dots=True) assert box.logging.level == "INFO" assert box["logging.level"] == "INFO" assert box.get("logging.level") == "INFO" assert box.get("logging.level", None) == "INFO"...
## Bug Pylance shows a `reportMissingModuleSource` on an valid import statement. And in addition the autocomplete and hinting works, it is just the warning that is wrong. Interestingly all other...
I want to override `writerOpts.commitGroupsSort` to enforce my own section sorting in the changelog. This does not work. Here is my `config.js` for testing purposes. ```javascript 'use strict' const config...
I'm happy to see that people find use in this project. In 2020 I created it to handle instrumentation of a bunch of microservices I was working on. Since then...
Make it more clear how the multiproc mode works and explicitly point out and link to the respective section in the prometheus client docs
### Is your feature request related to a problem? Please describe In my scenario I have the tool `terraform` installed globally via Homebrew where I always get the latest version...
I noticed that on WSL2 `/etc/environment` is not getting parsed even though Linux-PAM seems to be configured correctly. If I execute `sudo login` the `/etc/environment` is parsed. So it seems...
Should there be a status between "Active" and "Inactive"? Or an alias for "Inactive" like "Passive"?
Let's say you have a project that has reached a very stable status. No additional features are planned and activities are limited to bug fixes and chore updates. According to...