Lucas Bremgartner
Lucas Bremgartner
I don't know. I have not paid any attention to this since I reported this issue. Back then, we have been evaluating watermill, but I am no longer on this...
Aren't merge queues available through the github api as well? I would have hoped, that Git Town could have a config setting that does trigger merge queue instead of a...
Thanks for your explanation about the use of `git town ship`. For me, the complete workflow with Git Town in combination with Github is not yet full clear, especially when...
If I get your answer in https://github.com/git-town/git-town/issues/3298#issuecomment-2038348678 correctly, I just run `git town sync` in step 10 of the above message and everything should be cleaned up "automagically", correct?
Hi @lmittmann There was a longer discussion about `is.Equal` and some short comings it currently has in #53 . Before providing a PR, I suggest to you go through the...
I documented in https://github.com/lxc/incus/pull/1566, which targets of the `Makefile` do work in the devcontainer. The unit tests should work, but it was not possible to run the complete suite of...
One more thing, I just saw, that for `beta.1` the toolchain requirement is Go 1.24. Is there a technical reason for this? In corporate environments, there is often a requirement...
> Regarding: > > ``` > With moq, if the mocked interface has used a type from an other package, that has been imported using an alias, this alias has...
> Go 1.24 was required because of the introduction of generic type aliases, so we need an updated toolchain to support parsing this. If this existing in the toolchain is...
@LandonTClipp I have not thought about this in depth, but for the tests I did with generating both mocks and wrappers, the latest beta I used (I think it was...