Bryan Varner

Results 39 comments of Bryan Varner

Since you asked for examples of using bolt() to produce parts.... When converting from the 'threads.scad' that Prusa used in their printer designs (and I subsequently used...) all of my...

I just realized today they're using openscad-threads! (which is at least twice as slow at creating comparable high-res thread profiles) I have many parts that render 'taps' -- or a...

:+1 The inconsistencies are driving me crazy as well.

Yikes. I've tried to avoid imposing persistent POM manipulations as a consequence of building projects. I'd like to treat the POM as an immutable file, and I'd like the build...

Sorry for the ridiculously slow response -- I may need to draft another maintainer. :-) So you'd have enforce-versions check if the branch name is part of the artifact version...

I ran into a similar case the other day, using the quarkus maven plugin to build a quarkus project. Since then, I've been mulling over what to do. Currently, the...

So... I've been playing around with this idea in a branch, and what I come down to is: All the projects and their metadata can be updated before the reactor...

@robth, I've pushed an in-progress branch that's currently missing the automated test cases, but if you have any interest in testing this out, here's where I'm currently at: https://github.com/egineering-llc/gitflow-helper-maven-plugin/tree/feature/other-branch-reversioning-extension It...

My apologies for not giving this the attention it deserves -- it sounds like this solves some problems (while potentially creating plenty more corner cases) for some of you. If...

Interesting that you should mention this. :-) (good timing) This actually intersects well with what I've been working on with #105. That issue was pointing out that that version manipulation...