Jon Robinson
Jon Robinson
When I wrote cad-to-shapely, I put 'finding lots of shapes with holes' in the too hard box. Info is not implicit in 'dumb' 2d geometry so `find_holes` really a utility...
I added in dev branch of cad_to_shapely `utils.py` a function `filter_polygons` that'll return a list of inferred "topographical surfaces" from closed curves (shapely polygons with/without holes/both). This ought to address...
Hey, I only really wrote code to sort out my own issues with hotspot on Oreo. Pretty sure nougat has its own set of problems-and-solutions with wifi toggling; but they're...
Do you mean the one in `MyOreoWifiManager`: `method = manager.getClass().getDeclaredMethod("startTethering",int.class,boolean.class,callbackClass,Handler.class);`
Hi mike. Nah I just put code up on GitHub...never really though anyone would look at it 😉 App really written for a pretty unique use case (of one! My...
No worries. Hope works for you. If you run into probs, flick me an email and I'll send APK for mine. On Thu, 29 Mar 2018, 11:57 PM mike-s123, wrote:...
Try (as temp fix): ``` pip uninstall networkx ``` then ``` pip install networkx==2.1 ``` Looking at Koala's `setup.py` file: ``` install_requires=[ 'networkx >= 2.1', ... ] ``` The current...