Charles Comstock
Charles Comstock
Apologies I realize this is just *a little* delayed, but I just tested this today with a `M-x github-clone` with the repo as `racer-rust/emacs-racer` and it both checked out the...
Not sure if that would fall on this project or gh.el. I don't have an enterprise account so I can't really test it easily either. I'm definitely open to PR's...
github-clone is actually dependent on gh.el for the decision on where to store the token. If there is a way to hint gh.el to store it elsewhere then I can...
Note that it appears that all of the 3d shapes return g/faces (which is a collection of Vec3 points), except for geom/quad which returns a set of Triangle3. So it...
Any thoughts on this? As it stands, it adds functionality but does not adjust existing code, but happy to make further changes if that would assist in merging, or help...
This PR makes the assumption that g/area is positive for triangles to equal weight the random selection. However it's not clear that the triangles created from t/tessellate will always be...
I also found this very useful for understanding how to use the path function. I've had a few sketches where I wanted to try some these other options for specifying...
Oh, the `symbol` approach is a really useful hack to be aware of for pass-through even if it's extra gross. I think that might be enough of a work-around for...
Yea I can confirm that is happening, and am also using native compilation, but unsure what would trigger it. I suspect this is more of an issue with either gh.el...
Started working on this, and I have a decent implementation, but went back to add tests and realized the build is broken from your last two commits. Do you mind...