Felix Seifert
Felix Seifert
Probably relevant if someone stumbles upon this: For mapping the result to a Record after a `SELECT` query, you have to register a custom `RowMapper` to then do a `.mapTo(YourRecord.class`...
Local SVGs have the same issue.
I also experience the issue that I cannot mark anything with my mouse on Ubuntu. I use the terminal emulator [Terminator](https://github.com/gnome-terminator/terminator). As a workaround, I can hold the shift button...
Today, I wanted to try out ghstack and also experienced that `master` cannot be protected, i.e. it has to allow force pushes. In slightly bigger orgs, I cannot imagine allowing...
Hmm. My wild assumption is then that GitHub implemented a more intricate process to not spill any secrets. As I have the confirmation that the secrets are set, I can...
We have some [automation with GitHub Actions](https://github.com/spotify/github-java-client/tree/master/.github/workflows). It automates the test and release workflow. In our README, [we briefly describe how to use this automation for releasing new versions](https://github.com/spotify/github-java-client?tab=readme-ov-file#contributing). You...
@jamesrudolph Sorry for misunderstanding. I might have misread the thread. We still do not have that support and welcome contributions to integrate calls towards GitHub Actions.
Thanks for reporting this error. Can you explain when this error happened and give us clear instructions on how to reproduce this error?
I now have an inkling about the flag `check-latest: true`, and I corrected my silly mistakes. :see_no_evil:
I just found this issue asking for the same changes as I do. In PR #658, I already implemented the suggested changes. What do you think about that?