Colin Summers

Results 47 comments of Colin Summers

I see. In that case, does decompression speed matter? I'd imagine the index would have to be decompressed on every call to command-not-found, but even with -22 it seems fast...

So with some more fiddling and realizing that ForwardDiff only works with `AbstractArray` inputs I was able to get the above working (not yet checked for correctness). I was able...

What would it take to get this merged? I could really use this functionality :)

Valid arguments all around! For those not using VS Code I threw together a script that I've been using with NeoVim that might be useful to others. If you'd like...

Added a @generated version of get_ith so that its return type can be inferred.

Sorry for the delay, been a bit busy! I entirely see you point. I brought the issue up in ArraysOfArrays [here](https://github.com/oschulz/ArraysOfArrays.jl/issues/2). Would you mind leaving this issue open until a...

I saw your other post on RobotOS.jl as well. I have some experience with ccall/Cxx.jl. I'm in the same boat as you on time (not a whole lot available, but...

I actually played around with Cxx.jl + ROS (not ROS2) the other day and it was pretty straight forward. I was able to get a subscriber/publisher working with primitive types....

I think that gets confusing. The functions/types should have the exact names as their C++ counterparts wherever possible. What's the benefit of putting them in the same package? No one...

Hey @dehann, sorry I missed this!! Your recent activity over at JuliaRobotics/Caesar.jl#227 prompted me to come check this issue, and I'm glad I did! > @colinxs, would you mind sharing...