Frank David Martínez M

Results 21 issues of Frank David Martínez M

Hi Friends, As mentioned in this issue: https://github.com/CadQuery/OCP/issues/121 Some OCCT methods return a read-write refererence, if it is an object it is ok, but when the reference is to a...

Hi Friends, I need to use `math_Matrix` in an algorithm in python, but the c++ object is updated using non const references returned by `auto operator(int, int) -> double&`. In...

- Working with line segments (trimmed line) and compsolids is very common, some builders for that are quite handy. - Fixed Axis support in CylinderByAxis builder

Intersecting a Line with a Circle must result in zero, one or two intersection points, but in this example it returns zero points where the Line is actually intersecting the...

Hi Friends, Here I am sharing an example of how to manage authentication and authorization: https://github.com/mnesarco/sqlpage_auth_example I use Postgresql and stored procedures to avoid code duplication as much as possible...

enhancement

Hello, I am trying to filter by custom field, looking only for tasks with a non null value, but it refuses to work: ```python wps = client.get_work_package_service() tasks = wps.find_all([Filter('customField1',...

According to Zephyr, esp32-s2 is supported by Zephyr 3.6 https://docs.zephyrproject.org/latest/boards/espressif/esp32s2_devkitc/doc/index.html Does it mean I can use LOLIN S2 Mini (ESP32-S2) board to run ZMK? I am familiar with QMK but...

Custom inlays are aligned straight vertical now. But in multi-scale designs, they must align accordingly.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description When the user clicks the three dots button in a File...

SvgWorkbench is the long term Addon for Svg import/export/manipulation/sync https://github.com/mnesarco/SvgWorkbench