Colin Summers

Results 39 issues of Colin Summers

Adds the ability to parse keyword default (i.e. Base.@kwdef) like: ``` Base.@kwdef struct Foo x y=5 end ``` I don't have the throughput right now to add any tests, but...

I recently came across Arion and it's been fantastic. Thanks for making this package! The only thing I've come across that's a bit awkward is the need to have arion-compose.nix...

I had a script I've been using as a CLI version of JuliaFormatter.jl that I figured you might be interested in. Advantages over the existing format.jl are: - Full support...

From the MuJoCo docs: > The full path to a file is determined as follows. If the strippath attribute described above is "true", all path information from the file name...

enhancement

I have the following struct: ``` struct Contract { std::shared_ptr y comboLegs; } ``` and the following wrapper: ``` mod.add_type("Contract") .method("Contract_get_comboLegs", [](const Contract& x) -> auto { return x.comboLegs; })...

It appears that the Julia code generated by `@wrapmodule` is cached without respect to the contents of the `.so` being wrapped. That is to say, if I modify `MyLib.cpp` where...

Putting this here for visibility. See https://github.com/JuliaML/MLDataPattern.jl/pull/29 for fix.

While it's useful to have this happen automatically, it also makes it difficult to use GLFW in a package that is running on a headless machine and only uses GLFW...

question
API break

First off: thank you for all your hard work! I'm so very excited to see more robotics work being done in Julia! I've been working on a GTSAM-based SLAM module...

documentation
feature request
parametric solution
performance