- 12 May, 2020 1 commit
-
-
Juliusz Chroboczek authored
-
- 11 May, 2020 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Thanks to Antonin Décimo.
-
Juliusz Chroboczek authored
-
- 10 May, 2020 6 commits
-
-
Antonin Décimo authored
> Rejeté. Ce n'est pas un escape. D’après mes tests, c’est considéré comme un escape. Doubler le caractère serait suffisant. const url = 'https://example\\.com'; const urlRegexp1 = /https?:\/\/[-a-zA-Z0-9@:%/._\+~#=?]+[-a-zA-Z0-9@:%/_\+~#=]/g; const urlRegexp2 = /https?:\/\/[-a-zA-Z0-9@:%/._\\+~#=?]+[-a-zA-Z0-9@:%/_\\+~#=]/g; console.log(url.length); // 20 console.log(urlRegexp1.exec(url)); // ["https://example"] console.log(urlRegexp2.exec(url)); // ["https://example\.com"]
-
Antonin Décimo authored
-
Antonin Décimo authored
-
-
Antonin Décimo authored
-
Antonin Décimo authored
-
- 09 May, 2020 4 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 07 May, 2020 2 commits
-
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
The previous value caused statistics to occasionally timeout spuriously.
-
- 05 May, 2020 2 commits
-
-
Juliusz Chroboczek authored
We're closing and reopening the connection each time, we should be renegotiating instead.
-
Juliusz Chroboczek authored
-
- 04 May, 2020 1 commit
-
-
Juliusz Chroboczek authored
-
- 03 May, 2020 19 commits
-
-
Juliusz Chroboczek authored
That would be racy.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
Don't take packet loss into account, just clamp at 384kbps.
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
Juliusz Chroboczek authored
-
- 30 Apr, 2020 1 commit
-
-
Juliusz Chroboczek authored
-