-
Hey JAX team,
I have been trying to wrap my head around 'argument annotation` in JAX for a bit in the hopes of finding a more intuitive/consistent implementation, which has lead me to the big block…
-
As explained https://github.com/mercurius-js/mercurius/pull/982#discussion_r1177497347 and https://github.com/mercurius-js/mercurius/issues/989 could be helpful to decouple all the schema transformati…
-
In certain regimes the receptive fields across all layers decohere and exhibit weird artifacts:
- Green/red 45 degree gabor overlayed on all RFs, with frequencies that are fairly independent of lay…
-
There are some transformations (such as update tables and insertions) that are order-dependent (in that the output depends on the order of processing of the Excel files). Moreover, Excel files can be …
-
### Description
Hello there, I was testing my pinch-to-zoom library with the new version of the Expo SDK (52), so I noticed this strange behavior with `Animated.View` component, if you nest any ele…
-
```
julia> using DataFrames, GLM
julia> df = DataFrame(y = rand(100), x = rand(100));
julia> lm(@formula(y ~ x + lag(x)), df)
ERROR: MethodError: Cannot `convert` an object of type Missing to …
-
Hi, I have some small questions about your dataset.
1. In each sequence, there is a `Transformations.txt` which defines transformations between different coordinate frames. And the `TS_cam_imu` is th…
-
Hey, this is very cool and something I'd be very interested in supporting in Optimization.jl. I think something like https://github.com/Vaibhavdixit02/SymbolicAnalysis.jl/blob/main/src/canon.jl where …
-
- [ ] when we see an `impl` for a `Clone` derived by `core::clone::Clone`, replace it with an identity impl
- [ ] when we see an `impl` for a `Debug` derived by `core::fmt::macros::Debug`, replace …
-
In a discussion with @jsiirola about other issues, we stumbled across the following:
An open discussion exists for how writers and transformations should deal with unknown components. This include…