Results 5 issues of Chris Zimmerman

I am trying to bind to Apache Arrow using this library. Most methods work, except for methods that (in C), take `GLib::Lists` as arguments. The C-bindings that are generated are...

Currently, reshaping respects existing memory layout, so two tensors with different contiguity can often differ after reshaping: ```nim let a = toSeq(1..12).toTensor().reshape(3, 2, 2).asContiguous(rowMajor, force=true) b = toSeq(1..12).toTensor().reshape(3, 2, 2).asContiguous(colMajor,...

For Tensors stored on a CPU, there seems to be no implementation of `softmax_backward` as referenced [here](https://github.com/mratsim/Arraymancer/blob/master/src/arraymancer/nn/activation/softmax.nim#L25) I looked through the source when that file was added, and didn't find...

I am using ionicons to add custom icons for add/delete/edit actions like this: add: { addButtonContent: '', createButtonContent: '', cancelButtonContent: '', }, I want to add a custom action, and...

Something like this, but for Crystal https://github.com/rayon-rs/rayon