Colin Summers

Results 39 issues of Colin Summers

Consider the following real example: I have a binary dependency `libFoo` that that can be linked in the following ways: - against `libglew.so` + `libGL.so` (hardware-accelerated, typical for a desktop...

First off, awesome idea/package! It's been quite useful in my own work. I was really excited to use your package in conjunction with [StructArrays](https://github.com/piever/StructArrays.jl) but ran into an issue (that...

There's an interesting new package floating about that has been quite useful: https://github.com/oschulz/ArraysOfArrays.jl. The gist is that it allows viewing an M+N dimensional array as an M-dimensional array of N-dimensional...

Is there a reason why this is disallowed? ```julia @closure function (x,y,z) x+a end ``` It stems from this assert here: https://github.com/c42f/FastClosures.jl/blob/f9314209eacf90fc49ca4a1e320f71ae12c8f73b/src/FastClosures.jl#L40 Happy to contribute a PR to handle this...

Any plans to add support for the very new [PTD-610BT](https://www.brother-usa.com/products/ptd610bt)? Thanks!

It'd be nice to expose additional options that are available on the command line like `--threads`, but it looks a bit more involved than just passing through an extra parameter:...

The convenience is nice as the values in mjData aren't value until mj_forward is called (and reset as an extra precaution), but that mutates the data the Ptr argument refers...

Would it be possible to extend getindex/setindex! to non-integer indexing to support something like AxisArrays.jl? Happy to contribute a PR if this is something you think could fits with JuliennedArrays.jl

Any plans to add support for the very new [PTD-610BT](https://www.brother-usa.com/products/ptd610bt)? Thanks!