Hanno Schlichting

Results 11 comments of Hanno Schlichting
trafficstars

IIRC 8 KB doesn't have a special meaning here. It's just a "should-be-big-enough" default value. After reading the four-letter command list, I probably assumed their output would never be particular...

Looks like this might already exist in a fork at https://github.com/rgs1/kazoo/commit/44ca48e975aeea3fd0664fe13136a72caf89e54f

Actually this is covered by PR #189.

I'm not sure what exactly you want to do with MLS (and what has been done already). If you want to store the MLS data locally and query it offline,...

Hanno from MLS here: As of last week OpenCellID now also includes the cell data from MLS. We have bidirectional sharing of the aggregate cell data finally working. The two...

> We also should to find out if there are any "benefits" from contributing back (faster downloads or our app being listed on their leaderboard (which may generate some traffic...

@SecUpwN I'm more than happy for your app to switch to MLS. Unfortunately I don't know of any Android developers to help in such an effort. I can answer some...

@agilob I'm not sure how you got the parse error, if I do a "simple" request for a single cell network: ``` curl -H "Content-Type: application/json" \ https://location.services.mozilla.com/v1/geolocate?key=test \ -d...

Googling for `PyFPE_jbuf`, gives me for example: * https://stackoverflow.com/questions/36190757/numpy-undefined-symbol-pyfpe-jbuf * https://github.com/scikit-learn/scikit-learn/issues/7542 Both of those sounds like the root cause is multiple installations of cython/python/pip/conda, $PATH or include path mix-ups. Maybe...

In a clean docker container, installing Hydra for Python 3.6 works here (`$` is my local shell, `#` is the root shell inside the docker container): ``` $ docker pull...