Kyle Barron
                                            Kyle Barron
                                        
                                    Note the error is actually from here: https://github.com/jupyter-widgets/ipywidgets/blob/4132414e5a4615a78cc6b849824a6df0155b26e9/ipywidgets/widgets/widget.py#L516-L526 `widgets.send` defaults `buffers` to `None`.
This would be a great feature to add. I'm guessing that this would be a difficult addition, however, since based on memory usage it seems like Readstat iterates over rows...
I just wanted to check in on this now that Mkdocs is 1.0. I assume that you still want this to be implemented with a Mkdocs plugin? I may look...
Thanks for the response. I'm a fan of the original comment myself, and it seems to me that the glob behavior is quite close to what Mkdocs does for the...
https://github.com/mkdocs/mkdocs/issues/1430 is a duplicate of this.
Another complexity of adding typing to rasterio is that I'm not aware of a way for mypy to see type information in Cython files. If I understand correctly, Numpy solves...
The latest release of [GeoParquet](https://github.com/opengeospatial/geoparquet) has also adopted PROJJSON. I'm wondering what it would take to add support for projjson here. - Currently it looks like the code takes the...
Alternatively, Even Rouault wrote [a pure-Python implementation](https://github.com/rouault/projjson_to_wkt) of converting PROJJSON into WKT1 strings. If you aren't inclined to add PROJJSON support into proj4.js, I would port that library to JS...
Awesome. I think first I'll port Even's `projjson-to-wkt` as a stopgap measure that should be easy. Then I'll try to find time at some point to make a true integration...
> * MVTLoader tests fail under Safari It's this test that's failing. https://github.com/visgl/loaders.gl/blob/112b16c544debdebaf17dfefad9814107e9e6283/modules/mvt/test/mvt-loader.spec.js#L125-L144 Specifically it looks like there are some float precision errors in Safari. The created geojson is expected...