Michael Gliwinski

Results 12 comments of Michael Gliwinski

I use [pass](https://www.passwordstore.org/) for that: ``` sh # .envrc export FOO_TOKEN="$(pass show foo/token)" # or for some things I store snippets that assign multiple variables in pass (e.g. AWS ID...

:+1: I think both links (and also app's homepage if different from source) should be added to app details on the page. Currently to find out more about an app...

It seems that Gmail now supports subdomains in `EHLO|HELO` commands, or at least it seems to work for me. However, I agree that relying on `overwrite.cli.url` as implemented in #27306...

So is the idea here to have an optional property in the config file along the lines of `files_from_tar` which would cause the files from the specified tar archive be...

Yeah, I just wanted to confirm the expectation was that this would be an additional option in the config file, instead of a CLI arg for example. As for in...

Cool, thanks guys, let me know if I can help/explain/improve something :smile: BTW one project which already uses this is [kubectl-neat](https://github.com/itaysk/kubectl-neat) - [workflow runs here](https://github.com/itaysk/kubectl-neat/actions) (in case you want to...

@jasonkarns > I can't believe they're suggesting to force-overwrite tags repeatedly as part of their recommended release process. :( yeah it's a bit weird but that's why I also tagged...

Also please add 300% scaling which is the default for 4K 13" screens. In fact this may not be enough for some so maybe supporting anything in range between 100-500%...

I started looking into this, unfortunately it doesn't look like transactional properties can be achieved without some support from the plugins. While many of them are simple (download + extract)...

Does it work if you tell it which configurations to use? ``` groovy shadowJar { configurations = [project.configurations.implementation] } ```