Jonnie Diegelman
Jonnie Diegelman
[This line](https://github.com/GunnarFarneback/LocalRegistry.jl/blob/fb3e9160c73eb1523a4a405d32a465d3b99017eb/src/LocalRegistry.jl#L81) is hard-coded to use `master`, but it is becoming more popular to have default branches other than `master`. Is there a way to get the default branch name...
It can be nice to use `Rational` numbers in `PeriodicCallback`s if you have a bunch of different discrete things that fire at different rates. That way you can take the...
From https://github.com/avik-pal/Lux.jl/pull/109#issuecomment-1198724214 ```julia julia> ca = ComponentArray(a=1, b=2) julia> map((x,y) -> x+y, ca, 1:2) # returns a Vector 2-element Vector{Int64}: 2 4 julia> ca .+ (1:2) # returns a ComponentVector...
Since `hcat`ting `ComponentVector`s creates a `ComponentMatrix`, `reduce(hcat, ...` should work similarly
It would be nice to dispatch on ComponentArrays. Unfortunately, the type of the `ComponentArray` is pretty coupled with the size of its components. For example, it's reasonable to want these...
`getproperty` should continue to be a `maybeview` situation, but `getindex` should always create a copy, even when one or more of the indices are symbols. The way it is right...
There is too much "non-constructor" work being done by dispatching on constructor methods right now. One big issue with the way it's set up right now is that `ComponentArray(x)` returns...
I don't know how much work it would be, but it would be really cool to have a `modelingtoolkitize` overload for `ODEProblem`s of `ComponentArray`s that takes the property names of...
We need static ComponentArrays. Here is what is holding that back: - [ ] Need to be able to hold matrices that aren't `