tim2CF
tim2CF
@Gabriel439 Yes, exactly! Some sort of middleware with payload as opaque `ByteString` is what I do want. Then we can sign it and put signature into metadata in case of...
Thanks for reply, @Gabriel439 It's not critical issue at the moment, but in the future it will be very handy
It would be possible if adduser will be presented in nixpkgs, but at the moment I could not find something similar https://search.nixos.org/packages?channel=21.11&from=0&size=50&sort=relevance&type=packages&query=adduser
Not sure what exactly happen, but this change did solve the transitive dependency issue at least in my project https://github.com/gleam-lang/mix_gleam/pull/39
Having similar issue, seems like `ghcid` command runs old version of `Setup.hs` after the changes in setup file, even in case where `--restart=Setup.hs` is specified.
I was manage to reach some limited success with decreasing Manager timeout. For example this env setup works ok, and gives timeout exception in case Telegram API does not reply...
I think this can be related to my issue as well https://github.com/parroty/excoveralls/issues/131
it seems macros still have test coverage = 0
I got the same error, tried to downgrade swagger to 2.3.1.1 and got different error ``` * Impossible to have an instance HsJSONPB.ToSchema Hs.ByteString. Please, use a newtype wrapper around...
@Gabriel439 I see some code in proto3-suite related to this bug (ToSchema instance of ByteString), but seems it's not working in my case. What do you think, how I can...