Luca Simonetto

Results 77 comments of Luca Simonetto

> No offense taken :) I've been meaning to redo the logo for some time to use the python colors, so I am happy to let you give it a...

Also looking for this feature, since I always use multiple emojis when making a commit like ``` [AB-123] 🐛 stepped on worm ♻️ thrown my laptop in the trash 🚑...

For anyone having this issue, for now the error can be silenced using `pip-extra-reqs --ignore-requirement=some-package my_project`

After some testing I can also suggest the addition of a whitelist for the `pip-missing-reqs` command, as for example the `keras` ml library requires a backend, which doesn't need to...

Looks like I completely overlooked that, because that section in the Readme talks about ignoring modules and I interpreted that as project subfolders, not actual libraries. Thank you.

Sure, I'll make one when I have the time

In any case, I am still thinking that a whitelist could be a useful addition

Is `mnemonic.txt` needed more than once? Because having it deleted after startup would already be something

I fixed the merging issue, we just had diverging branches since the same file was updated differently by my branch and master