Julian Kornberger
Julian Kornberger
The current implementation can not be bound to a specific interface. I implement a DHCPv4 client on my own. In case someone is interested in the code: https://github.com/digineo/go-dhclient
I expect to retreive music in higher bitrates. I need test cases to verify it's working.
I have started using Git modules. @mdlayher Please tag the current version ... `v1.0.0` would be fine for me.
closes #14 checksums: ``` $ sha1sum tools/teensy* 0c55ced47401f85adf1a8461c3183b86a8fd5270 tools/teensy 76e2ab788fdc5753c16a39698e01c7e83ee61caf tools/teensy_gateway 05b03169f7f948f3df2e1089ef1589b7c033cee0 tools/teensy_post_compile 2ab3efe2918c02ff8a706fb37bfe7a57ac0b5bdd tools/teensy_reboot 2a29fca7d0c3874ea189f97983446648032017e6 tools/teensy_restart ```
It's probably not in the scope of `go-systemd`, but I'm looking for a handler to let `log/slog` writing log messages to my journal. https://github.com/golang/example/blob/master/slog-handler-guide/README.md Has anyone already worked on this?
In some cases the progress bar breaks the transfer. I am running FreeBSD 11.1. One attempt: ``` $ zxfer -dkFv -O root@remotehost -D 'bar -s %%size%%' -R zroot zroot/backups/remotehost Sending...
Has anyone tested this software with the [DYMO MobileLabeler](https://www.dymo.com/en-US/label-writer--wireless) via USB? It is able to print labels of up to 24 mm width.
I would like to have a constant number of digits after the decimal place. Does anyone have an example?