Emmanuele Bassi

Results 49 comments of Emmanuele Bassi

Can confirm, but debugging doesn't seem to turn up any error. It might just be a case of something wrong with the constraint container with newer versions of GTK; I've...

To be fair, this obsession with `(>=0)` is somewhat suspicious to begin with. ;-) Additionally, it's important to note that, absent a `@` annotation, all constraints expressed in VFL are...

If resizing changes the layout it's because the layout as defined by the constraints is not stable; this is usually caused by too few, or contradictory constraints. Let's break down...

We now have: - attributes on views: `[view0(==view1.height)]` - operators for multipliers and constant factors: `[view0(view1 / 2 + 16)]`

It would be useful for debugging purposes if you checked what's at line 277 of the meson.build file. Current tip of the main development branch has a `message()` function, which...

I don't plan on writing RISC-V support either. It's not that I don't enjoy having "tracker" issues, but if somebody plans to work on this stuff, they can work on...

Run time detection does not work with all the inlining going on, so it's a non starter.

If NEON support is compiled in, then yes: it should work. I only test it on an RPi 3b+, though, because it's the only ARM device I have available. The...

In 1.10.5, released on February 9, I landed a couple of changes to the alignment annotations; looking at the links on Bodhi that @kalev posted, it seems F33 and F34...

@kalev You're absolutely right—I got confused with the post-release version bump. So I'm really confused as to why there are alignment issues, considering that the structures are marked for alignment...