David VandeBunte
David VandeBunte
Essentially the same problem here; I'd like to enable warnings as errors. The person who added this warning may have not been aware that the "Repository" and "Open Issue" buttons...
According to [this thread](https://groups.google.com/g/bazel-dev/c/JausNtNZBGo) the current bazel image is based on the [GoogleCloudPlatform/container-definitions](https://github.com/GoogleCloudPlatform/container-definitions) repository. Can someone double confirm that is the case? Perhaps this is related to @philwo's initial comment...
Ah it's `bazel run` rather than `bazel build`! That makes sense, thanks @SnipyJulmy and @supercairos.
@JohnTrunix Did you ever reclass this as a feature proposal? Offhand, I'm not seeing it. If not, can I go ahead and do so?
Converted to https://github.com/executablebooks/jupyter-book/issues/2094.
Same issue here. Per [Module: display — GeoJSON](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.GeoJSON) we should only need a frontend that supports GeoJSON display, but this does not seem to be the case.
Thanks @agoose77! As you suggested it wasn't all that difficult: ```sql ALTER TABLE `nbstage` RENAME TO `nbproject`; ALTER TABLE nbproject ADD COLUMN read_data JSON; ALTER TABLE nbproject ADD COLUMN exec_data...