00:21
jtojnar has joined #nixos-borg
02:24
{`-`} has joined #nixos-borg
05:31
orivej has quit [Ping timeout: 268 seconds]
08:09
FRidh has joined #nixos-borg
08:25
jtojnar has quit [Remote host closed the connection]
08:26
jtojnar has joined #nixos-borg
09:49
tilpner has quit [Ping timeout: 240 seconds]
10:23
tilpner has joined #nixos-borg
10:33
FRidh has quit [Quit: Konversation terminated!]
10:51
orivej has joined #nixos-borg
11:16
orivej has quit [Ping timeout: 260 seconds]
12:31
orivej has joined #nixos-borg
13:18
FRidh has joined #nixos-borg
14:50
FRidh has quit [Quit: Konversation terminated!]
15:57
ekleog has quit [Quit: WeeChat 2.0]
16:00
ekleog has joined #nixos-borg
17:37
FRidh has joined #nixos-borg
19:29
<
{^_^} >
#43184 (by r-ryantm, open): mkdocs: 0.17.4 -> 0.17.5
19:30
<
infinisil >
sha256 mismatch only on darwin
19:31
<
gchristensen >
cc LnL is your mac out of space?
19:32
orivej has quit [Ping timeout: 268 seconds]
19:35
<
infinisil >
Oh, so these macs are ran by a bunch of peoples personal macs?
19:35
<
{^_^} >
#43184 (by r-ryantm, open): mkdocs: 0.17.4 -> 0.17.5
19:36
<
LnL >
certainly possible, let me check
19:39
<
LnL >
max-free = 50000000
19:39
<
LnL >
min-free = 50000000
19:39
<
LnL >
^ did I do it wrong?
19:42
<
gchristensen >
I think it can't gc at that size?
19:42
<
gchristensen >
like your min free should be less than your max free probably
19:46
<
LnL >
wait, I think I messed up the units
19:48
<
LnL >
starts garbage collecting at 50mb free space :p
19:55
<
LnL >
kk, let's see how this goes
19:59
<
infinisil >
LnL: Oh, this means you can add a # to the end of such a link if you really don't want the bot to display its info
20:00
<
LnL >
already thought of that :)
20:03
<
LnL >
and you probably just found/fixed the most annoying case
20:06
<
infinisil >
I quiet like this info personally
20:07
<
infinisil >
Was surprisingly hard to get a working regex for that
20:07
<
infinisil >
The not-linking-on-# thing
20:09
<
samueldr >
[^#]$ after splitting on spaces?
20:09
<
samueldr >
though, that would be only for ending with a hash
20:11
<
infinisil >
([^\\#0-9]|\\') in the Haskell regex libraries syntax
20:11
<
samueldr >
if you regex on /pull/[:digits:]+$ after splitting (or whatever the proper placeholder for your flavour of regex) you get it free?
20:11
<
infinisil >
It could be not the end of the string though
20:11
<
samueldr >
(really depends whether you work on the whole string or match splits)
20:12
<
samueldr >
it's a beat cheaty, but you know there should ne no un-encoded spaces in URLs, so if you split on spaces, and work with words, may be easier ?
20:12
<
samueldr >
should be*
20:12
<
LnL >
why do you need to escape #?
20:13
<
infinisil >
Eh, don't wanna split on words when a single regex can get me all matches
20:14
<
infinisil >
LnL: Seems to be needed, not sure why
20:15
<
infinisil >
Wait, maybe not
20:15
<
LnL >
and why didn't you write your own parser? it's haskell ;)
20:16
<
infinisil >
Yeah it works without escaping
20:16
<
infinisil >
LnL: It's not trivial to convert a regex into a parser. You need to watch out for backtracking and stuff, and the definition would be way longer
20:17
<
infinisil >
Well it might be trivial, not sure
20:39
FRidh has quit [Quit: Konversation terminated!]
20:51
orivej has joined #nixos-borg
23:19
orivej has quit [Ping timeout: 260 seconds]
23:33
orivej has joined #nixos-borg