JScheffer
JScheffer
### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge,...
I think it would be nice to add a tool to create insets. I imagine there being a tool with which you can draw a box around a part of...
Currently the only available logo is [this png](https://github.com/ahrm/sioyek/blob/main/resources/sioyek-icon-linux.png) it would be nice also have an svg of the logo so that the logo will always be rescalable without resulting in...
Updated link to `spinder.py`, removed double wording of `vundle` and `pathogen` and added vim-plug as an option.
This implementation is the same as the one used for #77
Hi there, I wanted to see this working but needed to fix some issues first. At some places a float was used as the argument for the functions `setMaximumHeight`, `setMinimumHeight`...
when building I get the following error: ```cargo Compiling gfx-backend-gl v0.7.1 error[E0597]: `desc_set` does not live long enough --> /home/joost/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-core-0.7.1/src/device/mod.rs:1529:26 | 1516 | let mut desc_set = desc_sets.pop().unwrap(); | ------------...