-
| | |
|------------------|-----------------|
|Previous ID | SR-454 |
|Radar | None |
|Original Reporter | @lilyball …
-
# Introduction
For ones who don't know what it is:
#### Swift
```swift
let multiplier = 3
let message = "\(multiplier) times 2.5 is \(Double(multiplier) * 2.5)"
// message is "3 times 2.5 i…
-
> Make sure that `git diff` result is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.com/docs/…
-
A file format and a library for storing numeric arrays (think npy/npz), used by huggingface.
A dependency for the next `python3Packages.timm` update.
Rust package with python bindings
**Met…
-
We are trying not to use all caps for naming. This issue proposes renaming both of these to all lower case versions, e.g. `infinity` and `nan`.
-
For use in testing, it's valuable to have a parser for the IR text format which we currently pretty-print for use in review/diagnosing issues.
- Should build on `miden-diagnostics` and `miden-parsi…
-
The problem
=========
As I understand it, `serde` currently converts all object graphs into trees; that is, if you have a `Rc` (or `Arc`, or `Weak`, etc.) in a `struct`, then the serialization pro…
-
We have coalesced consensus around a more direct application of using traits for the type-argument-specific functions on `std::simd::Simd` and finding other ways to resolve the too-many-imports proble…
-
One of the reasons why I'm interested in dataframe libraries for Rust is that Rust could make for a good ETL tool.
What other use-cases do people have?
-
ungoogled-chromium does not compile anymore past version 115 which got broken by an re2 update and 115 relies on re2 10 , but the upgrade was to 11, with both the aur PKGBUILD from https://aur.archlin…