Gabin Aureche
Gabin Aureche
Although most of the ideas come from GitHub's documentation, it turns out their APIs and documentation is very much opinionated. They are probably not a good example of a "vanilla"...
## Bug description Tippy manually blurs the active element when the window is blurred, if a tooltip is attached to it and if the tooltip is hidden: https://github.com/atomiks/tippyjs/blob/ad85f6feb79cf6c5853c43bf1b2a50c4fa98e7a1/src/bindGlobalEventListeners.ts#L42-L58 This is...
I've added a `track-by-expr` option that allows using a custom expression for tracking tags. This way you can do whatever you want to handle the ng-repeat's track by. I've also...
As suggested in #576, it would be great to have emoji-mart's types in its repository. @Scalahansolo [started to work on it](https://github.com/missive/emoji-mart/compare/main...Scalahansolo:main?expand=1) and had issues with parcel to generate the types...
This PRs moves the cacheBuster function to a configurable option. That way you can manage how the urls are generated and thus the cache invalidated, e.g: ``` javascript angular .module('app',...
This PR adds a new option to define every modules defaults. Particularly useful when you want to completely deactivate the cache and use a custom cacheBuster, e.g: ``` javascript angular...
This issue was originally discussed in #101, before the rewrite. I created a bin reproducing it with the latest version of react-portal: https://www.webpackbin.com/bins/-L2PNDWSpoEmiOUuzvFO
When press mouse down to drag an element, the behavior of the clicked element is triggered. Which might end up in submitting a form, opening a dropdown, ... I think...
Hey there! I think this repository shouldn't serve as a normalize.css host. Also, the risk is that it quickly become out of sync with official releases. That been said, I...
I like the idea of having a demo page/blog/landing page with little efforts. It would be even easier if we could just run `sakura` to create: ``` css/ sakura.css index.html...