Ihar Aliakseyenka
Ihar Aliakseyenka
Hi there! I've got an error `no such file or directory, stat '/var/www/html/src'`. It's true - I have not this directory, but my source files are located in another directory...
`byAccess` method returns empty collection but there are definitely users with provided permission
**Describe the bug** When I'm using ``` User::byAccess('projects.commit')->get(); ``` I'm getting empty collection. At the same time this ``` User::find(1)->hasAccess('projects.commit'); ``` return `true`. While digging deeper I found out that...
**Ticket**: [#2537](https://github.com/timber/timber/issues/2537) ## Issue `Timber\Image` class generates DivisionByZeroError error when calling `aspect` method of image was deleted manually from uploads directory. While being deleted attachment object itself and its metadata...
## Discussion Hi there! As it is WordPress Framework, I'm using a lot of WordPress pages and [conditional tags](https://codex.wordpress.org/Conditional_Tags) like `is_front_page()`, `is_singular()` etc. So I thought maybe it is a...