Stefan Zweifel

Results 58 comments of Stefan Zweifel

The feature, to show a warning if a version already exists, was implemented based on feedback from users I received privately. It was implemented in https://github.com/stefanzweifel/php-changelog-updater/pull/16. > Is there a...

> I also think your implementation is a bit overcomplicated in PHP, as it could probably be better implemented in Python to convert Markdown to HTML […]. The underlying PHP...

I guess this could be achieved by wrapping the current `git commit` and `git tag` code with an if-condition. We would check if `git config user.email` and `git config user.name`...

I assume you're talking about the missing status-check icons on the commits that have been pushed by the Action? You're PRs look like this: The answer I usually give to...

I see. I don't have much experience with protected branches. Give it a go with inline CURL command. Or try the personal access token (it's not that complicated). Or you...

I've tested this change in my test repository here: https://github.com/stefanzweifel/git-auto-commit-action-demo-app/pull/35 The `file_pattern` works much better now, but there is still an issue with globbing: If an untouched file that matches...

Quick update: I got the package to work with `laravel/cashier-paddle` by overriding some methods, renaming a table and bringing my own model. A quick dump of all the changes made....

This issue probably accours, because confide doesn't allow "." in a username by [default](https://github.com/Zizaco/confide/blob/master/src/Confide/UserValidator.php#L46). You can simple create your own validation class and bind it to the IoC-Container. [How-to-Guide](https://github.com/Zizaco/confide#custom-user-validation). You...

Thanks for the kind words. @andreladocruz Have you used the Tracking ID (The `UA-xxxxx` thing) of your client? Google Analytics doesn't have a setting or such for domains. In theory...

Hm, if never used GAMP in such a way. 😅 I can only suggest you try to debug/output the `$data`-variable in your `post` method, and test if it actually contains...