<jtojnar>
worldofpeace: yeah, that is how I understand it as well
<worldofpeace>
jtojnar: so maybe (understand limited here) there can be a nixos option for default emoji font, which users could use to override this fontconfig preference at a higher priority?
<jtojnar>
worldofpeace: correctly applying uppatch works with joypixels without joypixels.conf
<jtojnar>
worldofpeace: yup, do the same as defaultFontsConf but for emoji and save it to 61-
drakonis_ has quit [Ping timeout: 252 seconds]
srhb has quit [Ping timeout: 245 seconds]
srhb has joined #nixos-dev
<jtojnar>
worldofpeace: wait, do the lower numbers take precedence?
<worldofpeace>
jtojnar: I think it's that the lower numbers get applied first and successive one's get prepended
<worldofpeace>
In fontconfig.nix default-fonts.conf is at 52
<jtojnar>
worldofpeace: yeah it looks like all files containing prefer are ≥ 60
<samueldr>
oh, I just grepped in my config and I have fontconfig.localConf with some settings, I guess that would do it
<jtojnar>
samueldr: we cannot choose which font will be used
<worldofpeace>
So if we default install Noto it takes precedence over any other font installed, I think users should be able to override that with their own preference. Is it that we've introduced that same case for JoyPixels?
<samueldr>
oh, the work you're doing would allow selecting which font? great :_)
<samueldr>
:)*
<worldofpeace>
And Gnome would have a default emoji font out the box samueldr
<jtojnar>
worldofpeace: no, that is just in dev version of fontconfig
<worldofpeace>
jtojnar: we are at 2.12.6 (how old), that's in 2.12.91
<jtojnar>
it's weird they have RC for unstable versions
pie_ has joined #nixos-dev
<jtojnar>
oh, 2.13 is stable series
<ivan>
somehow bumping libuv from 1.30.1 to 1.31.0 broke my LLVM 7 in some arcane where it can't find libstdc++.so.6 sometimes, good luck to whoever does this in nixpkgs in the future
<worldofpeace>
jtojnar: Where did you find the docs for that? Literally couldn't find this
<jtojnar>
worldofpeace: I just guessed
<worldofpeace>
jtojnar: good guess, I though maybe it was like font weight or like width
<worldofpeace>
* thought
<jtojnar>
and it fits "There is one special case to this rule; family names are split into two bindings; strong and weak. Strong family names are given greater precedence in the match than lang elements while weak family names are given lower precedence than lang elements. This permits the document language to drive font selection when any document specified font is unavailable. "
<clever>
gchristensen: your mounting the ESP partition sdb1 to /boot/efi, but that leaves /boot as a dir on /, which is now zfs, which has stablity problems
<clever>
the ESP would have to be moved up to /boot/ to be stable
<clever>
gchristensen: theres also the recent util samueldr has been working on, which may help here
<clever>
line 74 of justdoit omits the size for partition 3, which causes it to just take all that remains
<clever>
gchristensen: the rest of your gist looks good, just the /boot/efi problem that is still there
<gchristensen>
yeah
<gchristensen>
cool, thank you :)
tilpner_ has joined #nixos-dev
tilpner has quit [Read error: Connection reset by peer]
<gchristensen>
when people add their GPG key, we should probably check that the commit adding the key matches the key ID they add, right?
orivej has joined #nixos-dev
psyanticy has joined #nixos-dev
orivej has quit [Ping timeout: 272 seconds]
orivej has joined #nixos-dev
cjpbirkbeck has quit [Quit: Quitting now.]
cjpbirkbeck has joined #nixos-dev
johanot has quit [Quit: WeeChat 2.4]
drakonis_ has joined #nixos-dev
drakonis has quit [Ping timeout: 246 seconds]
__monty__ has quit [Quit: leaving]
<gchristensen>
btw everyone I'm going to be on vacation starting next Tuesday for like 10 days
<aanderse>
enjoy :)
<andi->
we are all gonna die /o
<gchristensen>
it is good practice to see what my bus factor is like
<gchristensen>
before the great bus in the sky comes
<aanderse>
doing something fun, right?
<gchristensen>
swimming and reading at a cabin on a small island in a lake, with no cell phone, computer, internet, or electricity =)
orivej has quit [Ping timeout: 258 seconds]
<aanderse>
nice
<gchristensen>
if there is a catastrophe, samueldr, andi-, and niksnut know how to reach out to me -- I'll check messages every few days when I go to the grocery store
Synthetica has joined #nixos-dev
aanderse has quit [Remote host closed the connection]
aanderse has joined #nixos-dev
abbradar has quit [Ping timeout: 248 seconds]
orivej has joined #nixos-dev
abbradar has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
evanjs has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
drakonis_ has joined #nixos-dev
evanjs has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-dev
orivej has quit [Ping timeout: 248 seconds]
drakonis has quit [Ping timeout: 252 seconds]
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 252 seconds]
evanjs- has joined #nixos-dev
evanjs has quit [Ping timeout: 268 seconds]
justanotheruser has quit [Quit: WeeChat 2.4]
justanotheruser has joined #nixos-dev
evanjs- has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
<andi->
samueldr: is it intentionally slower? I guess you have some kind of typing timeout?
<samueldr>
hm?
drakonis has joined #nixos-dev
<andi->
the old page completes almost instantly on the first character while the new version seems to wait for ~200ms?
<samueldr>
right, it has no leading edge debounce
<andi->
Maybe I am the only one but I kinda liked that :D
<samueldr>
I could add it back, but having it without debounce makes it slow down extremely
<samueldr>
so it'd stilll have that delay at the last character typed
drakonis_ has quit [Ping timeout: 264 seconds]
<samueldr>
in *most* cases that first typed character is not the intended results though
<samueldr>
(but I do agree it makes it seem less responsive)
<psyanticy>
@makefu @ ivan thanks alot
<psyanticy>
@ivan
drakonis has quit [Ping timeout: 252 seconds]
<jtojnar>
samueldr: could you perhaps start a spinner when user starts typing but keep debounce for actual loading?
<samueldr>
jtojnar: that's a fine alternative
<samueldr>
though in other jobs I've had a similar situation
<samueldr>
where the *presence* of a loading indicator made users think it was slower -_-
<samueldr>
it was under 1s both implementations, and I think the one with the spinner was either equal or faster (I don't remember the details)
<samueldr>
but the one with the load indicator showed feedback for the load instantly, while the other just hung the app for the same amount of time :/