Alexis Bernard

Results 36 comments of Alexis Bernard

Yes, sure, you're welcome. I prefer to leave the responsibility of creating the connections if it cannot work with a simple URL. Thus it should work for any case in...

I am happy to respond to the first issue :) That is definetly 2 good ideas :+1:

Absolutely, improving the speed of SHA1 is critical. I also thought the Crypto API should be faster than a custom SHA1, but that wasn't the case. That is why I...

I believe the right name is `super_classes` but it is inconsistent with `superclass`. However `Method#super_method` exists. Let me know if you have a preference.

I added the template part to list all ancestors where only the direct parent is displayed by default. The triangle would be better right aligned to prevent from miss clicks....

I applied the patch and I removed the last line of `generate_ancestor_list` since `content` is already implicitly returned. I also expanded the tree by default when I started building this...

This is something we have in mind. We do not plan. We do when we have time :-) However, feel free to submit a PR, or discuss how you see...

Thanks for your suggestions. Is it important for you to know the browsers, devices ans OS **per page** ? In my case, knowing there are X% of Firefox version Y...

The browser version is very important to check on https://caniuse.com the supported CSS and JS features. For example, if too many people use the X browser before version Y, I...

> > BrowsersPerDay(name, version) > > PlatformsPerDay(name, version, device) > > So just to make this explicit: You are proposing to count every user agent characteristic once per day? Yes,...