sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.03 released! https://discourse.nixos.org/t/nixos-19-03-release/2652 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html https://r13y.com | 19.03 RMs: samueldr,sphalerite | https://logs.nix.samueldr.com/nixos-dev
cjpbirkbeck has joined #nixos-dev
gchristensen has quit [Ping timeout: 252 seconds]
gchristensen has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
init_6 has joined #nixos-dev
init_6 has quit [Ping timeout: 244 seconds]
init_6 has joined #nixos-dev
cjpbirkbeck has quit [Quit: Quitting now.]
orivej has joined #nixos-dev
orivej has quit [Read error: Connection reset by peer]
orivej has joined #nixos-dev
init_6 has quit [Remote host closed the connection]
Drakonis has quit [Quit: WeeChat 2.4]
Drakonis has joined #nixos-dev
orivej has quit [Ping timeout: 248 seconds]
puck has quit [Quit: nya]
puck has joined #nixos-dev
cjpbirkbeck has joined #nixos-dev
<yorick> gchristensen: maybe you're pasting from firefox
<gchristensen> yorick: yes ... how'd you know?
orivej has joined #nixos-dev
<gchristensen> actually firefox in general has been very bad for me
<yorick> gchristensen: the firefox thread serving the copy is sometimes blocked if you're not focused on firefox
<yorick> the current nightly fixes some problems (alt works, partially visible firefox works) but breaks popup menus
<andi-> is that a bug triggered specifically by alacritty or anyone using firefox? I can't see any issues with my copy&pasting from there
<gchristensen> I see it with firefox + wayland, and indeed pasting to other programs
cjpbirkbeck has quit [Quit: Quitting now.]
<gchristensen> yorick: how did popups break for you?
orivej has quit [Ping timeout: 244 seconds]
<yorick> gchristensen: they flicker in and out of existence
<yorick> mouse interaction still works
<yorick> andi-: anyone using wayland firefox, but most programs just give up after a second or so
<andi-> yorick: I am on wayland
<yorick> andi-: it doesn't happen on gnome or weston
<andi-> I use sway
<yorick> andi-: it sorta works mostly
<yorick> andi-: but if firefox is on another workspace it sometimes breaks
<yorick> I'm waiting until https://bugzilla.mozilla.org/show_bug.cgi?id=1542808 gets merged
<yorick> also lately firefox has stopped copy-pasting urls when the page is still loading
orivej has joined #nixos-dev
<qyliss> at least alacritty has stopped just always trying to use xclip, even when running on wayland
<yorick> yeah, sometimes the pasting thread seems to deadlock and it stops pasting anything until I restart it
<yorick> but otherwise it works now
<gchristensen> my firefox completely stops working if it opens a new window
<MichaelRaskin> Wow
<yorick> gchristensen: try resizing it around
<gchristensen> it doesn't comply
<yorick> okay yes then it's dead :P
<yorick> try killing some of the firefox child processes until it recovers :P
<andi-> gchristensen: I had that when I tested unstable Firefox on 19.03
<andi-> Nixpkgs-unstable that is
<gchristensen> maybe if I break its GL support it'll work again
<yorick> the nightly kinda sorta works, it's a shame i had to update it last week, last month's nightly worked better
<andi-> Maybe. I provide /dev/dri* to my Firefox and it should does have GL support. (in a train right now without devices)
<arianvp> anybody here actively using the activationDelay option for the acme module
<yorick> I'm running webrender
<yorick> arianvp: I'm using a custom acme.sh module because the acme module always fails and crashes my nginx whenever a cert is added
<yorick> oh you're fixing that
<arianvp> yorick: I'm fixing that :)
<andi-> yorick: I backed out of having all the webrender features a few releases ago.
<gchristensen> arianvp: sgtm
<yorick> arianvp: I see no uses on github
<MichaelRaskin> I have WebRender enabled in the release Firefox, it sometimes forgets to start painting, but otherwise works fine
<MichaelRaskin> (Intel GPU)
<arianvp> We're also replacing simp_le with lego. which should allow DNS-01 and TLS-01 activation too :)
<arianvp> small steps
<gchristensen> arianvp: svgtm
<yorick> arianvp: hmm that might be better than acme.sh :P
<arianvp> Writing objects: 15% (3553/23684), 1.30 MiB | 4.00 KiB/s
<arianvp> :/
<arianvp> stupid coffeeshop wifi
<arianvp> cant push my changes
<gchristensen> pushing a PR to your own fork which you haven't push to in a while? :P
<arianvp> yes
<yorick> github should have a resync fork thing
<arianvp> the pain of monorepos
<andi-> arianvp: good work. Looks good from a brief look.
<arianvp> Irony is; this is the Microsoft office network. Would expect github stuff to work :/
<andi-> Lol
<arianvp> but it's throttled to like 1kbps
<gchristensen> github itself is also quite slow sometimes
<arianvp> oh we're up to 6kbps now
<arianvp> woop
<gchristensen> I've seen 40KiB/s push rates on a machine with 10gbps nics
<yorick> arianvp: delete your fork and remake it?
<arianvp> it completed :)
<gchristensen> breakign GL fixed everything else about FF
<andi-> gchristensen: did opt in to webrender?
<arianvp> gchristensen: any other cool idea for testing one shot units?
<arianvp> Except for: rewriting the entire test suite to be event driven and use dbus
<yorick> arianvp: polling? I think if they fail they don't go to inactive
<arianvp> But it starts as inactive too
<yorick> arianvp: um, check that it wrote some file?
<arianvp> Oh I could do that.
<arianvp> Wait until the cert appears :)
<yorick> arianvp: are you using the test network? I've been bitten by rate limiting quite a lot
<arianvp> What do you mean with that?
<arianvp> No the tests set up its own Letsencrypt service
<yorick> ah, good
<arianvp> It starts boulder in a VM
<yorick> tearing down and remaking a server will cause the cert to fail after 5 times a week
<arianvp> Didn't know they had such harsh rate limits
<arianvp> :o
<arianvp> Luckily lego will also Support Wildcards
<yorick> the current strategy is a cronjob that puts a wildcard cert in vault
drakonis1 has joined #nixos-dev
<arianvp> Ah yeh. Neat
<ekleog> samueldr timokau[m] : I can remember someone's merge-ready PR getting closed for being to an unmaintained release, in order not to give false hope to users IIRC -- making it explicit whether we still accept contributions or not somewhere public would likely avoid such cases, in exchange for forcing us to actually review said PRs
<samueldr> maybe the release announcement(s) should contain a more proper EOL announcement for the now succeeded release
alp has joined #nixos-dev
Jackneill has joined #nixos-dev
<adisbladis> Could someone with access to the nixos twitter account submit https://discourse.nixos.org/t/the-nixcon-2019-cfp-is-now-open/3318
<thoughtpolice> gchristensen: ping
<gchristensen> thoughtpolice: pong
<thoughtpolice> dm right quick?
<gchristensen> o
<gchristensen> k
Jackneill has quit [Remote host closed the connection]
nocent has joined #nixos-dev
marek has quit [Ping timeout: 252 seconds]
marek has joined #nixos-dev
alp has quit [Ping timeout: 252 seconds]
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
Guanin has joined #nixos-dev
<Shados> arianvp, yorick: LE do have a staging environment for testing compat with their API, which has greatly relaxed rate limits
yegortimoshenko has joined #nixos-dev
Guanin has quit [Remote host closed the connection]