Jan Tojnar

Results 824 comments of Jan Tojnar

DocBook should be capitalized like this. On Mon, Apr 8 2024 at 16:49:44 -07:00:00, Daniel Sidhion ***@***.***> wrote: > Important to acknowledge all the work that went into the port!...

Looks like the package description has only Python 3.12 hardcoded: https://ports.macports.org/port/MyPaint/details/ So the Python 3.13 probably comes from a dependency. MyPaint does work with Python 3.13 for me with some...

x11 should already be the default on Linux, though: https://github.com/mypaint/mypaint/blob/v2.0.1/gui/main.py#L58

Apparently, ESLint is moving away from stylistic rules so prettier will probably be necessary: https://typescript-eslint.io/troubleshooting/formatting/#eslint-core-and-formatting

The old environment used Python 3.12.4 compared to 3.12.8 in the new one so that is probably not it. Other important packages: pygobject: 3.48.2 → 3.50.0 gobject-introspection: 1.80.1 → 1.82.0...

While the enum corresponds to number, it should be an object in pygobject. I can still get the correct value in Python console in the new environment so it does...

Just downgrading pygobject3 alone did not help. Curiously, stable MyPaint 2.0.1 built in the new environment works.

The `Property` class and the associated decorator is specific to pygobject: https://pygobject.gnome.org/guide/api/properties.html#gi.repository.GObject.Property The error comes from https://gitlab.gnome.org/GNOME/pygobject/-/blob/dabb72fe9e0e6537ab6fa8bc87007a6b1db1e922/gi/_propertyhelper.py#L290-291 The confusing part is that the `ParamSpec` is already wrong – `prop.default_value` is...

Hmm, possibly https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/268, then?

Unfortunately, that is currently [not supported](https://www.github.com/micheleg/dash-to-dock/issues/49) by the dock I use.