Jacob Alberty

Results 22 comments of Jacob Alberty

``` root@2b1ce667ee1d:/go/src/gosvcs/bigfft# GOOS=js GOARCH=wasm go test -exec="$(go env GOROOT)/misc/wasm/go_js_wasm_exec" -cover PASS coverage: 82.8% of statements ok github.com/remyoudompheng/bigfft 261.768s ```

This is definitely a much needed feature.

I mean for a one time run though, runs the first time the container is initialized then never runs again, sort of a post-ininitialization hook. Trying to find a clean...

It seems to be a dhcpcd issue, dhcpcd seems to be trying to write something before calling its exit scripts, /run/systemd/timesyncd.conf.d/ likely needs to be mounted as a tmpfs to...

Well, I guess maybe thats not the right hook? I'm confused there seems to be multiple hooks /lib/dhcpcd/dhcpcd-hooks/50-ntp.conf may be the right one to worry about and it does seem...

@mamoit fake-hwclock writes to a file on shutdown, and i could have sworn when I tested it there was still a ntpd installed?

You can't share a single database with multiple instances of a database server. You need to setup replication. 3.0 does not have built in replication support so you'll need to...

Can we maybe get the V4L option made a bit more generic with pixel format broken out as a dropdown option? It looks like that + unchecking 10-bit content would...

@joeblew99 one option (if you're either on linux/osx or dealing with networked printers) is an ipp client like https://github.com/phin1x/go-ipp you'd have to build the print dialog yourself though

I got this working with go-ipp so figured I'd post enough of my code here to help anyone else . Fairly easy to use just instantiate `IPPDriver` with the appropriate...