mitchmindtree
mitchmindtree
I'm testing the Nix installation flow (with `v0.9.0`) using `nix-installer` for a fresh Ubuntu LTS user in a VM. Here's the command used to install: ```console curl --proto '=https' --tlsv1.2...
If text is placed at a fractional position (i.e. `[30.3, 20.5]` instead of `[30.0, 20.0]`) it causes artefacts to appear and a slight warping when drawn. @bvssvni is there maybe...
Currently the dimensions and position of the cropped area are off when rendered to retina display - this is likely because we should be using the Viewport instead of passing...
This will result in a lifetime leaking throughout the crate, but I guess this was inevitable if we want to care about performance.
- [ ] PointPath - [ ] Padded - [ ] join - [ ] dashing - [ ] dash_offset - [ ] Shape - [ ] Line - [...
- [ ] Image - [ ] Fitted - [ ] Cropped - [ ] Tiled
I originally used parents and children as this was how I was used to thinking about DAGs, however it probably makes more sense to match the conventions of petgraph. Petgraph's...
This might be useful for performance critical occasions where the user knows for certain that adding an edge would not create a cycle.
Currently, it's not possible to name the underlying raw lifetime-less `Symbol` type in a cross-platform manner without the user adding some platform-specific compiler flags and re-exporting it from each `os`...