-
```
let mut encoder = Encoder::new();
let headers = vec![
(b":method".to_vec(), b"GET".to_vec()),
(b":path".to_vec(), b"/".to_vec()),
];
// The headers are encoded by providing their ind…
-
### Steps to Reproduce
1. start step-ca
```
step-ca ...ca.json --password-file ...password
```
2. get error message
```
context deadline exceeded
cloudKMS GetPublicKey failed
go.step.sm/cry…
-
Hi,
Is there any update of adding support of no/never indexing for http/2 hpack header encoding?
https://github.com/ninenines/cowlib/blob/0f5c2f8922c89c58f51696cce690245cbdc5f327/src/cow_hpack.e…
xcwan updated
2 years ago
-
It would be super cool if there was a [JSON schema](https://github.com/SchemaStore/schemastore) for hpack, which would automatically enable IDE tools to provide autocompletion and checking of hpack fi…
-
### Steps To Reproduce
This is on a macOS 15.0.1 machine, using [this NixOS template](https://github.com/dustinlyons/nixos-config).
_I don't know if this is related to the recent updates to the …
-
### What happened?
Hello all 👋🏽
I was updating the OTel Demo to v0.23 (`tracing-opentelemetry` is still on `0.23`) and I've noticed that I started getting a bunch of new spans from the Rust serv…
-
Hi, this is not related to the code itself, but rather how it's used at https://matrix.hackage.haskell.org/package/hpack. I'm not sure if this is the right place to ask this question, but I couldn't …
-
Spurred on by the pull request https://github.com/cabalism/hpack-dhall/pull/33 to add a prelude.
We use the hpack dialect but for cabal there's already a [prelude with dhall-to-cabal](https://githu…
-
Hello, server running on windows or ubuntu subsystem is working well.
But when I Dockerize it, its not working anymore :
$ docker-compose up
transaction-service_app_1 is up-to-date
Attaching t…
-
I just had a report from @osa1 where he stumbled into a situation where `cabal new-build` would run into an inconsistent state such as
```
$ cabal new-build
Resolving dependencies...
Build pro…