Nicolò Balzarotti

Results 35 issues of Nicolò Balzarotti

Hi, I built it with mbedtls 2.23. Compiles fine, but segfault when loading prod.keys. stacktrace: main -> pki_derive_keys -> aes_decrypt -> mbedtls_cipher_finish. https://github.com/The-4n/4NXCI/blob/33044e650ad58a72d231d9793383f5f279b73884/aes.c#L88 According to [mbedtls docs](https://tls.mbed.org/api/cipher_8h.html#a6678691c02cb3f1322b2179987bfffb2), second argument should...

``` #0 memcpy () at ../sysdeps/arm/memcpy.S:111 No locals. #1 0x76ed02b0 in __mempcpy_inline (__n=1008, __src=, __dest=0x0) at ../string/string.h:650 No locals. #2 __GI__IO_file_xsgetn (fp=0x5d4e8, data=, n=1147132224) at fileops.c:1400 want = 1147132224 have...

Hi! I was compiling this with gcc 7.4.0 and got `Undefined reference to dlsym` when linking lan-play executable. I had to pass `-DCMAKE_CXX_FLAGS=-ldl` to fix. (OT: is the license gpl3...

https://github.com/satcar77/miband4/blob/0ac2a745d0365e590047ddf22e2979737bd0b3a5/quick_call.py#L8 this does not work for me, unless I add band.initialize()

https://github.com/satcar77/miband4/blob/0ac2a745d0365e590047ddf22e2979737bd0b3a5/miband4_console.py#L183 I think this should check for the return value of band.waitForNotifications, and run until it is true

Hi, I've a FLAC file with the ID3v2.3 tags. Name and Author are correctly read by QuickLyric. But the "Lyrics" tags is ignored (it's searching for the lyric online and...

Hi, if I have 3 "Process" flow chart boxes, linked with a straight connection arrrow, and i horizontal align them, the arrow remains in the same position as they were....

Hi, I usually name functions like: `ω_max` Latexify is exporting it as ω\_{m}ax, where I think it should place in underscript all the word. Thoughts? Thanks, Nicolò

https://github.com/labapart/gattlib/blob/0f8c02c6a6a7829b80452ce428f7418a800194e9/examples/read_write/read_write.c#L88 Isn't this writing uninitialized memory? the value_data is never used

length(Array(hc[:cycles])): 1000000 ``` julia> ApproximateSignedRankTest(Array(hc[:cycles]), Array(rc[:cycles])) Approximate Wilcoxon signed rank test ------------------------------------- Population details: parameter of interest: Location parameter (pseudomedian) value under h_0: 0 point estimate: -134.0 signrank allocation error...