Tim Schaub
Tim Schaub
This adds a hint that bars must include an explicit start and end so that the domain doesn't include zero when using log scales. See #1038.
Has there been discussion around including an `id_column` or something similar in the file metadata? I think it would assist in round-tripping features from other formats if it were known...
From [the spec](http://www.w3.org/TR/2008/WD-access-control-20080912/#access-control-allow-origin) > For requests **without credentials**, a server can specify that a resource can be accessed > by any origin using a wildcard: Access-Control-Allow-Origin: * For wildcard `Access-Control-Allow-Origin`...
I see that support for the `GEOGRAPHY` type is not listed in [`[email protected]`](https://github.com/goccy/go-zetasqlite/blob/v0.17.1/README.md?plain=1#L97). It looks like the `GEOGRAPHY` type appears in [`[email protected]`](https://github.com/goccy/go-zetasql/blob/v0.5.1/types/type.go#L81) and is at least used [in the storage...
This is a new version of the changes in #14262. I needed to squash the commits to deal with all the conflicts in the past couple years. This adds a...
The `WebGLTile` and `WebGLPoints` layers accept a `variables` property in the `style` object passed to the constructor. ```js // for webgl tile or points layers const layer = new Layer({style:...
**Describe the bug** It looks like the WebGL vector layer crashes mobile Safari after a short period of use. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://openlayers.org/en/latest/examples/webgl-vector-layer.html...
### Is there an existing issue for this? It looks like this is the same issue as #3268, although the error I'm getting is different, and it appears that the...
When using `{based_on_style: pep8, dedent_closing_brackets: true}` as a style, PEP 8's [indentation recommendation](https://www.python.org/dev/peps/pep-0008/#indentation) isn't followed when the test of an if statement is a logical expression. Given the following `check.py`:...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/dockertest/blob/v3/CODE_OF_CONDUCT.md). -...