Weasy
Weasy
I am also in favor of integrating that into this crate. [std::env::temp_dir](https://doc.rust-lang.org/std/env/fn.temp_dir.html) currently doesn't include MacOS (or does that use the same temp folder as Linux? i don't think so)...
We have at least 94GB free on the server on which Drone is running, so i don't think that we are running out of disk space, but i will test...
If this is supported by `usvg`, then it's just not currently implemented in this crate. This crate, currently, supports just a small subset of what `usvg` is capable of. I...
Hm...i am not able to reproduce this error, but you shouldn't just remove a feature from `Cargo.toml` which is used to include/remove parts of the code. Can you try `cargo...
There is no problem in Visual Studio. The type is a regular Microsoft type [XElement](https://docs.microsoft.com/en-us/dotnet/api/system.xml.linq.xelement?view=netframework-4.8). If you take a look at the MixedReality Toolkit link you can see that the...
No, i haven't tried that. I'm a first time contributer to that project so i'm not in a position to try that. But maybe @wiwei can try?
Hm...actually i tried to add it from code Behind ``` CSharp //Favorites is an ObservableCollection public GroupedObservableCollection FavoritesGroups = new GroupedObservableCollection(m => m.Title[0], Favorites); private CollectionViewSource _favoritesCVS; public CollectionViewSource FavoritesCVS...
Got it working, thank you for the help. I think the problem was some kind of build artifact in the build folder.
ok, i was wrong. it's still there. when i get the GroupedObservableCollection from a Helper/Service as a Property and use that Property as a Source for the CVS i get...
I noticed that to...and took a short look. I wasn't able to find where this happens. The origin gets correctly applied in `prepare_svg_2d`. There is maybe some other function which...