Roman Zipp
Roman Zipp
The following info has been printed to my console after installing the brew formula: ``` ==> firefox-profile-switcher-connector The plugin manifest is installed but not linked in Firefox. Run the following...
@oodzchen could you post the debug log? 1. Navigate to the Add-ons Manager `about:addons` 2. Click on the cog icon in the top right corner 3. Select "Debug Add-ons" 4....
I've also noticed that the TablePlus scheme is not toggling with the macOS appearance (darkmode everytime, no matter at which time I opened or closed the application). I've just switched...
Whoops, just noticed that the dark theme is still active, if the computer has been powered down with darkmode enabled and started in daytime. Mac mini @ macOS 10.15.4 TablePlus...
The same problem also occurred in an IDEA darkmode sync plugin. Maybe this issue can help resolving the bug: https://github.com/gilday/dark-mode-sync-plugin/issues/7
Can confirm, bug still exists 
I've added the delete & purge buttons for version [2.0.25](https://github.com/romanzipp/Laravel-Queue-Monitor/releases/tag/2.0.25). Although I don't think a "Retry" action is possible since jobs may receive certain parameters when dispatched. These serialized parameters...
Sadly I can not reproduce this issue. When executing the following test job which takes 30 seconds to run but specifying `--timeout=5` with the `artisan queue:work` command, the Queue monitor...
I've looked into this issue and filed PR #83 which marks previous jobs with the same job id and status "running" as failed. Could you try out this fix? ![Screenshot...
I'd like to avoid reusing the same monitor instance and overriding the attributes or deleting the previous instance since it I'm currently working on a new database structure which takes...