Olivier Chafik

Results 32 issues of Olivier Chafik

**(Description to be updated, this is now just assimp import/export on top of the colors branch https://github.com/openscad/openscad/pull/5185; backed up previous content of this PR in [this branch](https://github.com/ochafik/openscad/tree/color-assimp4))** This PR explores...

This is an improved / cleaned up subset of https://github.com/openscad/openscad/pull/5180 to support colors in 3D models (https://github.com/openscad/openscad/issues/5065). - OFF format import / export only for now (will send more -...

Seems to work fine, except when the geometry isn't manifold ([issue1089.scad](https://github.com/openscad/openscad/issues/1089) vanishes into thin air, I think good riddance). On the Manifold release roadmap: https://github.com/openscad/openscad/issues/4825

**Is your feature request related to a problem? Please describe.** Hi! I'm trying to integrate assimp to OpenSCAD, a CAD tool with a large 3D-printing hobbyist user base, to benefit...

Feature-Request

This is one of the obvious cases that don't need to be awaited, which I originally intended to add to https://github.com/dart-lang/linter/blob/master/lib/src/rules/unawaited_futures.dart#L83 but was too lazy. Turns out this is a...

type-bug
P3
false-positive

These changes are a step towards unlocking an [out-of-tree build](https://pyodide.org/en/stable/development/building-and-testing-packages.html) of Manifold for [Pyodide](https://pyodide.org/en/stable/). (Includes a workaround for https://github.com/oneapi-src/oneTBB/pull/1391, which could be retired once that PR is merged.) EXCEPT: the...

I just had a use case for rendering previews to PNG and realized the WASM build doesn't seem to support this. @DSchroer @t-paul Do you guys know if it would...

In the context of the OpenSCAD web playground it's a bit confusing to get axes outside the model's bbox: an option to let them be at (0,0,0) would be highly...

This would be extremely useful for https://ochafik.com/openscad2/ (see https://github.com/openscad/openscad-playground/issues/22), as any update of the document feeds a new document to the viewer, which resets the camera. (would close the loop...

### Description of the bug: Calling `GenerativeModel.generate_content_async` in Colab results in the following error: ``` [/usr/local/lib/python3.10/dist-packages/google/generativeai/generative_models.py](https://localhost:8080/#) in generate_content_async(self, contents, generation_config, safety_settings, stream, tools, tool_config, request_options) 383 return await generation_types.AsyncGenerateContentResponse.from_aiterator(iterator) 384...