-
Currently, mark-as-reviewed applies to entire files. It would be super-useful to allow individual lines to be marked as reviewed. This is handy for a "multiple pass" style of reviewing, where one qu…
-
A tracking issue for one of the most opinionated kinds of libraries!
-
Docs at https://ppci.readthedocs.io/en/latest/development.html#running-the-testsuite present three ways to run the testsuite, and the way it's worded there, one can only imagine that all they equivale…
-
The current implementation of quickfield for nested arrays (and arrays in general) results in messy user interfaces, ala:
![57433400-aa281780-7238-11e9-9d9c-7b4e89f0e983](https://user-images.githubus…
-
Having full source code would be amazing. If we have the full circuit diagram it would be *that* difficult to fully re-implement the functionality do you think?
-
The thisweekinbevy site combines multiple disciplines and tools to work. Rust, CSS, HTML, JavaScript, SSR/hydration, "Islands", Dockerfiles, etc. No piece should be taken for granted in the contributi…
-
### Steps to reproduce
The Navigator widget's `pages` property accepts a list a pages. The issue is that the internal logic for comparing page quality doesn't compare Page equality correctly.
Th…
-
I've encountered this in the wild, but here is a minimal breaking example:
```julia
julia> using Zygote
julia> using StatsBase
julia> gradient(w -> w.sum, AnalyticWeights([1.0, 2.0, 3.0]))
…
-
Now that the records and patterns flag flip CL has landed, I decided to reward myself by writing up a strawman (more like a wild harebrained idea) that would help with #2895.
## Background
One o…
-
When using regular observables, the documentation suggests that `toJS()` at the `observer` level can be used to keep child components MobX-agnostic.
However, when using custom atoms `toJS()` has no…