Florin Badita-Nistor

Results 62 issues of Florin Badita-Nistor

./pgfutter csv --db top10m top10milliondomains.csv Incorrect Usage: flag provided but not defined: -db

This does not work SELECT st_centroid(linestring) geom,\* FROM ways -- where (ways.tags -> 'highway'::text) IS NOT NULL This works SELECT st_centroid(linestring) geom,\* FROM ways

Now, if i try the most simple query select \* from ways on a osmosis loaded postgis DB, it will say that it did not find the geometry.

OS: MacosX ``` ansible -m ping all 192.168.60.4 | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,password).", "unreachable": true }...

git clone https://github.com/joto/osmium.git Cloning into 'osmium'... remote: Counting objects: 8787, done. remote: Total 8787 (delta 0), reused 0 (delta 0), pack-reused 8786 Receiving objects: 100% (8787/8787), 2.59 MiB | 611.00...

ubuntu@ubuntu:~/mo$ python3 bin/iepy_runner.py persoana_test persoana_test.csv Loading candidate evidence from database... Getting labels from DB Sorting labels them by evidence Labels conflict solving Traceback (most recent call last): File "bin/iepy_runner.py", line...

**Describe the bug** File "/usr/local/lib/python3.5/dist-packages/bs4/element.py", line 1212, in decode_contents formatter)) File "/usr/local/lib/python3.5/dist-packages/bs4/element.py", line 1135, in decode indent_contents, eventual_encoding, formatter File "/usr/local/lib/python3.5/dist-packages/bs4/element.py", line 1212, in decode_contents formatter)) File "/usr/local/lib/python3.5/dist-packages/bs4/element.py", line 1135,...

Love your concept with open source apps, wanted to ask for a feature enhancement. When trying to add a new person to a group, you have to scroll until you...

feature request

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` from goprocam import GoProCamera from goprocam import constants gpCam = GoProCamera.GoPro() TIMER=1 gpCam.getStatusRaw() gpCam.downloadLastMedia(gpCam.take_photo(TIMER))...

Code ``` const NodeGeocoder = require('node-geocoder'); const options = { provider: 'google', // Optional depending on the providers fetch: customFetchImplementation, apiKey: 'YOUR_API_KEY', // for Mapquest, OpenCage, Google Premier formatter: null...