Christian Hergert

Results 15 issues of Christian Hergert

I get this when trying to run an extract of a rather large set of ISOs (some 30gb). ``` Failed to run synchronizer: Operation not permitted ``` Given the number...

RFE

Not really a bug, just wanted to drop a note of some alternate dispatching possibilities. It's usually the first code I look at when perusing frameworks. You might look at...

enhancement

That makes it hard for the client to handle overlapping asynchronous calls since it can't match the error reply with the method call. For example, if I made an erroneous...

Currently glslls just crashes if it can't discover the extension, which can create a lot of core dumps over time. Might be nice to just send an error back to...

Currently, when accessing documents via the document portal we're provided with a file in the format of `/run/user/1000/doc/abcdef/filename.txt`. This is fine and a nice way to implement things using a...

enhancement
help wanted
portal: documents
needs discussion

### systemd version the issue has been seen with 254 ### Used distribution Fedora 39 - Workstation and Asahi Remix ### Linux kernel version used * 6.6.3-413.asahi.fc39.aarch64+16k * 6.6.11-200.fc39.x86_64 ###...

bug 🐛
sysext

### Please confirm your submission meets all the criteria Please describe your application briefly below. - [x] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [x] My...

awaiting-changes

In an attempt to write `gnome-text-editor` and only use the document portal without file-system access, I ran into an issue with file monitors. We aren't actually getting change events for...

portal: documents
dependency issue

The GNOME Builder IDE is very much designed around the flatpak build pipeline. Even so much as running your program is actually daisy chained upon `flatpak build`. However, this is...

It's possible that a branch has changed in a manifest for which there is already a local git checkout in flatpak-builder state. `--disable-updates` will not download the new branch because...