Gabriel

Results 24 issues of Gabriel

as suggested by lks128 at https://github.com/simos/keyboardlayouteditor/issues/1

https://cheatsheetseries.owasp.org/cheatsheets/Docker_Security_Cheat_Sheet.html#rule-5-be-mindful-of-inter-container-connectivity contains: ``` For detailed guidance on configuring Docker networks for container communication, refer to the [Docker Documentation](https://docs.docker.com/network/#communication-between-containers). ``` That link resolves to a new content. The original target, and...

experience if missing C compiler dependencies is not very good. After someone setups for elixir development, this is the experience: ``` ==> bcrypt_elixir could not compile dependency :bcrypt_elixir, "mix compile"...

this does **not** "support" git options such as `noprefix`, `mnemonicPrefix`, etc. As in, they will not have the desired effect on diff view, like #1337 was trying to implement. It...

handle all diff view options (noprefix, mnemonicPrefix, srcPrefix, dstPrefix, line-prefix) (moved quick fix of #1336 to #1338)

1. `git config diff.noprefix true` 2. open `tig blame` 3. select a diff section and press b what i expect: To be magically taken to the previous review on the...

type:bug

using `project_path: .` when gradlew is on the repo root will fail the build with > Couldn't find gradlew at path '/home/runner/work/repo_name/repo_name/gradlew' ``` # minimum reproducible case using job from...

Same as was described on #95. I believe this have to do with the pam interface, not with things doas itself print. maybe doas is somehow hiding the tty from...

There are too many links to this tutorial and none to a quick-reference i could find on discourse. Having a link for advanced users who just want a quick-reference table...

Mostly updating buildtools/gradle. sdk30 to 34. andx.compat1.3 to 1.7. Had to bump minSdk from 15 to 21 because the manifest override failed, but i think it should be safe. I...