Oliver Matla
Oliver Matla
### The Issue Currently, the new `db:show` console command throws a `Doctrine\DBAL\Exception` if any table in the application uses `ENUM` columns on a MySQL database:  ### The Fix [The...
Using https://github.com/antonioribeiro/countries-laravel, there is no way to enable or disable caching by overwriting the `countries.php` config. I found that this is due to redundant `countries.` prefixes in the Cache Service...
This PR adds functionality as requested in https://greenshot.atlassian.net/browse/FEATURE-1291 (and by a friend of mine). The Issue === A friend described the underlying issue as follows: He uses the tool with...
👀 I guess it would be really 🔥 to add an emoticon menu somewhere on the code editor to easily add emoticons for illustration purposes. 🥰
# Bug report If I have a property of type `class-string` and try to assign a class string of a Model that has previously been checked if it as instance...
## Describe the bug When I remove the default addImageBlobHook, drag & drop of images does not do anything on Chrome, which is expected behavior. However, Firefox still renders the...
This PR adds support for the GC9D01 driver chip used in the Waveshare 0.71" round LCD board with an 160 x 160 pixel IPS display. This integration was successfully tested...