Results 17 issues of Pascal Grange

What is a `seenSnapshot`? In particular, for the `RequestedSnapshot` case, shouldn't the `seenSnapshot` be the last snapshot that we know of, which would be the requested? On master, the `seenSnapshot`...

red bin

## Why As a client of a hydra head, imagine I don't trust the hydra-node operator to sign the snapshot of the head (I should say that I don't trust...

red :bomb: :boom: :interrobang:
:thought_balloon: idea

I copy/pasted the first exemple from the README and see that it will always fail for a permission denied at the git push step. Step to reproduce: copy/paste the exemple...

documentation
good first issue

⚠️ Disclaimer: * Being my first time with Kotlin, code might not be very idiomatic; * It might be the case that this topic is already somewhere in your roadmap...

The sample file as it was was not working because the db service was sometimes refered to as `app-db` and sometime as `e2esdk-db`

Nothing's cached when applying suggested configuration for cabal caching. Exploring the Ubuntu image, it happens that cabal does not store its data in ~/.cabal but, instead, in: * ~/.cache/cabal/packages *...

I'd like to write something like: ``` command_under_test | should_display "${expected_pattern}" ``` Or something like: ``` command_under_test | err_should_contain "${expected_pattern}" ```