Jeffrey Gerard
Jeffrey Gerard
The knob documentations says `indent_dictionary_value:True` will "indent the dictionary value _if it cannot fit on the same line as the dictionary key"_. However I see cases where this option creates...
Requests freeze when combining both `threading` and `requests` integrations with `StrackdriverExporter(SyncTransport)` **Describe your environment.** Here are the relevant versions of Python packages: python==3.7.3 flask==1.0.2 opencensus==0.6.0 opencensus-context==0.1.1 opencensus-ext-flask==0.3.1 opencensus-ext-requests==0.1.2 opencensus-ext-stackdriver==0.4.0 opencensus-ext-threading==0.1.2...
First, `FeatureServer.DataSource.OGR:__init__` parses the `attribute_cols` [here](https://github.com/iocast/featureserver/blob/2e8c5937e67a9048dd28d2c567b868def466517a/FeatureServer/DataSource/OGR.py#L62). Then, `vectorformats.Formats.WFS` tries to parse them again [here](https://github.com/iocast/featureserver/blob/2e8c5937e67a9048dd28d2c567b868def466517a/vectorformats/Formats/WFS.py#L339). A very basic WFS query: ``` http://localhost:8080/?SERVICE=WFS&VERSION=1.0.0&TYPENAME=states&BBOX=-122.77458907062643334,47.22724615119393832,-121.86953238113640907,47.96610480588739023&REQUEST=DescribeFeatureType ``` results in an error: ``` An error occurred:...
This assists downstream users of `scenic` (example: see https://github.com/google-research/perch/issues/613) by constraining `scenic`'s dependency on `optax` to 1. a specific minor version: as optax is still a 0.y.z project we might...