Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tschaub

tschaub published a release on tschaub/gh-pages
v6.3.0
## What's Changed * Bump chai from 4.3.10 to 4.5.0 by @dependabot in https://github.com/tschaub/gh-pages/pull/584 * Bump mocha from 10.7.3 to 10.8.2 by @dependabot in https://github.com/tschaub/g...
tschaub pushed 2 commits to main tschaub/gh-pages

View on GitHub

tschaub created a tag on tschaub/gh-pages

v6.3.0 - General purpose task for publishing files to a gh-pages branch on GitHub

tschaub created a comment on a pull request on tschaub/gh-pages
Thanks for the fix, @sherlockdoyle

View on GitHub

tschaub closed an issue on tschaub/gh-pages
Command fails if remote file starting with '-' exists
#### Summary The `gh-pages` library fails when deploying if a file in the `gh-pages` branch of the remote repository has a name starting with a `-` (dash). This happens because `git rm` interprets...
tschaub pushed 2 commits to main tschaub/gh-pages
  • fixes #592 7e44de2
  • Merge pull request #593 from sherlockdoyle/fix-592 Handle filenames starting with a dash fe4756c

View on GitHub

tschaub closed a pull request on tschaub/gh-pages
fixes #592
This fix ensures `gh-pages` correctly handles files with names starting with a `-`. By adding `--` to the `git rm` command, filenames are treated as file paths instead of options. This prevents err...
tschaub created a review on a pull request on tschaub/gh-pages

View on GitHub

tschaub created a review comment on a pull request on openlayers/openlayers
I'm confused how this matches [the expected type](https://github.com/openlayers/openlayers/blob/79c50deb6a7cc3032f43756654ddb4dc59b4b8a4/src/ol/style/flat.js#L92-L96) for `style`.

View on GitHub

tschaub created a review on a pull request on openlayers/openlayers

View on GitHub