hinto-janai

Results 65 comments of hinto-janai

This is a bug, colors should the same as in the video. Tracking issue: https://github.com/hinto-janai/festival/issues/33. This (hopefully) will be fixed in the next release. Thanks for reporting.

@pedrocrespo3 Does the latest release [`v1.1.0`](https://github.com/hinto-janai/festival/releases/latest) fix this issue?

Is there a reason why these can't be `pub`? If they aren't necessary then the free functions should be inlined into `ResizeAlgorithm` + doc-tests should be moved to the appropriate...

@Boog900 re-run CI?

> The "inner-request handler" is a Service [...] we would have a handler per endpoint How did you want to do this? It would get a bit unwieldy since there...

> you may need to do mappings on the response type for json/ binary with just 1 inner request handler The interface and user's request/response types must agree, would the...

For the record I am slightly for `cuprated`. `cuprate` is extremely tempting, but it will undoubtedly cause confusion that we'll have to deal with forever (cuprate the node binary, or...

> Q: Should cuprate directly handle X.509 certificates and keys (and thus HTTPS/SSL)? Some programs simplify internals by relying on an external program to handle encryption, i.e they only expose...

Using `criterion` means benchmarking will be limited to `cargo bench [...]` instead of being a standalone binary anyone can run, right? I'm not too familiar with `criterion` so I'm less...

Replaced by https://github.com/Cuprate/cuprate/pull/324.