Paul Spooren

Results 408 comments of Paul Spooren

Would also be nice to add it to PyPi

@bheisler please approve the CI

As a workaround it is possible to use the following `jq` command ``` jq --raw-output '. | select(.id != null) | {"id": .id | sub("[ /]"; "_"; "g"), "estimate": .mean["estimate"]}...

Hi, I think this project is rather great especially for embedded devices. Is there any reason it is not compatible with the current key format of signify? It'd be great...

From my understanding the algorithm is stored in the first two bytes, therefore changeable in the future: https://github.com/aperezdc/signify/blob/master/signify.c#L55

@vstakhov I'm thinking of slightly modifying the cli so it can be used as a drop in replacement. It would be nice to have a very simple tool for signature...

@vstakhov The signatures are also very different: ``` asignify-sig:1:ZRASLrzUr+w=:faDj6u0equScWUdwMAVJvV3PX1kK1t/ONdfY9mLELXK0DtPfDOiBYGKYps3HSThZSINdUFIppR0VVja/cT8sCA== BLAKE2 (asignify) = 97aacb968d56cd93b5be4b78597d6da9cad7edb6081d6462d85c3563cbb195778da3a19ee49966060ace9ac97bdf612bc2d8ba39c914b415322f 864dfb79da81 SIZE (asignify) = 6328 ``` vs ``` untrusted comment: signed by key 43de7112337a763f RWRD3nESM3p2P79J87X96kVVaLSKg0K601FDI1y0hQQRW7UmVcxrAHV/Ubq0r8lsDJjDlnSPtCUDX9kQxnpD55LH+jW/7nsqzws= ```

> Also, I think we can keep just redis-py either one of 3.5.0 and 3.5.3 so the number of tests aren't so large. I think a good compromise for now...

I just rebased this. Is the `'` vs `"` your only concern about this patch?

@nzjrs I'm wondering if they can just apply the black style once to their on tree and extract a reformatted patch. The idea of using a code formatter is to...