Roland Siegbert

Results 80 comments of Roland Siegbert

Oh shit. That's a bug. Lets change that. Flatpak tends to hit a wall from time to time and there exist recommendations to flush this folder (together with .var) to...

There is a difference between "caching" and "crash-recovery" and "storing data". I assume you do not expect that essential parts of data (not duplicate or cached) you save, say in...

``` > flatpak run com.github.phase1geo.minder Gtk-Message: 19:25:12.463: Failed to load module "appmenu-gtk-module" ``` Something is seriously wrong here. Maybe flatpak ain't that awesome, as I thought it was... alright, let's...

Hey @phase1geo - sorry for losing patience here a bit. This situation set me back quite a bit in exam prep in this semester, so I switched tools to not...

Having said that and thought a bit more, you might have a set of recommendable resources to get started with GNOME development with Vala? Mostly been moving close to systems...

`brew uninstall --ignore-dependencies gcc` solved it for me. Be aware that you should know what you are doing and have replacements available. Like `sudo apt-get install ruby-full build-essential zlib1g-dev` or...

@josh11b - this needs the labels `proposal` and `WIP`. Can't add them unfortunately.

> Looking at the files changed, looks like this is still a work in progress, so I've made it a draft proposal. Yep. Still putting some thought into this right...

OK, so far so good. I added another suggestion for this pattern: ```carbon let (x: i32, true) = F(1) else { // Can't use `x` here. return false; } ```...