Tim Schaub
Tim Schaub
Instead of requiring `owner` and `repo`, defaults can be generated if the current directory is a git repo with an `origin` remote on GitHub.
The `since` option is pretty limited. There should be an option to provide a range of dates or commits. E.g. ``` gh-changelog --between v0.2.0..v0.3.0 # ... ```
The [`gh-pages`](https://github.com/tschaub/gh-pages) package was extracted from this one some time ago and has been more actively maintained. It should be relatively straightforward to make `gh-pages` a dependency of this package...
I'm inclined to create a new task for this: `different`. The benefit of the first is clearer semantics and the ability to use `newer` and `different` within a single gruntfile.
I'm curious if there would be support for adding a suite method that would be called in the case of a test panic. I know it is dangerous to try...
I'm curious if others have used the jackc/pgx/pgconn package with the [CloudSQL proxy](https://pkg.go.dev/github.com/GoogleCloudPlatform/cloudsql-proxy/proxy/dialers/postgres). I have a type that implements the `pgtype.BinaryDecoder` and `pgtype.BinaryEncoder` interfaces, and things work well when using...
Currently, the `coalesce`, `string`, and `number` operators only work in the Canvas 2d renderer. It would be nice if they were supported in WebGL as well.
The `attributionsCollapsible` option added to sources in #8804 does not really control whether attributions are collapsible. For example, if the attribution control is constructed with `collapsible: true`, the control will...
It should be easy for people to use the WASM build to convert to/from GeoParquet.
The `test/browser/spec/ol/webgl/styleparser.test.js` tests often fail. See https://github.com/openlayers/openlayers/actions/runs/9643433220/job/26593423765?pr=15934 for example. It looks like the generated shader code will differ depending on whether an image is loaded at parse time or not:...