shua

Results 10 issues of shua

**Describe the bug** The AWS signature authenticator used in vinyldns uses a calculated value for the content-type header, and not the literal header that was sent with the request. This...

currently using a kinesis endpoint of the form `https://kinesis-ae1.foo.bar.baz.org` and when I start the agent, it reads credentials correctly from env vars (ie `AWS_SECRET_ACCESS_KEY`, `AWS_ACCESS_KEY_ID`), however it will not use...

the provided settings.xml file requires a value `${repository.url}` to be set, which is not set by the out script. As a result the `mvnw help:evaluate` call in https://github.com/nulldriver/maven-resource/blob/master/assets/out#L87 fails when...

This ticket tracks my efforts to get silero-vad v5 running with candle. I have a proof-of-concept branch working, but I'm trying to merge the changes in meaningful bits. features: -...

pow implemented as f32/f64 ln and exp works only for positive base. Then intent of this change is to support negative bases as well, and to that end, the current...

This change adds an example of how to run silero-vad v5

currently the cpu backend incorrectly converts negative i64 to usize by casting, but it should check if the index is negative, and in that case, count back from the end...

Decls debug rendering is a bit noisy, especially since decls does not change, but is printed for every step that failed. With this change, decls is only printed in the...

This change adds a syntax for specifying FnDefs and FnPtrs as type parameters, `fn name` and `fn(T, U,...) -> V` respectively. The `fn` prefix is used to disambiguate between adt...