Michael Reichenbach

Results 26 comments of Michael Reichenbach

Here is a little snippet that parses an existing `.gitignore` and adds everything to the excludes list. This does not work with nested `.gitignore` files however. ```go func AddGitignoreToWorktree(wt *git.Worktree,...

I have the same issue using https://github.com/manifoldco/promptui/ and it fails immediately with an EOF when using Git Bash. All other operations succeed. Any idea how to workaround or fix it?

I have the same error and already updated to `7.0.6`. I also cannot get it to work with the `GITHUB_API_URL` environment variable. No matter what I do, the release fails....

Any idea what I can do about the failing releases? The strange think is that I have another repository using the exact same build process and that works: https://github.com/Silthus/spigot-plugin-template

I feel like having the option to filter all plugins by `branches:[...]` would be a good thing. Is this also possible with this PR or does it only work with...

> This only affects the changelog, I believe the other plugins would have to implement something similar to have that capability. Do you think there is some way to implement...

I have the same issue and put together an example branch: https://github.com/Silthus/betonquest-editor/tree/issues/cra-boilerplate-tailwindcss

Could you also, maybe in this PR, fix the formatting of the table when long defaults are used? Currently the description is completely hidden from the viewport. Another option would...

No worries, I just wanted to inform you about it. Also it may be worth mentioning that importing the snapshots AND releases repo is required as the nbt dependency is...

How about trying to drive the self improvement by utilizing test driven development (TDD). In a recent paper they showcased how greatly GPT-4 can improve it's results by reflecting on...