Michael John
Michael John
I installed go-libucl and wrote a small test to start experimenting. When I build the test I get an error about Go not being able to find libucl.so.3. libucl is...
Running the latest Lynis I get the error about an unknown OS. Here is the content of /etc/os-release. This Linux image was built via Buildroot. ``` > cat /etc/os-release NAME="Summit...
When running `go get -u gopkg.in/h2non/gentleman.v2` I get the following error: ``` > go get -u gopkg.in/h2non/gentleman.v2 go: downloading gopkg.in/h2non/gentleman.v2 v2.0.4 go get gopkg.in/h2non/gentleman.v2: gopkg.in/h2non/[email protected]: verifying module: checksum mismatch downloaded:...
Hello, Attempting to run goreporter on my project but it gets an error. ``` ❯❯❯ goreporter -p . -r . -f html 2018/01/02 11:50:04 The template path is not specified,and...
I'm looking for a static built signify. Is this possible with lobase?
### Vagrant version 2.3.0 ### Host operating system Windows 10 ### Guest operating system Ubuntu, box generic/ubuntu2004 ### Vagrantfile ```ruby $default_network_interface = `ip route | awk '/^default/ {printf "%s", $5}'`...
I'd like to use gofumpt for formatting over gopls. I have this specified in my config: ``` require('go').setup({ gofmt = 'gofumpt', lsp_gofumpt = true, }) ``` But if I run...
``` 2024-02-14T17:10:29.339627Z INFO add_project: gitbutler-app/src/gb_repository/repository.rs:347: created new session project_id=e44513a6-69d0-4ef7-aee4-b3f00ffda16e session_id=65a0c6ed-96d1-4a5d-94c5-9254d8c27f7f path="/home/mjohn/workspace/cm" 2024-02-14T17:10:30.336374Z ERROR add_project: gitbutler-app/src/projects/commands.rs:75: failed to add project error=failed to open repository Caused by: 0: failed to run initial...
I'm looking if elvish support the bash equivalent `read -s password`. Currently I have the following but it echos what is typed to the console ``` var password = (read-line)...