Iñigo

Results 10 comments of Iñigo

There's a good library TIKA-Python (https://github.com/chrismattmann/tika-python) that handles PDFs, emails, and other formats as well. It is based on apache tika (http://tika.apache.org/) and the maintainer is on the Apache Tika...

Good point on getting PDF etc. out of scope: it's vert tempting to add stuff; but hard to leave it aout. I'll send you a draft, just after I make...

conI suggest having several methods for handling duplicated content. In the very simplest form, you might just need to chech againsta a hash (sha1, for instance) to be sure you...

thanks @clintwan There are four different user stories here. How much effort is needed for this: - Query Alert: show a Warning before you send a command to the database....

Can you show us the ssh-server logs for that attempt? Maybe your ssh-server rejects the cyphers Beekeper wants to use and - if there is no agreement on that -...

This might be a key file issue as well. Is it a ssh-key or a PEM Key ? The difference is that SSH keys start with: ```--- BEGIN SSH Private...

Same issue here with: - Brownie v1.14.6 - Python version 3.6.9 - Solc - 0.7.6 - 0.8.4 - / EVM Version: Istambul I've got coverage for the fist contract I...

PR Sent! I didn't coded the suggestion :-( and there are a lot of cases where you can specify a regex that will never match an ethereum addres; *but* at...

This is a duplicate of #851 , #816