Sameer Puri
Sameer Puri
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use These are currently ignored by svg2gcode but could be pretty easily implemented with two pre-iteration passes: (1) extract element IDs needed by `use`s and (2) extract elements by ID
Never got around to this, but could use the [g-code](https://crates.io/crates/g-code) crate to parse g-code in the config text areas for tool on/off & begin/end sequence.
Would be pretty cool to have a button to preview the g-code for an SVG before downloading it
Expose requests module to library users for _with_options requests like add_with_options (fixes #26)
This will likely need a lot of discussion, since it is changing the way the library works. There are several ways we could pursue fixing #26: 1. Accept a FnOnce...
Hi Leathong, thanks for creating this LSP and the VSCode extension. Just started using it today and it has been very helpful! I ran the built-in formatter and noticed that...
Currently, the Gem Armor Chestplate can infinitely create nova explosions. This is a problem considering that a player could spam the explosion and destroy another player's base with ease. Instead,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The following sequence hangs on the last step: 1. Create a...
Hello, In 0.46.0 onwards, the read traits were removed from `Reader` and pushed into methods like `into_futures_async_read` and `read`. However, support for the Tokio I/O traits was lost in the...