Anthony Pessy

Results 75 comments of Anthony Pessy

@miguelcobain I'd have to test but I forgot to mention that I'm using a pimped version of ember paper beta.4 so I'm still dependent of `[email protected]`, not `2.0.0`. But I...

Well ` ember-power-select` doesn't care from what I can see on how you renders the options. If you just display the label it's really fast, even if it's rendering everything....

But `paper-option` also inherit `paper-menu-item` which uses `ChildMixin` and have some logic on click, mouse enter etc... This wouldn't pose an issue?

I'm using Ember 3.24. and with TailwindCSS. Recently I upgraded to TailwindCSS 3.X and noticed weird CSS issues (ex: Ring feature not working anymore) that is linked to the minifyCSS....

Thanks for pointing in this direction! Apparently latest version of `npm` has a similar feature called [overrides](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) that I did not know about.

Same here, we have 1 or 2 columns that can vary widely in size (few Kbs up to 10Mb) and we often stumble upon an OutOfMemory error because it didn't...

@livelace If at one point you consider using parquet with binary files (or any big columns) know that increasing the frequency of checks may not be enough (it was not...

Hi, Sorry to dig up such an old issue, using `[email protected]` and `PageIndex` on a file with a schema such as `url(string), html(string)`, ordered by a unique `url` I'm doing...

Tried this PR to generate the "pending" for an addon and I encountered an issue where > let moreFiles = this._scanForHbsFiles('tests/dummy/app'); Would return: ``` [ 'templates/application.hbs' ] ``` Then later...

@cibernox Intuitively I'd say 'shift + click' because this is what my IDE taught me to select a range of files.