Federico Capaldo

Results 4 issues of Federico Capaldo

Mac OS Mojave. Python 3.7.4. Python versions managed with pyenv. I tried to follow all installations steps at: - https://github.com/jendrikseipp/rednotebook/blob/master/dev/mac-homebrew.txt - https://gist.github.com/pmgreen/a1bf2c7015cb2a70d73e5e66bb84885e and keep getting the same error ``` ERROR...

https://github.com/ThijsFeryn/elasticsearch_tutorial/blob/b1cec6cbc052aef5dd1855b9c4e87e4a6383c1c6/data/1_basics.json updated version of "Exercise 1" for Elasticsearch 7 (skipped a partial update of employee one) ``` #Welcome to ElasticSearch GET / #Get all documents, from all indices, from all...

When trying to click on the `Public Key` link from pages other than the homepage, instead of prompting a download with the key the page returns a 404. e.g. `http://www.cirosantilli.com/education/`...

The documentation on this link https://www.npmjs.com/package/react-picture has an error. `return ( );` should have `extra={{className:'myImg'}}` instead of `extra={{className='myImg'}}`. Otherwise Babel won't transpile the component and will generate an error like:...