Dmitrii Kovanikov
Dmitrii Kovanikov
@hasufell That's an amazing example! ๐ Does anyone know, if it's possible to define matrix with the container only for a single item? So some boilerplate can be removed. Something...
@jared-w Another tool that can be used as a validation step on CI is Haskell Static Analyser Stan. * https://github.com/kowainik/stan Stan works on all 3 major operating systems and provides...
This would be a really nice feature to have! I'm working on a Docker image GitHub Action and I want to upload some assets before running my action so they...
Sounds like a good idea! I do occasionally use `--amend` as well. From my experience of using this command, the following works nicely and I'd happily merge a PR that...
@apainintheneck That sounds like a reasonable default to me, so I'm happy to accept this new command as a PR ๐
For now, it would be enough to have just `origin` and avoid adding `upstream` for forks. This can be a future improvement once `zbg` starts using GitHub API.
@lthms Wow, this is super helpful! Thanks for writing a blog post on this ๐งก I'm in no rush to implement this, I'd rather want to make the process smooth...
@Drarig29 Thanks for the idea! This looks interesting, however, I feel conflicted about this. In my experience, it's a bad practice to hide multiple entirely different behaviors under the same...
I believe that the "Exceptions backtrace" proposal is highly important and beneficial for the Haskell community. Not having a great observability story in Haskell when debugging problems had hurt many...
Interesting question :thinking: Supporting multiple language standard will be tricky and will complicate the library API...