Maple

Results 141 comments of Maple

``` local_max = local_max.astype(np.float32) eroded_background = eroded_background.astype(np.float32) detected_peaks = local_max - eroded_background detected_peaks = detected_peaks.astype(np.bool) ``` at `fingerprint.py` maybe thats help

> > > at `fingerprint.py` > > > maybe thats help > > > > > > really helpful, thanks a lot dude > > but I got another error...

Insert hash with the song id that already in the `songs table`, by default you can't Take a look at https://github.com/worldveil/dejavu/blob/master/dejavu/__init__.py#L89

Hi, I can reproduce the error, and it got SEGV at the same place (previous successful id 127, it stops at 128), i've checked that this is not caused by...

Thank you for replying. I was thinking about `google.protobuf.Any` implementation for Thrift. These unknown structure/data will be encoded to unknown fields along with the type metadata. EDIT: So in order...

我看到了README.md,liburing需要用CGO?

I can reproduce it by using this code: ```c int TesByteSlice(char *t, size_t sz) { for (int i = 0; i < sz; i++) { *t++ = (char)i; } return...

Recursive function works, but let's ignore it i guess edit: tried with byte slices, doesn't work :/ ```c int TesByteSlice(char *t, size_t sz) { if (sz == 0) return 1;...

I know how the LINE chrome works, loginWithIdentityCredentialForCertificate removed i think cuz the Offical is not use that function >.

Yap, i just found the other function to login with email. Hope you guys found that too, also login qr isnt permanent, the authtoken can be expired. Going to next...