Mateusz Kowalczyk
Mateusz Kowalczyk
It's useless to blindly spout `+1`, if you want to weigh in then go on the mailing lists.
That would work too. I didn't see `binary` dependency (though it's probably a transitive one) so I assumed exposing constructor would be less of a change. `Generic` and `Typeable` would...
A sample use-case is to generate some data via terraform and output it onto file-system encrypted. This can then be subsequently consumed by something like `helm` with `secrets` plugin which...
The original issue was at https://github.com/rusoto/rusoto/issues/1896 with PR at https://github.com/rusoto/rusoto/pull/1901 Ironically it also broke my own code.
> The original issue was at #1896 with PR at #1901 > > Ironically it also broke my own code. Actually I only had to remove the trait bound that...
This seems to also be the case for a lot of functions in `HttpClient`...
Yes, I think that's right. Hopefully hyper-rustls can get a new release with this soon so that rusoto can work eith rustls again. Good find!
For future reference, I should add that adding `configureFlags = "--ghc-option=-lgcc_s";` is the solution to the problem as pointed out on mailing lists
Still an issue 7 years later...
assert package; what one can do is modify generated nix file to rename it to something like assert_pkg and ensure it's available in package set under that name there are...