jaskij
jaskij
Rather than set the prefix at the point of use, I'd like to set it on a container, essentially just prepending it to the `rename` value for all fields. My...
Looking at the [current documentation](https://docs.rs/serde_json/1.0.105/serde_json/struct.StreamDeserializer.html) for `serde_json::Deserializer`, I simply can not figure out what the correct format is for a stream. Is it simply a concatenation of JSON objects?
**Is your feature request related to a problem? Please describe.** In workspace projects, it's easy for crate dependencies to go out of sync. **Describe the solution you'd like** Add a...
I'm using `dua-cli` to analyze and clean up some huge directories, and the removal time is one of significant pain points for me. It would be amazing to have deletion...
This is probably the one counter intuitive part of `etl::delegate` that always catches me, whenever I use it. The member function variant of `create()` only accepts references, not pointers. More...
I find myself with a simple need: to extract a single byte from a fairly large `etl::bitset`. One big enough that I can not comfortably convert it to an integral...
# Why? In #337 @tobz asks: > As an example, is `metrics::Unit` actually sufficient for all users as-is And it's most definitely not: off the top of my mind, it's...
As far as I can tell, currently the only way to set a unit is to use the `describe_histogram!()` macro. This macro requires three arguments (third being description) and if...
### Versions * Python: 3.10 * OS: Linux * Pymodbus: 3.0.2 * Modbus Hardware (if used): n/w ### Description `ModbusSparseDataBlock.setValues()` using a one-dimensional `numpy.ndarray` with registers values. This does not...
I'm not familiar with Go, but looking at your documentation ```shell go install github.com/timescale/timescaledb-tune/cmd/timescaledb-tune@latest ``` is the recommendation here to just install using the tip of the `main` branch? Will...