Andrew George

Results 4 issues of Andrew George

For those of us using the Docker image provided in this repo in AWS EKS, we've received a notice: We have identified applications running in one or more of your...

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/DevAndrewGeorge/obsidian-check-please ## Release Checklist - [x] I have tested the plugin on - [ ]...

Changes requested
stale
plugin

Consider the following typescript file before it is parsed by this tool: ```ts // example.ts /** @module example */ /** */ export type HelloWorld = { hello: string; world: string;...

[Commit hooks are more-or-less hardcoded](https://github.com/gitpython-developers/GitPython/blob/main/git/index/fun.py#L85) to use hooks found in `.git/hooks`. This means that specifying `core.hooksPath` in any git config file (i.e. `/etc/gitconfig`, `~/.gitconfig`, `~/git/config`, `$REPO/.git/config`) has no effect. Is...

help wanted