Stefan Zweifel

Results 11 issues of Stefan Zweifel

- refs #196

changelog:changed

This isn't an issue, but more a question/discussion (discussions tab is disabled): I've stumbled upon this great package while looking for a "usage-engine" to replace my home-grown one in a...

enhancement
good first issue

https://stefanzweifel.io/posts/track-the-usage-of-your-laravel-apis-with-the-measurement-protocol

Hi When creating a new project with the handlebars template framework (`yo backbone --template-framework=handlebars`) I got some issues with wrong version numbers: - bower.json: `"handlebars": "~1.3.0"` - package.json: `"grunt-contrib-handlebars": "^0.8.0",`...

> [Note] > For folks browsing the repository and finding this PR: I've not yet merged this PR, as I haven't yet decided when and how to launch v6 of...

changelog:removed
v6

This PR updates the requirements in composer.json to support Laravel 11. I ran the test suite on Github Actions in my fork. Results can be found [here](https://github.com/stefanzweifel/sidecar/actions/runs/7768056332). (I temporarily added...

As reported in #110, AWS Lambda [throws](https://github.com/stefanzweifel/sidecar-browsershot/issues/110#issuecomment-1946504295) deprecations warnings about `fs.rmdirSync()`. This PR updates `browsershot.js` to use `fs.rm()`.

changelog:fixed

The original zipcode data set has been downloaded from [cadastre.ch](https://www.cadastre.ch) in 2016. Between 2016 and now, there have probably been some changes: Cities merged with other cities and received a...

enhancement
help wanted

The test suite of the package is currently only [tested](https://github.com/stefanzweifel/laravel-backup-restore/blob/9e17e5214959722b57e70369b3d2a05d7c5d5735/.github/workflows/run-tests.yml#L15) on `ubuntu-latest` on GitHub Actions. However, as the package is often also used by users on Windows devices, we should...

enhancement
help wanted