Vincent

Results 130 comments of 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); ```

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' =>...

Hi @willdale! So I managed to get the result I wanted (by duplicating the code) ! ![Screenshot 2022-08-08 at 09 02 05](https://user-images.githubusercontent.com/400525/183358786-f9c2c0f5-d6aa-4c58-a8a3-26e6023b75e7.png) 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?