Magicking

Results 30 comments of Magicking

I could reproduce this every time, the setup was 5 bulbs (4 identical) on the same WiFi and the build was https://github.com/lopter/lightsd/commit/9f976a67e2d0214dba13c8eef88aec9fb57db6fb

I don't understand what JSON has to do with the problem I'm pointing. The problem is that it converts the hexadecimal to a number where it should stay as a...

Ok, I think I was not clear in my explication. Here, what's work https://imgur.com/r7U467y , you can see that the format is `string` and the `example` is a string as...

Fair point, thank you! I'll see over there.

The same behavior can't be reproduced in the latest version of the jsoneditor over at https://jsoneditoronline.org/ and the version of jsoneditor embedded is 3 years old, I guess the issue...

The issue is not solved, the editor is way better though but I still need to add an extra `_` to my `example` property if it's a hex string

Sure, a drop-in replacement for `log` with all of log.* functions implemented would be a good start but what would be best I think is something like https://github.com/sirupsen/logrus . Especially...

From the standpoint of a staking service, I would as much as possible not have a key I hold&use with a hardened system(HSM) be in the hand of an end-user...

I opened up a pull request addressing this issue, it seems that the « list index out of range » happens when brownie is building up coverage data with the...

Same issue with python 3.10.4, I switched to python 3.9.12, it works now.