Kevin Marchais

Results 9 issues of Kevin Marchais

Hello **Describe the bug** Since updating taichi to 1.7, I can't use type hinting for return tuple using a `@ti.func`, it was working under 1.6. Same behaviour with `@ti.pyfunc`. It...

Fixes #1591. - This PR fixes the following bug when a cylinder generated from a workplane with a direction different than the default one `(0, 0, 1)` was not centered...

Hello, I think I am having a bug when I create a cylinder from a workplane. ```python >>> cq.Shape.centerOfMass(cq.Workplane("XY").cylinder(radius=1, height=10, direct=cq.Vector(1, 0, 0)).val()) Vector: (5.0, 6.263935600236486e-18, -5.0) >>> cq.Shape.centerOfMass(cq.Workplane("XY").cylinder(radius=1, height=10,...

bug

This PR follows #6259 and brings more return types in the `pyvista/plotting/plotter.py` file.

maintenance

### Describe the feature you would like to be added. Hello, I would like to have a return type hint for methods in `plotting/plotter.py`. For example with `add_mesh()` I would...

feature-request

This PR adds type hints to the `trame/app` subpackage.

Hello, I would like to request two interrelated features for running physical simulations with Warp. - Periodic HashGrid: - Currently, it seems impossible to implement periodic boundary conditions with HashGrid...

enhancement

## Description This pull request proposes the following changes that I personally needed: - Implementation of the `abs` and `sign` functions for `vec` types - Fix for a bug with...

## Summary - Increased decimal precision for inter-particle distance input from default to 6 decimals - Updated SizeInput widget to accept configurable decimal places - Modified dock_dp_widget to use 6...