Alexander Diachenko

Results 7 issues of Alexander Diachenko

I started using this package the other day and it's great. The one thing that is boggling my mind though is the lack of garbage collection for old databases. It...

enhancement

Hey, great package. I have tried it today and I feel like there are few issues that need to be addressed. Firstly, **sudo-su** should fail more gracefully. More specifically, I...

question

### Environment **How do you use Sentry?** Sentry SaaS (sentry.io) **Which SDK and version?** Laravel 8.0 `sentry/sentry-laravel:2.11.0` ### Steps to Reproduce 1. Configure Sentry in Laravel Log channels by following...

Type: Improvement

At the moment our versions constraints are brittle and its getting harder to anticipate where things might break due to wide range of supported software. I suggest to limit support...

enhancement
question

I've tried Atom **v0.159.0** today and it seems that Emmet doesn't work as expected when choosing HTML(Twig) syntax. I hit Tab on something like ul>li*5 and nothing happens except of...

JsonApiSerializer arbitrarily merges `links` attribute on a Model with document (resource) links in a response. Apparently, it's not a bug and is done explicitly in the `item` method of serializer,...

stale

The current implementation of ServeFeaturesTrait doesn't allow for the following: ```php $output = $this->serve(new GetReachEstimateFeature($adAccount, $accessToken)); ``` which is inconsistent with `JobDispatcherTrait` that offers 2 alternative styles of passing constructor...