Danielle Madeley

Results 145 comments of Danielle Madeley

I think the best outcome would be to add a new command that output operations just for types (even requiring people to copy them into their migrations manually). And then...

Why does someone not in the docker group need to access a docker host?

Oh wow. This has PRs!?! The package is called different things on different platforms. Can that be made clear?

This looks good, although I question the need to include meson here, the original goal of the raw Makefile was to reduce the dependency set as far as possible e.g....

I haven't done much GObject development in recent years, I'd be happy to take a pull request.

Hi @bshankstd, that was intentional to be able to match all objects of a given group. There's a TODO written somewhere to replace the filter with a globbing function or...

I don't really know what all the colours etc mean. This probably needs some doco. In general if it's slowing things down too much then might you not be better...

Please stick to the existing GNU/GNOME coding style for things like blocks. It makes the code easier to read. Also be very strict and explicit about how memory and references...

I've run into this bug too. I checked serialport 6.x which is working in another project, but it's not working here. It's worth noting that the other project creates a...

Update on this: I tried explicitly `unpipe`ing my parsers and this made things much worse. I've refactored code to go to great extents to avoid repiping, by writing a demultiplexer...