-
## 😯 Problem to Solve
As discussed in #1102, the nimble-dialog currently has a fixed size and applications can only change it by setting internal styles. This prevents apps from using it for use ca…
-
There is an opportunity to improve the handling of standard wire sizes.
In the US, there is a concept of "1st preference" and "2nd preference" wire sizes. Separately, I believe that at some level …
-
```
A comment in city.h says:
// By the way, for some hash functions, given strings a and b, the hash
// of a+b is easily derived from the hashes of a and b. This property
// doesn't hold for any has…
-
**[REQUIRED] Describe the feature you'd like:**
I love the media gallery (with options to strip everything except the image snapshots + update_seconds = 60) - its a great display on my various Cres…
-
```
A comment in city.h says:
// By the way, for some hash functions, given strings a and b, the hash
// of a+b is easily derived from the hashes of a and b. This property
// doesn't hold for any has…
-
```
A comment in city.h says:
// By the way, for some hash functions, given strings a and b, the hash
// of a+b is easily derived from the hashes of a and b. This property
// doesn't hold for any has…
-
```
A comment in city.h says:
// By the way, for some hash functions, given strings a and b, the hash
// of a+b is easily derived from the hashes of a and b. This property
// doesn't hold for any has…
-
Currently da.repeat only appear to allow scalar inputs as its repeats argument:
```
arr = da.random.uniform(size=(100, 3), chunks=(10, 3))
repeats = da.arange(len(arr), chunks=10)
da.repeat(arr,…
-
It would be neat if the audio buffers implemented an optimization like [SmallVec](https://docs.rs/smallvec/latest/smallvec/struct.SmallVec.html) where buffers with a frame sizes and channel counts
-
Version 1.9.4.
```
*(A, B::AbstractMatrix, C)
A * B * C * D
Chained multiplication of 3 or 4 matrices is done in the most efficient sequence, based on the sizes of the
arrays. That is, …