dnlmlr
dnlmlr
The JS / TS `List` versions use a very classic linked list implementation. Linked list performance is generally pretty bad except for a few edge cases and a pure JS/TS...
- Keep using the same hyper client instead of building a new one for each request - This allows the client to reuse connections and improves the performance of multiple...
While looking through the sourcecode I noticed that the `shift` and `pop` functions actually set the removed element to `undefined`, while all other functions don't. It is the most obvious...
Just in case you weren't aware, the latest (v0.6.1) builds of `bp256` and `bp384` on docs.rs failed - https://docs.rs/crate/bp256/0.6.1/builds/794021 - https://docs.rs/crate/bp384/0.6.1/builds/794027
Options are currently not supported for serialization in the `serialization_serde` module. That makes it unnecessarily hard to use a common pattern like this where you have optional values that don't...
## Description When moving the selection in a multiselect, the whole selection block *moves upwards* in the terminal, *eating* everything above. This is not always happening and I can't quite...
Ref: https://github.com/mitsuhiko/dialoguer/issues/227
I'm working with IOT software in a network traffic constrained environment, so I am currently trying to use thee MQTT v5 topic alias property to reduce the traffic. `rumqttc` supports...