Olli Vanhoja

Results 23 comments of Olli Vanhoja

What do you think should be the correct behavior? Currently it seems that's parsed correctly as a TLD: ``` > psl.parse('mycooldomain.pepsi') { input: 'mycooldomain.pepsi', tld: 'pepsi', sld: 'mycooldomain', domain: 'mycooldomain.pepsi',...

Retry on `502` makes sense at least with our proxies because IIRC it usually means that the backend service is temporarily down.

Retrying was implemented here because it made sense to have a shared module that can do it for the backend code at the company, instead of copying and pasting the...

An alternative way to cope with it could be to invalidate the cached IP in case it doesn't work anymore. It's quite a lost battle but https://00f.net/2019/11/03/stop-using-low-dns-ttls/ Since we are...

It's theoretically possible. IIRC, you can register an error handler with `@zeit/fetch` and then you might be able to dig your way into the dns resolver and ask it to...

Not really necessary for the next release since RR is fairly good for demo purposes.

and now RPi 4 is already out 🤔

I believe the GH way is that you fork the repo and make a PR. Or probably several in this case.

Before c94e57c0b982a979f958594db02bc94029ae3c24 there was no clear error shown but instead everything was just stuck. When it occurred with `proc.c` dyndebug, it was then apparent that the COW handler was spinning...

`popen()` and `pclose()` done