Liam

Results 87 comments of Liam

This is pretty irritating... here's a gist of some relevant logs: https://gist.github.com/hut8/2a3964a2a26743f882091613dfd88861 Trying to move it to /Volumes/Liam/Docker/DockerDesktop: default 12:08:20.366807-0500 com.docker.backend callback failed on restart: failed to rename VM disk:...

Alright so I found a workaround: 1. Close docker desktop completely, ensuring that the engine isn't running 2. Move the things: (replace the destination with the real destination, *and make...

I'm getting the same error and am rather confused by it... ``` go get github.com/alexbrainman/odbc/api # works fine go get github.com/alexbrainman/odbc # works fine ``` Then if I execute: ```sh...

Running this command gets me a working executable, but prints out warnings: ``` $ CGO_CFLAGS="-I/opt/homebrew/Cellar/unixodbc/2.3.12/include" CGO_LDFLAGS="-L/opt/homebrew/Cellar/unixodbc/2.3.12/lib" go build # inventory ld: warning: ignoring duplicate libraries: '-lodbc' ld: warning: search path...

I appreciate you writing that page for us Mac users 😄 Unfortunately I did actually follow those directions, and the weird part that really confuses me is that `go get`...

Oh wow, thanks for the guidance! Very much appreciated. I'll get to this ASAP

Alright it's almost certainly related to this: https://github.com/alloy-rs/alloy/issues/1819