Lucas Clemente Vella

Results 28 issues of Lucas Clemente Vella

I am opening this issue partly to summarize the limitations of dlib I encountered when using it to implement a RNN, and partly to follow-up the discussion in pull request...

enhancement
help wanted

If I click too many times on the arrow to go back one month, the script hangs on a infinite loop. The issue was reported at least twice on Eonasdan's...

The wonderful Vim plugin YouCompleteMe makes use of clangd to parse the currently open file and get the needed information to provide semantic auto-completion (initially it used its own server...

feature
pr-welcome

This a block propagation protocol featured in at least 2 implementations of Bitcoin Cash. Having both would help in the interoperation of the network.

F8-enhancement
M4-core

Hello. I was investigating the use of rstar for my project, and for what I see in the Point trait, it won't be possible because I only know the number...

It would be nice if inside of `view_xxxx.mve` directory, the file `original.jpg` was a hardlink of the original, instead of copy (when possible). This would save hard disk space.

Related to issue #7, if some values fail to be found or unpacked from an object, there is no easy way to know if object was found or not. There...

If one of the keys parsed by `UJObjectUnpack()` could is not found, the order which the found keys are stored in output objects is wrong. For instance, following code: ```C...

Following code is enough to crash the program, in function `UJObjectUnpack()`: ```C #include #include "ujdecode.h" int main() { UJObject obj; void *state; const char input[] = "{\"a\": {}, \"b\": 200...

This code is used to generate the eddsa private keys: https://github.com/appliedzkp/maci/blob/3e26d930ecb8e25fef0ab3c52f0177a3a9dde0b2/crypto/ts/index.ts#L129-L158 The problem is that none of this is necessary, because before being supplied to the ZK circuit or used...