Johan Nordberg

Results 109 comments of Johan Nordberg

``` json { "outputMode": "ws281x", "outputMapping": "rgb-123-v2", "demoMode": "fade", "ledsPerStrip": 4, "usedStripCount": 1, "colorChannelOrder": "RGB", "opcTcpPort": 7890, "opcUdpPort": 7890, "enableInterpolation": true, "enableDithering": true, "enableLookupTable": true, "lumCurvePower": 2.0000, "whitePoint": { "red":...

Yeah I realise that my usage isn't what this lib was written for :) Setting interpolation and dithering had no effect, but I found that increasing the number of LEDs...

``` import warnings warnings.filterwarnings("ignore", message=r".*(maintenance phase|TorchCodec).*") # RIP torchaudio ```

The event's package is in node core and should be injected by webpack. What is the specific issue you're having?

I think this proposal is a good idea, I'd go even further and say that a value for `output.exports` should be added that lets you assign named exports to the...

That's probably a better workaround with the current bundler 👍 > With named exports it's not clear how interop should be handled. It's clear, just not safe if you're for...

If I don't misremember eos public keys are always compressed so would be hard for an attacker to craft a malicious public key. Wouldn't hurt to validate the point in...

``` INFO 12-06 07:56:21 preprocess.py:215] Your model uses the legacy input pipeline instead of the new multi-modal processor. Please note that the legacy pipeline will be removed in a future...

My thought is that the warning is very annoying 😀