Results 127 comments of uraimo

Thanks for the PR @messense but right now I don't see any advantages in migrating to qus other than skipping the user-static installation and supporting non-amd64 host (which we don't...

Hi, please upgrade to 2.1.1 and let me know if everything works as expected, thanks!

Hi, can you post your workflow file?

The problem seems to be around here, inside that [Makefile](https://github.com/SixSq/img-authz-plugin/blob/master/Makefile) you build with "make all". It's creating another x86_64 alpine container inside the emulated armv7 one. ``` Step 6/12 :...

I'd recommend to add a new target in the makefile that just builds without imposing the creation of an x86 container on the caller, that way you'll be able to...

Was wondering about the same thing ( #64 is asking too), timezones are not implemented right now as can be seen in [/js/circular.js](https://github.com/julien-c/Circular/blob/master/js/circular.js#L5766). The value you set is just saved...

Hi, that diagram looks identical to the SHT20 one, try doing two readByte in sequence like [Sam did](https://github.com/samco182/SwiftySHT20/blob/master/Sources/SwiftySHT20/SwiftySHT20.swift#L131), or 3 if you want the CRC (useless imho). That readData expects...

Hmm, 16bits commands are not even allowed by the protocol, I wonder if 8+8 could work, have you tried something like this: ``` i2c.writeByte(0x44, command: 0xF3, value: 0x2D) let value...

>Is there any chance you'll be able to work on this in the foreseeable future? DS18B20 fixed for Swift 5.x.

Yes, the RaspberryPi output for the list of 1wire slaves could very likely now contain a newline. Trimmed in 1.3.9.