John Meyer
John Meyer
Would it be possible for bat to read from the `hidden_file_extensions` property of `.sublime-syntax` files in addition to the `file_extension` property? For some projects, file types are have a different...
## Issue Would it be possible to edit the GitHub Actions automations to build a arm64 Docker image as well? See ### Server Setup Information * Did you test in...
Variable names are also updated to reflect their purpose.
Some project support loading environment variables from `.env` files to allow permanent variables to be committed and shared among project members. Examples include [`create-react-app`](https://create-react-app.dev/docs/adding-custom-environment-variables#adding-development-environment-variables-in-env) and [Docker Compose](https://docs.docker.com/compose/env-file/). I think it...
This looks like a cool project. However, this project is missing a license file which is necessary for others to build upon this repo. A contributor can easily license this...
```bash ➜ repo git:(foo) ✗ git status On branch foo Your branch is ahead of 'origin/foo' by 6 commits. (use "git push" to publish your local commits) Changes not staged...
This allows a downstream-user to keep `.env` under some version control without worrying about password leakage.
This is a great project! Is it possible this repo could have a `LICENSE` file with the contents of the MIT license? It is more formal and official than a...
> PyYAML v3.12 As mentioned [here](https://github.com/yaml/pyyaml/issues/255#issuecomment-468101517), `safe_dump` does not handle generic classes. However, it should perhaps handle objects which are subclasses of known types, such as named tuples. # Example...
Closes #XXXX Relates to #XXXX - [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).