Mattias Hällkvist
Mattias Hällkvist
Doing what @LevelbossMike suggested works for me but, if I understood correctly, setting `includePath: ['app']` will stop rebuilding with the new tailwind config when `tailwind.config.js` is changed by adding it...
Finding elements by the visible text allows us to write tests that find the elements in the same way that the user does. This is one of the guiding principles...
It seems like removing `has-block` from [here](https://github.com/ember-template-lint/ember-template-lint/blob/master/lib/rules/no-implicit-this.js#L33) solves the problem (without parentheses becomes a lint error). Is there a reason for `has-block` to be in that list or should we...
> Just to check, did you try v3? I think that in V3 it's solved. > > Not that I can't merge it in v2, tho. I added this while...
> @emattias thanks for pointing that up. I've update ember-power-select-with-create to EPS 4.0 and ember-basic-dropdown 3.0, so you should be able to update now. > > If you can, I'd...
The maintainer of `postcss-nested` answered this: > ember-css-modules should update a little to be ready for that because visitor API is a new way to use plugins. Here: https://github.com/postcss/postcss-nested/issues/140#issuecomment-953193830
I dont think https://github.com/ziyasal/vscode-open-in-github/commit/32ae2700e5bd80df58942e97211bf649ea13d9cd covers it (atleast not my interpretation of it). I want to be able to configure it to open the line in the commit that line was...
How about making use of community solutions like [react-virtualized](https://github.com/bvaughn/react-virtualized) or perhaps more future proof [react-window](https://github.com/bvaughn/react-window) (the new lighter iteration on windowing/virtual scrolling by the creator of react-virtualized @bvaughn). Here's for...
> But I still don't recommend using two UI frameworks in one project. We tried to avoid it but your `MultiCascader` component was the best option we could find! 😅...
> The main reason we don't currently consider `css-in-js` is the implementation of multiple themes. > > In some business scenarios, multiple sets of UI-style themes need to be generated....