Lucas Kent
Lucas Kent
I'm pretty sure these only started appearing as errors since kicad 7.0, but maybe I just hadnt noticed them before. There appears to be a second smaller pad placed on...
I've observed that fred is the slowest dependency to build on our project, and we have a lot of dependencies. The time to build fred on my machine is currently:...
I was getting this error and was thinking "duh of course I need a certificate, but I've definitely setup the server with a certificate" Turns out the server was configured...
Rather than trying to predict if the OS will be able to find the binary before executing it we can just execute the binary and let the OS tell us...
neither hyper 1.0 upgrade guide nor the changelog explains how to upgrade usage of `Server` to 1.0
I have looked through the following: * https://hyper.rs/guides/1/upgrading/ * https://github.com/hyperium/hyper/blob/master/CHANGELOG.md * https://github.com/hyperium/hyper/blob/master/examples * https://github.com/hyperium/hyper-util/tree/master/examples None of these fully explain how to write the equivalent of a 0.14 `Server` with hyper...
It seems like rdkafka-sys exposes methods like https://docs.rs/rdkafka-sys/latest/rdkafka_sys/bindings/fn.rd_kafka_conf_set_ssl_cert.html but rdkafka does not expose any way for the user to setup TLS.
I've noticed some of my benchmarks that exercise code that happens to use metrics had a 30% performance regression when I updated metrics from 0.21 to 0.22. My solution to...
RollingSummary was internally introduced here https://github.com/metrics-rs/metrics/pull/306 But there is currently no way for the user to configure how long data is held onto for high level users of `metrics`/`metrics-exporter-prometheus`
## Feature request 1 The `describe_*!` macros set a unit for each metric but metrics-exporter-prometheus does not currently make use of it. The prometheus protocol itself does not provide a...
Originally posted by tomaka on vulkano-examples Driver: Intel Mesa Anvil The code works, but the output color ends up being over 1.0. The culprit seems to be the directional lighting,...