Ændra Rininsland
Ændra Rininsland
Hi! I'm trying to put a tour step on an item inside a ng-repeat, and just noticed the "skip" option doesn't work — I'm guessing because ng-repeat creates its own...
With https://github.com/whoisandy/react-rangeslider/pull/142 un-merged, this component is unusable in React 16. With npm 7's peer dep resolution, this is breaking all of our stuff. Please confirm this component is still being...
Currently this puts everything from `src/` on the `window` object, which means you have to do a bunch of shimming in Webpack et al if you want to use with...
Hi! This project is absolutely fascinating and I love everything about it (especially the endless emoji explosions — LOVE IT 😂). I'm wanting to do more research into how companies...
A point's sensitivity should probably be equal to its radius, such that hovering on the point will fire the interaction no matter how big the `r` value is. If nothing...
`wget` and `httrack` allow use of a file called cookies.txt to facilitate things like authentication -- this would be really useful for a variety of circumstances.
I had my `main` entry in `package.json` pointing at a file in the same folder as `package.json`, which was preventing any transpilation from going on. Running `electron .` would work...
As per #428, it's currently not possible to write a pattern to parse an attribute with multiple filenames. The best example would be `srcset`, due to its comma-separated format: `srcset="[email protected]...
As per https://github.com/michael/github/issues/241#issuecomment-250444749 I've been working on a TypeScript definition. The d.ts included in this PR is 95% automated, 5% by hand. `tsd-jsdoc` currently has a [bug](https://github.com/englercj/tsd-jsdoc/issues/6) that moves types...
Loading a second graph via getJson(); while zoomed in to a level greater than root causes the layout to break. Calling out(); multiple times before the getJson(); call seems to...