Drew Naylor
Drew Naylor
This is something I've been thinking about doing for a while and only decided to just write it down. This option will be in the `Options` window under the `Package...
Running `apt-cache show lightning` gave me this idea as well as what I've read about `https://winget.run`'s API (that being, REST which is similar to json I think, but I thought...
(This will be edited to be more concise; just copying over things for now.) (note Oct. 3, 2023: I'm relicensing to the GPL, so I'll just use the idea with...
I'm trying to compile the cargo-only example on my PinePhone in postmarketOS, but I've run into several issues: 1. You have to run `rustup-init` after installing rustup via `apk`. 2....
Here's a blogpost that mentions it and has a video toward the bottom: http://blog.davidedmundson.co.uk/blog/qt6_wayland_robustness/ My reply here describes what I'm thinking with the context of the rest of the replies...
So it'll be like (this is JSON): ```json {cell: [coords: 0-0, occupiedBy: 0-0], cell: [coords: 0-1, occupiedBy: 0-0], cell: [coords: 0-2, occupiedBy: 0-2], cell: [coords: 0-3, occupiedBy: 0-2], cell: [coords:...
I don't know where I talked about that before, but reusing the browser will be an issue because of that. Still won't load the browser for a pivot until it's...
This may mean that the default color the user sees won't be Cobalt though, unless they have no accent color set through the desktop portals. Should in any case make...
I'm thinking it could be in a file only sudo can read or write to, then the daemon loads it and uses it to tell us if we've typed the...
TilesGrid is just too hard for me right now. Here's what I can try: https://stackoverflow.com/a/61804867 I'll have to have a spacing property that's added to the x and y values...