Arnaud Becher

Results 32 issues of Arnaud Becher

As healthcheck can store all tasks durations, it would be possible to display a gantt graph of all past tasks for a given timeline. I would love to check what...

feature

Rotation axis seems wrongly set in the middle of the label.... ![Screenshot_2020-06-07 vuebars(3)](https://user-images.githubusercontent.com/2412608/83977143-85501900-a8fe-11ea-9289-82974e8ecccb.png)

bug
feature labels

Seems ok on firefox, but when changing "padding" param on chrome I got bars with bad alignment ![Screenshot from 2020-06-07 20-31-31](https://user-images.githubusercontent.com/2412608/83977001-01962c80-a8fe-11ea-83f4-a32282474e66.png)

bug

While playing with playground I got those: ![Screenshot_2020-06-07 vuebars(2)](https://user-images.githubusercontent.com/2412608/83976934-83d22100-a8fd-11ea-91ae-4352b032f361.png) ![Screenshot_2020-06-07 vuebars(1)](https://user-images.githubusercontent.com/2412608/83976936-8765a800-a8fd-11ea-93c6-485c202f0802.png) ![Screenshot_2020-06-07 vuebars](https://user-images.githubusercontent.com/2412608/83976940-8a609880-a8fd-11ea-88a9-ab8b11593149.png)

bug

I would have expect a `export default List;` then I could do `import List from 'list.js';` How am I suppose to do that ? thanks in advance !

Hello ! I'm trying this package with PHP8.1 and everything seems to work so far even if it doesn't look updated since PHP7.4 https://github.com/grimzy/laravel-mysql-spatial/blob/master/.travis.yml#L5 It seems there are some deprecations...

When using $touches with belongsToMany relation as mentionned in [documentation](https://www.algolia.com/doc/framework-integration/laravel/indexing/configure-searchable-data/?language=php#using-touch-feature), we can lack of update in the case of a deassociation. With: ``` class Article extends Model { use Searchable;...

enhancement
Missing docs