Diamond

Results 112 issues of Diamond

Unref methods should definitely be restored as a workaround for gotk4's incomplete automatic memory management. It's probably the most straightforward way for applications to fix memory leak issues. Ideally, when...

enhancement
bug

This is caused by there not being a way to generate a `GClosure` or in this case a `GCallback`. I'm not sure how `GtkBuilderCScope` expects these things to be.

### Preamble Ideally, closures should not hold any kind of reference to GObjects. C code doesn't do this: there's no capturing, and closures all take and release references as they're...

Currently, keyd breaks the touchpad on Asahi Linux. This Reddit post describes it quite well: [Debugging touchpad issues with keyd remapper](https://www.reddit.com/r/linux4noobs/comments/17yct4p/debugging_touchpad_issues_with_keyd_remapper/). Rather than figuring out a fix on either the...

This hides the private key in the Terraform output. I'm not sure if this is enough to make the entire output public, but it's a step.

This PR adds `IdentitiesOnly=yes` into the SSH arguments for `nixos-deploy.sh`. This fixes some cases where the user has too many keys, and SSH only puts the specified key in the...

Using esm.sh imports without the /v* path part after it causes esm.sh to return arbitrary import statements that changes over time. This commit fixes the import path so that it...

Once every 1-2s is good enough. Ideally don't fetch at all if we know there's no more posts left (length is 0).

We should limit the number of visible posts to a certain amount like 50 to prevent the browser from choking when we're scrolling a lot. When the user scrolls up,...

Right now, sorting settings are globally stored, meaning switching from one profile to another doesn't change the sorting settings. Ideally, sorting settings should be different across instances.

enhancement