Arnaud Becher
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...
Rotation axis seems wrongly set in the middle of the label.... 
Seems ok on firefox, but when changing "padding" param on chrome I got bars with bad alignment 
While playing with playground I got those:   
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;...