-
This is an epic issue to enhance the `substring` kernel from performance, safety and supported types.
You can find more info from the discussion: https://github.com/apache/arrow-rs/pull/1529#discuss…
-
### Describe the bug
## TL;DR
Honda Insight's brake regen adjustment paddles cause OP to throw a CruiseDisabled error instead of canceling cruise control.
## More Info
The Honda Insight has …
-
Metrics types can only be one of three values: 'count', 'rate' and 'gauge', but there is no type safety to validate that you are submitting proper values.
Points should be array of tuple (timestamp…
-
Thank you for the great package!
It would be nice to have types for TypeScript for those of us that want type-safety. :)
-
Are there plans to support TypeScript? There's some good work here, would love to see type-safety built in.
-
### Code
`cargo build --tests` in [static-la v0.2.5](https://crates.io/crates/static-la/0.2.5)
### Meta
`rustc --version --verbose`:
```
rustc 1.69.0-nightly (065852def 2023-02-13)
binary: r…
-
Acceptance Criteria
- [x] site adequately communicates safety information
- [x] types of tools and other equipment that they will need to plan to bring with them when harvesting a tree (saw, tarp,…
-
## Problem
Currently in Blitz apps I'm manually selecting all the fields I need to prevent unwanted fields from being exposed to the API.
The problem is that this is super cumbersome to write as…
-
**Should Support**:
*implicit conversion definition*:
~~~~
conversion Source_Type to Destination_Type is implicit
begin
return --conversion
end conversion;
~~~~
*explicit conversion d…
-
The clang compiler comes with some very useful warnings under the umbrella of -Wthread-safety. (See https://clang.llvm.org/docs/ThreadSafetyAnalysis.html) Unfortunately, the MS STL does not provide an…