Marek Dědič
Marek Dědič
Hey. @szepeviktor pointed me to this package, good stuff here! Feel free to use anything from `skaut/wordpress-stubs` - I have a bit of a different strategy there compared to `php-stubs/wordpress-stubs`...
Hi, is the existing Table component (of #72) supposed to be the md DataTable? Or is this intended to its own component? I'm up for helping with this, just want...
Ok, thanks :) Though, just to be sure, is the existing (undocumented) Table component supposed to be the material-design DataTable or is that supposed to be its own component (probably...
Ok, let's start with a bit of research and background: [MD spec](https://material.io/components/data-tables) [MDC-web library](https://github.com/material-components/material-components-web/tree/master/packages/mdc-data-table) [Vue Material](https://vuematerial.io/components/table) [SMUI](https://sveltematerialui.com/demo/data-table/)
Hi, is there some way we can help move this forward? I'd like to use these, in fact, I tried them, but I'm waiting with the merge until they get...
I'm experiencing this issue as well: When I do a regular "production" build, All my files get copied over correctly. However, on "watch" builds, the files get copied over on...
Honestly, my solution was to go to gulp for this kind of stuff and use gulp-webpack. In my (albeit limited) experience, webpack as a "task runner" just isn't that great....
Hi, yes, difftastic supports directories, but if I understand it correctly, it just prints all of the diffs sequentially, which I think is fairly hard to keep track of. As...
Isn't this mostly obsoleted by the fact that we expose TypeScript typings now?
Hey, if I may, here's my 2 cents: - you've accidentally commited `yarn.lock` - magnify doesn't describe the intended functionality that clearly for me - maybe something like `fixedSize` or...