Matan Yadaev
Matan Yadaev
## What An ability to store a batch in the database and control when it should be executed. It can be implemented by `pause` and `continue` methods. ## Why I,...
Video to preview: https://drive.google.com/file/d/0B_2AM8ZhXhE9U2ZOT01vUUpldVk/view?usp=sharing Dashboard is link and span in the same time. it's not looking good. It's have a delay until it fixed. Code: Routes: ``` $stateProvider .state('app', {...
Double 2-finger tap to zoom on a specific section. Video: https://youtu.be/Q7vK0uhqLy0?t=21
If you'll try to zoom in RTL (right-to-left, basically Hebrew or Arabic) websites, you'll notice that you are zooming only the left side of the website, without an option to...
### Feature Description This feature could be handy in situations that you don't use Laravel's method for creations or updates. An example: ```php trait Notifiable { public function notifications(): MorphMany...
# Bug report PHPStan doesn't infer exceptions that are thrown with generics. ### Code snippet that reproduces the problem https://phpstan.org/r/f22aaf48-3d7f-4c6d-a094-fc0b5e66cf83 ### Expected output I would expect PHPStan to know that...
I am using angular-translate, my Ionic app can change languages while running. I need to change placeholder text dynamically. Cancel text I can change without problem in service options, please...
I've developed an ESLint plugin introducing a rule for ensuring AAA comments. I believe it would be beneficial to include it in this repository. I'm already using this ESLint plugin...