<{^_^}>
#60279 (by dtzWill, 4 days ago, open): editline: fix crash with term narrower than completions
<samueldr>
gave my opinion about the PR, I think it all hinges on whether they release soon or not
<edef>
mm, okay
<edef>
added my proposal to just see what's up in two weeks and merge if we don't learn more by then
<samueldr>
sounds about right
orivej has joined #nixos-dev
lopsided98_ is now known as lopsided98
<dtz>
if we can merge it when we're rebuilding all-the-things *anyway* I think it wouldn't hurt
orivej has quit [Ping timeout: 250 seconds]
<dtz>
but I'm perhaps biased as well :innocent:
<dtz>
in the meantime I think we should start a crowd-funding campaign to buy edef a few more terminal cells :P
<edef>
haha
* edef
thinks she can fit enough of 'em on 3840x2160 pixels
<edef>
i just tend to tile heavily enough that i run into these things easily
justanotheruser has quit [Ping timeout: 250 seconds]
<dtz>
aw man that is a lot of pixels, haha
lassulus has quit [Read error: Connection reset by peer]
drakonis has quit [Quit: WeeChat 2.4]
orivej has joined #nixos-dev
drakonis_ has quit [Remote host closed the connection]
<edef>
hmm, i'm finding myself wishing for a way to tell fetchgit *which* submodules to fetch
<edef>
this driven by waiting for freetype to clone as a submodule in the full knowledge that i won't use that code at all, because it's linking to system code
<andi->
Synthetica: I believe some of those might be for backwards compatibility. Since they might have been introduced in nixpkgs before they were a builtin.
orivej has quit [Ping timeout: 276 seconds]
genesis has quit [Quit: Leaving]
genesis has joined #nixos-dev
orivej has joined #nixos-dev
lassulus has quit [Ping timeout: 255 seconds]
init_6 has quit []
jtojnar has joined #nixos-dev
drakonis has joined #nixos-dev
lassulus has joined #nixos-dev
<edef>
andi-: i definitely want strace on most of my systems, it was just surprising to realise it *wasn't* in my configs
<andi->
:-)
asymmetric has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 246 seconds]
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos-dev
drakonis1 has joined #nixos-dev
drakonis has quit [Ping timeout: 258 seconds]
drakonis_ has quit [Ping timeout: 264 seconds]
Synthetica has quit [Quit: Connection closed for inactivity]
drakonis has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
lassulus has quit [Ping timeout: 246 seconds]
lassulus has joined #nixos-dev
tv has joined #nixos-dev
drakonis1 has quit [Quit: WeeChat 2.3]
janneke has quit [Remote host closed the connection]
janneke_ has joined #nixos-dev
makefu has joined #nixos-dev
<andi->
so `fetchcargo` produces different output hashes depending on the platform is it being run on.. It is supposed to be a fixed output derivation :/ It just never surfaced since Nix happily fetches an already cached version from the cache. Is that a known fact and I just missed it?
<gchristensen>
hmm
<gchristensen>
darwin vs. linux?
<gchristensen>
probably a utf8 normalization problem
<andi->
gchristensen: aarch64-linux vs x86_64-linux
<andi->
It randomly flipped for me on linux as well a few days ago. I was reviewing that rust-cbindgen PR and a few days ago the hash sum wouldn't match.. I tried again today and it did match. Turns out it is not just that single package. It is a few of the buildRustPackage packages..
MichaelRaskin has quit [Quit: MichaelRaskin]
<averell>
i get that hashfail with cbindgen on linux right now too, so maybe it's some other flakyness.