Torsten Paul

Results 15 issues of Torsten Paul

With focus lost some events are blocked (rotate?) and some are still reported and handled (translate?). Possible cause reported: > https://github.com/openscad/openscad/blob/master/src/gui/input/InputDriverManager.cc#L163 > `event->activeOnly` might part is the cause, for the...

Comp: Input Devices
Type: Bug

CircleCI homebrew build has the dependency built: ``` hidapi 0.11.0 already installed - not building ``` but cmake is not picking it up: ``` -- HIDAPI: disabled ... -- -...

Comp: Build system
OS: Mac OS X
Type: Bug

This is currently mostly playground for checking interaction with function literals (#3077). Base is the [Objects](https://github.com/doug-moen/openscad2/blob/master/rfc/Objects.md) proposal. *Discussion -> see #3088* - Only object literals - Only expression assignments -...

PR: Rebase Warning ⚠️

Follow-up to #1309 which was solved by boost 1.77 (https://github.com/boostorg/filesystem/pull/100). One issue remaining is that I cannot open any of the example files directly through the links in the GUI...

OS: Windows
Comp: GUI
Type: Bug

# Description # Application registering a single `@Liveness` check returning UP still reports overall `status: DOWN` with HTTP response code 200. ## Expected Outcome ## The overall status should reflect...

Type: Bug
Status: Pending

**Goal:** * Set a better estimate than the fixed values of `1` for some common use cases, specifically `linear_extrude()` and `rotate_extrude()` * Use heuristics based on geometry, not just a...

Type: Enhancement

**Describe the bug** The example was posted on the [mailing list](https://lists.openscad.org/empathy/thread/LDHO7C6LUQ367LH2EDCSR5WLUNNFIJ5N?hash=FKKYVQ53FBXQSUMTKWC2ANZ4JXQ5ZFON#FKKYVQ53FBXQSUMTKWC2ANZ4JXQ5ZFON). It works (slow) with CGAL but produces empty result with Manifold enabled. **To Reproduce** ``` $fa = 6; $fs...

Type: Bug
Tag: Manifold

Font list as "normal" dockable window. This also extends the search functionality to filter by available glyphs, e.g. filter fonts that contain the `\u1f600` smiley. ToDo: - [x] Allow to...

* Feature request: https://github.com/openscad/openscad/issues/912 * Pull request: https://github.com/openscad/openscad/pull/4010 * Potential extensions: https://github.com/openscad/openscad/issues/4027 ToDo: * [ ] Add to cheatsheet * [ ] Add to user manual

Comp: Documentation

Follow-up on #1935 which implements VBO based OpenGL rendering. This is meant as list for collecting future improvement which can (and probably should) be handled via separate PRs. - [...

Type: Enhancement
Tag: Rendering
Dep: OpenGL