jbaehr

Results 13 issues of jbaehr

asciidoctor comes with a [rich test suite](https://github.com/asciidoctor/asciidoctor/tree/master/test). Is it possible to run asciidocnet against those tests, using [Iron Ruby](https://www.nuget.org/packages/IronRuby/)?

### Feature Request As a WinSW user, I'd like to have a single log file, containing both, `stdout` *and* `stderr` of my wrapped process -- just like what I get...

new-feature

### Description tl;dr; `paket pack` handles development depencencies correctly (aka *not* placing it in the resulting dependency list) on Windows, but fails so on Linux (i.e. *does* add dependencies on...

Here is a first prototype for internal gears (only involute). This reuses the same (external) tooth profile from pygear but swap some parameters to make the resulting gear internal. In...

Right now, one can turn a 3D solid gear object into a 2D tooth profile by setting the `height` to zero. However, the object itself is still a `Part::FeaturePython` (or...

When executing FreeCAD in interactive console-mode, the init-script tries to load readline for a better input experience and enables tab-completion. This code is neither executed when running in GUI mode,...

Core

Recently, the Path workbench was renamed to CAM. This change supports the current dev version of FreeCAD (0.22, which probably becomes 1.0) while maintaining compatibility with the current stable release...

As the chip thickness correction is interpolated from a table in the Machienery's Handbook, we're limited to the values provided there. Although the HB does not provide details about the...

This is a direct forward port of #17655 to main, as discussed in Yesterday's merge meeting. Please do not squash so that we keep the 1:1 relation to what's on...

Mod: CAM

Every time the InvoluteGearFeature python module was imported, and we're in GUI context, the command "PartDesign_InvoluteGear" was registered. On the 2nd (3rd, ...) time, this was reported as an error...

Mod: Part Design