kfina91
kfina91
**Issue:** Small .glb files = 10MB) cause an abort(96) in chrome or RuntimeError: Index out of bounds in firefox. **Example Model:** https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Corset/glTF-Binary -> loads fine in editor. -> crashes in...
I have a very simple script: ``` import cadquery as cq result = cq.importers.importStep('./file.step') show_object(result, options={"alpha":0.5, "color": (64, 164, 223)}) ``` When I run it via "Run", i get an...
## Description When using placeholder for DateTimes with custom formatting, flutter always uses the custom format from english. ## Steps to Reproduce 1. Setup Localization as per [official docs](https://docs.flutter.dev/development/accessibility-and-localization/internationalization) 2....