walter-hernandez

Results 12 comments of walter-hernandez

@AutomatedTester would something like what [selenium-wire](https://github.com/wkeeling/selenium-wire) incorporated to handle requests and use proxies that require basic authentication be what could inspire the handling of basic authentication here?

The dictionary output could be an additional feature to obtain an output from `predict_for_text`

For anyone experiencing this issue, this happens because you need to have [magic-bin](https://pypi.org/project/python-magic-bin/) installed. Then, the solution is: `pip install python-magic-bin`

@tiffsea refextract uses _**pdftotext**_ in the background. The error seems to be because refextract cannot find pdftotext installed in your system. Try installing it following the instructions for os dependencies...

> Finally after an hour later, I short-circuited _config.py in the brew directory to print out _get_data_folder() and that led me to: > > `/Users//.local/bin/brownie` > > Manually removed the...

What helps to explain the Hedera Consensus Service is to relate it to a cloud service provider like AWS, Azure, GCP etc. providing a NoSQL database to which you pay...

> > 2. Then, since each nodes know what the other nodes in the network know and who they hear/receive their transactions from, the nodes can broadcast virtual votes that...

> > Also, fwiw I don't technically know how obtain Hedera transactions from blocks yet. The hedera block RPC API doesn't seem to provide that information. > > I'll look...

For anyone experiencing the issue, the solution that I found for the Docker Compose version of Argilla was to execute: ```bash curl -X PUT "http://localhost:9200/_all/_settings?preserve_existing=true" -H "Content-Type: application/json" -d '...