Stanislav Iliev
Stanislav Iliev
@MonsieurBibo Yep, of course.
I can't test the endpoint for the same reason. HLTV has different levels of protection for different pages so I imagine they have a very strict policy for map stats....
Perhaps we can use something like [cloudscraper](https://www.npmjs.com/package/cloudscraper) (if there is a non-deprecated package like that)
@humansubn You can use ```js const myHLTV = HLTV.createInstance({ loadPage: (url) => your logic here }) ```
I'm definitely no thought leader when it comes to library APIs, I don't think my opinion holds much weight. If treeshaking is a must for your library then `Point.distance(a, b)`...
I've tried my best to detect Redux but I couldn't find anything solid. If you know something you can make a PR and I'll be happy to merge it.
@rtivital I'm using the latest Remix template which uses `renderToPipeableStream` instead of `renderToString` and React 18 ([link](https://github.com/remix-run/blues-stack/blob/main/app/entry.server.tsx)). I can confirm using Mantine is a big issue, the styles are not...
It would also be helpful to separate quick validations (that return true/false) and error-reporting validations. In the case of `io-ts`, the `.is()` method works differently than `.decode()` and it's faster...
> Cannot get this to work. Does it require the extra fp-ts package with Either type? `decode` returns an Either, so you need fp-ts if you want to work with...