Julian Paquerot
Julian Paquerot
Related issue on JAX repo: https://github.com/google/jax/issues/17781 ### Solution If updating cuda drivers is not possible, the flag `XLA_FLAGS=--xla_gpu_graph_level=0` solves the segmentation fault issue. ### System information - OS Platform and...
Hi, As the title says, I'm getting `TimeoutError`s when interacting with `Blinds` in `iTHOR` scenes. I have tested several scenes among `Bedroom` and `Kitchen`, and all fo them produced this...
### Description I noticed that adding non hashable elements to est via `set.add(elem)` was not generating any warning like it is the case for keys with dictionaries. Example: ```python from...
### Related problem It is currently possible to write [chained assignments](https://en.wikipedia.org/wiki/Assignment_(computer_science)#Chained_assignment): ```nu $env.foo = $env.bar = "baz" ``` and even ```nu let $foo = let $bar = "baz" ``` without...
### Summary π‘ It would be great to have some onefetch work on repositories currently considered as "without source code", but with plain text or markdown. ### Motivation π¦ Plain...
I think there should be a flag in the CLI version to ignore files in `.gitignore`. Actually, it's probably even better to ignore them by default and add a `--no-ignore`...
At the moment, we can write ```nu $env.foo = $env.bar = "baz" ``` and even ```nu let $foo = let $bar = "baz" ``` without any warning, but the resulting...