David Christoffer Hansen

Results 4 issues of David Christoffer Hansen

Assigning on axis_slice_range (and axis_range) does not work as expected, unless the range is contiguous in memory. The code ```cpp xt::xarray data = xt::empty({2,3}); float test = 2.0f; for (auto...

axis slice iterator is broken when used with xtensors ([godbolt](https://godbolt.org/z/hYszz9YdP)) and axis_iterator simply does not compile. This issue for both cases is that the strides_type and shape_type in axis_slice_iterator and...

JSON3 casts all floating points to integers, as long as it can be done without loss of precision. I.e. ```julia test = "{ \"A\": 0.0 }" x = JSON3.read(test) JSON3.Object{Base.CodeUnits{UInt8,...

code generation

Windows paths such as "C:\Users\david\mydoc.adoc" would not work as "\U" is unicode escape. This would happen even though the path was escaped "C:\\Users\\david\\mydoc.adoc" as mako would de-escaped the string multiple...