Christoph Wagner
Christoph Wagner
Hi. Yes, that works. Maybe it's not working because of the missing quotation of the numeric name?
I just set `"artisan.docker.command": "./vendor/bin/sail"`
Hi @Webklex , sorry for my less informative post. I hope this will be better: I use this package with the Laravel wrapper webklex/laravel-imap. My config: ```php return [ 'default'...
Hi @Webklex , thanks for your reply. I changed the config parameters as mentioned but sadly it didn't work. `$inbox->getStatus()` returns ```json { "flags": [ [ "\\Answered", "\\Flagged", "\\Deleted", "\\Seen",...
`$config['schema']` should be `$config['search_path']`
Hi, thanks for your help. `computed` didn't work, but just a simple function like this: `emptyText: () => i18n.t('no_items_found')`
Hi @shalvah it works with PHP, JS and Python, but not with bash
On horizon it's also booted once as far as I see
@Gummibeer Setting the value of `backupStaticProperties` from default `false` to `true` resolves the issue. @Jacobs63 Nice solution!
TimePicker is also not working ```vue ```