Artur Sinila
Artur Sinila
> @Logarithmus that is actually what #1108 implements, unless I misunderstood what you meant. I think the issue you are having though is due to using an incorrect `settings.json`. Try...
I have the same problem on Void Linux x86_64-musl.
> I've implemented a [`Trackball`](https://doc.qu1x.dev/kiss3d-trackball/kiss3d_trackball/struct.Trackball.html) camera as part of [`kiss3d-trackball`](https://github.com/qu1x/kiss3d-trackball) supporting orthographic projection as requested in #39. Thank you so much for your `kiss3d_trackball` crate! I was angry at `kiss3d`...
Do you override `CARGO_TARGET_DIR`?
@aminya try doing this: 1. Close VSCode. Make sure `rust-analyzer` doesn't running via Task manager. 2. Delete `target` directory 3. Open VSCode, but don't run `cargo check` manually 4. Wait...
@epage this PR is in very early stage, so don't expect too much 🙂
@epage I've just noticed you are the author of `clap-cargo`. Didn't really see it before.
Also I suggest you to create `svgcleaned` branch to store svgclean'ed versions of themes
I've managed to fix those errors by adding some include and define macros. Now I'd like to share those fixes with the community (first time in my life!). Pull request:...