insidewhy

Results 151 comments of insidewhy

I've tried some other versions: The bug manifests in `2.6.6` but animates differently after the stuck case. Version `2.7.1` manifests the bug more violently. `2.7.3` isn't as bad as `2.7.1`...

Thanks for the info! I went ahead and wrote my own react component that is very similar to react-flip-move but uses the "Web Animations" APIs. I wouldn't have been able...

I dumped the code I'm using here for now: https://github.com/ohjames/react-flip-webanimate I'll add some docs and make it more generic someday soon, maybe.

I found something similar, the `transitionend` event doesn't fire reliably in chrome or Firefox. I'm not sure if it *can* be fixed, too many race conditions to avoid. I'm now...

Impossible to see what changed in that commit, you should get your editor/IDE's `editorconfig` plugin so it'll pick up indentation/style settings on a project wide basis.

Cool thanks for prompting me on this. You wanna open a PR?

@daksh-gargas I don't suppose you had any success?

The ngx-datatable also doesn't recalculate height in the same situation, if data updates while the table is not visible it decides each virtual page can only contain a single row....

I don't mind `*` as it jives with flow. Users of typescript can just avoid `*` in jsdoc and always use `any` for the purpose easily enough? I'd also like...