Vincent
Vincent
I can confirm this behavior too. I have to clean the folder first.
This issue seems related to the Ember.Assert call on line 61. Removing the following line and it works. ``` Ember.assert("select2 has to exist on Ember.$.fn.select2", Ember.$.fn.select2); ```
expose currentDataSource of Table, update when dataSource/filters/sorters are changed by application
I kind of have the same problem too. Why not expose a `getData` method on the table ref or simply a prop to pass a state updater? We need a...
Here is an example with Chrome: ```php $chromeOptions = new ChromeOptions(); $prefs = [ 'download.default_directory' => '/tmp/foobar', 'download.prompt_for_download' => 'false', ]; $chromeOptions->setExperimentalOption('prefs', $prefs); $this->client = static::createPantherClient([], [], [ 'capabilities' =>...
Same here. Any update on this?
Hi @willdale! So I managed to get the result I wanted (by duplicating the code) !  Both the `fill` of the `PieChart` and the...
Same here > 100% CPU on M1 Pro as well.
Getting the same issue. Enum don't work with sync alter.
Ping @benjamn Hey :-) any news about this? I can try to look into it this week if you don't have time (but I'll be less efficient than you for...
I agree with all of the above. The pattern matching was handled nicely with v5, why remove such a critical feature?