Christian Green

Results 16 comments of Christian Green

> Added support for more idiomatic {:system, _} tuple System tuples are heavily frowned upon

> Would this be a new dedicated [notifications adapter](https://github.com/tompave/fun_with_flags/tree/master/lib/fun_with_flags/notifications)? It is! It has tests as well. It was written as a plug 'n' play adapter rather than a fork originally....

Ha I couldn't really make up my mind and ended up abusing your issue section for help on the decision. I know that some packages grow their "adapters" as separate...

Should this be adding pattern matching? I feel like it's best to pass the result through rather than raising a `MatchError`. This is also the behavior that is currently in...

@michalmuskala Will we be using similar logic to PHX pubsub? A timer keeping track of how long a node is down to determine if it's `permdown`.

I may be interpreting this incorrectly, but I believe @michalmuskala is making the same point @bitwalker. If a new nodes comes up with a different version, the consistency model should...

Hey there! I was looking into this a bit and believe there is not enough space being allocated for the internal vector holding the list. Valgrind revealed the following: ```...

Hey @jcupitt I'm working on some bindings for libvips and came across this issue on my mac. Hopefully this trace is helpful! Using the C example above: ```Current executable set...

> Although #1424 did move eigh to defn, it's still worth looking into using a new implementation for speed and accuracy Do you have a basic test I could use...

> @christianjgreen in short, you can just compare the execution time of `jax.linalg.eigh` vs `Nx.LinAlg.eigh` using a 200x200 f32 tensor using `EXLA` as the default compiler and backend. You'll notice...