-
Since Block appears in APIs over multiple crates (mostly as `&Block`) and it doesn’t offer mutation methods, it would be reasonable to assume that an implementation of a consumer should want to hold o…
rkuhn updated
2 years ago
-
The dependency on a locally installed `nasm` is very annoying for end users. Being in a build script, it leaks everywhere.
`nasm` is very cheap to clone and build, that could all happen in the buil…
-
https://github.com/Eventual-Inc/Daft/blob/d5b9a95a27fac14a916f3bbfffd8db0fdaaa8068/src/daft-schema/src/dtype.rs#L105-L107
imo should be `Struct(Arc)` for cheaper cloning assuming this is immutable
-
- cheaper clones
- thought it might make sense since `Metadata` is already `Arc`'d but I am not sure.
- not sure this makes sense, please validate
https://github.com/Eventual-Inc/Daft/blob/08ca9a4078…
-
Hi.
I have an old KKL adapter which I'd like to use with kw1281test:
I could test this adapter on Windows7/VAGCOM 3.xx or 4.xx (Connecting ECU, getting Identification, Fault codes)
For tha…
-
## The Problem
When working on #77 I have run into numerous issues with how to represent a "server" in halloy. The `Server` struct, which is a wrapper around `String`, is currently ubiquitous in th…
-
I saw that at least in one of the algorithms implemented here (https://github.com/mad-lab-fau/eargait/blob/ffd83365ae3cd4351c53ff7b93d92da9a33ffb7e/eargait/gait_sequence_detection/gait_sequence_detect…
-
Right now, `TimeoutLayer` accepts a `Duration` parameter which specifies how long to wait before aborting a response. I'd like to customize this parameter on a per-request basis.
I'm envisioning th…
-
It is important to draw some boxes around what is, or isn’t supported. I’m defining a few categories:
**Reference**: Everything is expected to work for this category. If someone builds the Referenc…
-
8eeab8f2e6dc61eba299e57b282ecf677a9bce0a: Would it make sense to introduce a `ShallowClone` trait with `Clone` as a subtrait? `ShallowClone` would be almost like a marker trait and it wo…