Sender | Message | Time |
---|---|---|
9 Jan 2025 | ||
Is the port-to-stable tag new? | 22:52:52 | |
in what cases should it be used? | 22:53:20 | |
hexa, emily: I don't like the ideas of a submenu for both kernel versions or inlining the menu. I don't want the initial boot loader to look like some big wizard UI where you carefully pick what to boot. It should be like "here's the default, it should work. Here's also some alternatives that may improve common problems". | 23:04:39 | |
like e.g. the hidpi options are under a submenu because dumping a ton of extra boot entries in the toplevel is just a lot and confusing | 23:05:28 | |
* like e.g. the "HiDPI, Quirks, and Accessibility" options are under a submenu because dumping a ton of extra boot entries in the toplevel is just a lot and confusing | 23:06:00 | |
* like e.g. the "HiDPI, Quirks and Accessibility" options are under a submenu because dumping a ton of extra boot entries in the toplevel is just a lot and confusing | 23:06:11 | |
In reply to @adam:robins.wtfhas/needs? older | 23:16:13 | |
10 Jan 2025 | ||
05:03:40 | ||
In reply to @hexa:lossy.network | 07:27:44 | |
Is there a Ruby-specific room? At least I can't find one in the space search | 10:31:15 | |
https://wiki.nixos.org/wiki/MatrixRooms also does not list one, so I guess not 😄 | 10:32:14 | |
So I'll just ask here (also it's probably more of a stdenv question than a Ruby-specific question):
Now to allow the override I tried setting gemset as an attribute on the stdenv args and then reference it as | 10:39:34 | |
* So I'll just ask here (also it's probably more of a stdenv question than a Ruby-specific question):
Now to allow the override I tried setting gemset as an attribute on the stdenv args and then reference it as | 10:40:16 | |
Looks like GHA are struggling right now... | 10:50:51 | |
ok for my usecase it's not relevant anymore, but would be interesting to know nonetheless 😄 | 11:06:59 | |
how would I go about submitting an update to a package (ares) that needs a new dependency (librashader)? I submitted a PR to package librashader, but updating ares depends on that being merged, so should I just wait or is there a way to submit a PR that depends on another PR? | 16:18:23 | |
You can just put both in one PR | 16:18:56 | |
ah, okay - should I just close my existing one or is it better to edit it? | 16:30:18 | |
up to you | 16:37:39 | |
you can do stacked PRs in GitHub only if you can push branches directly to the repo :( | 16:37:55 | |
(by directing one PR at another PR's branch; when the other PR is merged the target branch gets updated) | 16:38:06 | |
Isn’t there some weirdness with that if you aren’t targeting master with the first PR? We ran into that with the Darwin SDK stuff IIRC. | 17:19:44 | |
I think that was because the PR was from your fork | 17:22:17 | |
we just had a mirror branch set up but it turned out to not be enough | 17:22:23 | |
but maybe staging could matter too? | 17:22:27 | |
22:15:41 | ||
22:43:10 | ||
11 Jan 2025 | ||
04:07:51 |