Ben Derrett
Results
2
issues of
Ben Derrett
This change attempts to improve the ergonomics of indexing dynamic dimension arrays. Let's say we have: ```rust let mut a = ArrayD::::zeros(vec![1, 2]); let index = vec![0, 0]; ``` (Of...
When running a Jupyter notebook with a Julia kernel, I've noticed that the kernel continues to execute subsequent code cells even after encountering a failed code cell (i.e., a cell...