Cameron Daniel

Results 18 issues of Cameron Daniel

Resolves #61 I _think_ the default behaviour of this should be roughly the same as before but without the surprise `$CWD` changes, additionally there is an optional flag to scope...

I'm using this with neovim in iTerm2 and with `set cursorline`, there's a gap in the highlighted line around the indent markers. ![screen shot 2017-10-17 at 11 23 32 am](https://user-images.githubusercontent.com/103831/31642471-862d8cae-b32e-11e7-99c6-1405c59168a2.png)...

I'm trying to use this with podman using the Docker API-compat socket. It seems like it'll probably work but I've hit a snag and don't know enough about the Docker...

I'm integrating Squawk into a CI pipeline and want to be able to tell it to ignore specific queries, similar to ```rust #[allow(clippy::some_rule)] // some code that would fail ```...

enhancement

I'm getting an occasional panic using this library on calling `IpLookupTable.remove()`. Panic location is below: ``` thread '' panicked at 'index out of bounds: the len is 0 but the...

https://github.com/vgarvardt/gue/blob/c9efae2dabc919bd44cb1eadce095b49aeec7b7a/worker.go#L284-L291 Maybe a silly question - but why truncate the stacktrace? Aside from writing bug-free code :rofl: is there a better way to extract errors than relying on the built...

I'm using PostgreSQL to store IP address information and would like to be able to use these types with `database/sql`. Would you be open to implementing the [`Scanner`](https://pkg.go.dev/database/sql#Scanner) and [`Valuer`](https://pkg.go.dev/database/sql/driver#Valuer)...

I've been setting up Hyprland over the last couple of days, so it's somewhat difficult to pin down exactly when this "broke" but as of this morning using 5120x1440 causes...

bug