Boris Dalstein

Results 18 issues of Boris Dalstein

Hi @memononen , I know that you're not maintaining this library anymore. Still, I'm currently using it in https://github.com/vgc/vgc, and I've made very small changes: - Adding a CMakeLists.txt file...

### Summary In https://github.com/mdn/yari/blob/main/client/src/app.scss#L19, one of the `font-family` listed is `sans-sans`. This seems to be a typo, so I'm making a PR to change it to `sans-serif`. ### URL https://developer.mozilla.org/en-US/docs/Web...

needs-triage

I'm trying to install harfbuzz with vcpkg version 2020.11-1 on Windows 7. The reason I'm using version 2020.11-1 is that any later version comes with Python 3.9+ which isn't supported...

On small screens (here, 1366x768), the about dialog is too tall, so people can't see the checkbox to "show at startup" and the OK button. Example: ![image](https://user-images.githubusercontent.com/4809739/120099095-dbceec80-c139-11eb-87dd-28f59ab0b923.png) One workaround is...

When compiling VPaint with GCC 9, there are plenty of new warnings. If using Qt 5.12.3, a lot of them are along the lines of: ``` warning: implicitly-declared ‘QVariant::Private& QVariant::Private::operator=(const...

Currently, if you call undo then whatever was selected becomes unselected. It would be better if the selection was preserved.

feature request
to-fix-in-vgc

A user reported that in some occasions, using the "Lower" action to bring a key edge under an inbetween face causes VPaint to freeze. There's probably a bug causing an...

bug
to-fix-in-vgc

A user reported on Discord that panning with middle mouse causes his system to reboot. The user is on FreeBSD.

bug

Currently, when opening a file, all key vertices are made black (= `rgba(0, 0, 0, 1)` ), regardless of their `color` attribute. For example, the `examples/vpaint-1.6/torus.vec` file has key vertices...

bug
to-fix-in-vgc