Kiko Beats

Results 271 comments of Kiko Beats

not really since the anchor is a front end UX behavior ``` headers https://example.com\#test HTTP/2 200 age: 328719 cache-control: max-age=604800 content-type: text/html; charset=UTF-8 date: Sat, 04 Apr 2020 11:09:37 GMT...

good idea! I reopened the issue. Since the process get the HTML, it should be trivial try to find the `id` selector into the HTML. Maybe I can write a...

Related https://github.com/Kikobeats/html-urls/issues/4

That's a good point! HEAD and GET will be launched on parallel and the response will be the first request to be resolved. Because got is using http/https internally, we...

> That seems pretty wasteful of resources to me, not sure I like it. I understand your point and I did tests based on this premise. Sometimes HEAD response is...

I noted `got@9` accepts a `null` as `encoding` value for avoiding parse the response data: https://github.com/sindresorhus/got#encoding Could this change in the codebase make an improvement as you suggest? https://github.com/sindresorhus/is-reachable/issues/25#issuecomment-386386994? btw,...

This feature is super convenient, hope it will be land soon 😭

@claudiug https://gist.github.com/Kikobeats/8673034 nothing special, see @jonarrien comment

Hello, Out of the box, the fact this library uses babel shouldn't be relevant. I don't think it's a problem by the library since it's used by lot of people...