Evgenii Nasyrov

Results 11 comments of Evgenii Nasyrov

Sounds reasonable! Let it steep for some time... The one thing I'm afraid of is that you can keep up with the laravel features like conditional fields but I'm pretty...

Hi @flugger sounds exciting!

Hi @m-a-k-o , I think this one could be closed, caching could be added easily like so: ```php $users = Cache::remember('users', 60, function () { return DB::table('users')->get(); }); $this->data($users->map(...)); ```

Although I've spotted one issue, if you register a custom card on dashboard and query database in __construct method, your query will be executed on every request to Nova.

Hi guys, I've recently tried to enable Bugsnag support with my app and stumble upon this problem, any progress on that? My app is under the high load and increasing...

@sixcom just use `array_reverse` before you pass your data to indicators

@tadatuta, @Realetive what do you guys think about this?

@marcelmolenaar indicator period is 14

@webgururobin make sure you install your dev dependencies on Heroku, by default it's disabled see https://devcenter.heroku.com/articles/nodejs-support#devdependencies