Mike Kusold

Results 14 comments of Mike Kusold

Another potential solution is to do the API calls through a sock5 proxy. Curl and Go both support this out of the box. It does require separate credentials for PIA...

If you want to bake notifications into gluetun, you may want to give [shoutrrr](https://containrrr.dev/shoutrrr/) a look. It's a go library that supports sending to a wide variety of sources including...

https://github.com/twitter/scoot/issues/456 Scoot is no longer compatible with Bazel.

c.execute("SELECT _id, thread_id, address, person, date, date_sent, protocol, read, status, type, reply_path_present, subject, body, service_center, locked, error_code, seen FROM sms ORDER BY date DESC") That is the command that worked...

> Also, Deepstack already does support the Intel NCS2 already I might be wandering into the offtopic zone, but Deepstack's NCS2 support [seems to be limited exclusively to rPis](https://github.com/johnolafenwa/DeepStack/issues/100). There...

I came here because I couldn't figure out how to view other columns. I mainly use Sequel Ace with a docked laptop, so swiping the trackpad never occurred to me....

Zulu Java is the only openjdk distribution that is still packaging Java 7: https://www.azul.com/downloads/?package=jdk I had a branch where I tried switching to it, but the build fails because you...

@bhaver 's fix worked for me. You want to do a volume map to `$FOO_PATH/app:/app` with a directory tree with the following: ``` $FOO_PATH/app ├── avctKVM.jar └── lib ├── avctKVMIOLinux64.jar...

> User must understand Zsh arrays (slicing) For option nr. 1, a user will realistically only be able to prepend or append to the entire prompt. Otherwise the string manipulation...

I misunderstood how you were planning on exporting the data. Would something like this work? I'm a bit of a shell scripting beginner so there might be better ways to...