Benjamin Jesuiter
Benjamin Jesuiter
I regularly need to change the Author of git commits, because I deal with multiple git identities on my development machine and it sometimes happens that I use the wrong...
Sorry for creating so many issues at ones, I love your tool and try to give you feedback on my needs for further development to consider :) Can you allow...
Hey there, thank you for your awesome work! I use Tad to filter & polish csv files with my worklogs to provide some nice worklog pdf to my client. Unfortunately...
I integrated your create-dmg tool into my github actions workflow: https://github.com/bjesuiter/macos-file-summoner/blob/master/.github/workflows/go.yml However, when installing imagemagic and graphicsmagick, the automated build takes ages longer than without them, because they are so...
## Bug description I use `weed mount` on my macOS Developer machine (exact environment description below). The mountpoint is created correctly (a.k.a no startup errors for `weed mount`) **The Bug**:...
I use the following script definitions (simplified for shortness): ``` envFile: - .env scripts: install: cmd: deno install --name ${CLI_NAME} main.ts allow: read: true run: true net: 'deno.land,x.nest.land' ``` ##...
I can't use this install script to install deno on a Synology DSM Instance (with x86 processor), since DSM on Synology does not ship with 'unzip' anymore. Re-installing it is...
**Describe the bug** esm.sh is currently unable to update an existing deno.jsonc file. See: https://github.com/esm-dev/esm.sh/issues/686. While implementing, it came to light, that the jsonc parser in the deno std lib...
**Stencil version:** ``` └── @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one...