Diogo Pinto

Results 38 comments of Diogo Pinto

It's one of the feature I have planned for when I find some time. Right now my priority is increasing test coverage and making the code as maintainable as possible....

If you could get this in the AUR that would be a huge help! Ideally, and I don't know if this is possible, the package would just pull the binary...

Check out [this comment](https://www.reddit.com/r/bspwm/comments/ll8aej/announcing_bspm_v001_the_bspwm_manager/gnrmnqz?utm_source=share&utm_medium=web2x&context=3) for a suggestion.

Check out [this comment](https://www.reddit.com/r/bspwm/comments/ll8aej/announcing_bspm_v001_the_bspwm_manager/gnrmnqz?utm_source=share&utm_medium=web2x&context=3) for a suggestion.

No problem ^^ I think I dropped whatever I was working on at some point, but I recall figuring out that this worked fine when in incognito mode. Meaning it...

Hi :wave: Is the string concatenation approach safe? I would assume "sql injection"-like attacks are possible?

Ah, alright. Weird though. I tried using the arguments in insertions and it didn't work: ``` insert users::User { email := $0, username := $1, hashedPassword := $2, type :=...

Cool, thanks for letting me know! A better API, or something like sqlc, would be amazing. Will be following the project, edgedb looks great! :)

Hey :smile: This is the config I'm using. Most of it is just the default. I changed the `tap_hold_wait_time` to `100`, and added the line: ``` KEY_CAPSLOCK: TapHold(Key(KEY_ESC), Key(KEY_LEFTCTRL)), ```...

I'm not familiar with this project's code, but can't we run this `nix-prefetch` to get the vendorSha256? ```shell nix-prefetch '{ sha256 }: golangci-lint.go-modules.overrideAttrs (_: { modSha256 = sha256; })' ```...