Cameron Daniel

Results 32 comments of Cameron Daniel

Unfortunately not, unless there is another way I should be doing this? ```go package main import ( "database/sql" "fmt" _ "github.com/jackc/pgx/v4/stdlib" "inet.af/netaddr" ) func main() { db, err := sql.Open("pgx",...

I'd imagine an implementation of `Scanner` and `Valuer` inside this package would probably just call those under the hood

> I don't think it's reasonable for the types for every package to implement magic methods for the interfaces from most other packages that exist. Agree with that, however with...

This *should* be fully backwards compatible. If it's not, I'll make changes so that it is 👍 > Just so you know, we are thinking of making the query builder...

At some point over the next few days I'll see if I can come up with a change here to resolve this, will comment back either way

This doesn't just apply to missing imports, this seems to apply for all syntax errors. ```protobuf syntax = "proto3"; message Foo { string name = 1;; } ``` Whether or...

Ping @snowp is it possible to get this reviewed and hopefully merged?

@avasenin I'd use some API endpoints with this to try and do some integration with GitLab. Alternatively, a trigger that was called when an achievement is "unlocked" would work just...

Explicitly setting the scale resolved this - thanks! I tried 1, 1.5 & 2 and it worked fine for all values :+1:

:point_right: [hyprland.f14e808.log.txt](https://github.com/hyprwm/Hyprland/files/10439584/hyprland.f14e808.log.txt) That log has the crash however when explicitly setting the scale (to workaround the crash) the debug log line looks identical. ``` ~ $ find /tmp/hypr -name '*log'...