snoyer
snoyer
Paths retrieved from `fontconfig` may contain `~` and need to be expanded. There is probably a prettier/better way to do this but I've never looked at any Rust code before...
Given the following input: ```svg ``` Running `usvg` resolves attributes as expected: ```svg ``` However, when running `usvg --keep-named-groups` the transform from the group is translated to its `matrix` form...
It would be great to be able to compile and run a "dummy" software EBB on a PC, either as: - an executable that takes EBB commands on standard input...
The EBB uses multiple different pattern to respond to various commands, for example: `SP\r` -> `OK\r\n`, default ack: OK + newline `V\r` -> `EBBv13_and_above EB Firmware Version 2.5.5\r\n`, data +...
Performance improvements for the OCCT reader: - color lookups turn out to add up a lot when they're done for every triangle of a re-meshed face. - re-meshing can be...
Proposed feature: Provide a key binding to render the current view to a file from within the app. F3D already has an `--output ` option to render as an image...
Exceptions with long messages will resize the "Current traceback" panel/widget, and, in turn, resize the whole application window. Reproduction: `raise ValueError("really "*64 + "long message")`   Now obviously this...
This Caps Lock behavior provides ways to create improved, configurable Caps Lock keys. Unlike sending a regular `&kp CAPSLOCK` which blindly _toggles_ caps lock, this behavior uses the HID indicator...
The current parsing works great on well formed path but could be improved when it comes to handling invalid cases: 1. the "Unallowed implicit command" error message mentions an internal...
**Describe the bug** Cheat sheet is not resized properly in the vertical direction **To Reproduce** Steps to reproduce the behavior: 1. Open the file using `f3d --dry-run example.glb` 2. press...