pythoninthegrass
pythoninthegrass
Love the idea! Looks super cute. Two issues on macOS 12.3.1 (21E258): 1. When running `make install` in iTerm2 3.4.15, it crashes the shell window/tab. 2. If switching to vanilla...
### Feature description Would like to to upload the .env file with the [infisical cli](https://infisical.com/docs/cli/commands/secrets). Currently working on a tiny shell script to read the .env as an array and...
### Describe the bug When connecting to a newly created ubuntu 22.04 vm with the defaults set, I'm unable to connect via SSH with the following errors being raise: ```bash...
When running the Makefile as-is it fails on the install target if the directory doesn't exist and runs all targets. This PR adds error handling and a new help target/goal...
## 📑 Description - .vscode config (whitelisted in .gitignore) - dependabot (bump dependecies via PRs) - .tool-versions (asdf for python + poetry) - poetry (pyproject.toml + poetry.lock) - editorconfig (soft...
**Is your feature request related to a problem? Please describe.** Currently trying to run the container as a non-root user. Despite changing `PUID`/`PGID`, the container runs as root. **Describe the...
EditorConfig is pretty straightforward. Add the extension to whatever your IDE/editor is, drop the config into the root of the repo, and henceforth don't clobber other people's work with crazy...
Hi @savannahostrowski! Found your neat little project via Charm's blog/youtube channel! Waaay better than my shell function I wrote to do the same thing. Ran into a silly issue when...
### Is this a docs issue? - [x] My issue is about the documentation content or website ### Type of issue I can't find what I'm looking for ### Description...
### What problem are you trying to solve? `init_hook`s are cool. I'd like `exit_hook`s that do the opposite. For instance, I'm always starting up an ephemeral redis container for ansible...