Simon Hamp
Simon Hamp
@mho22 I know this was from a while ago, but can you give some context around what you were trying to achieve?
I think it will be. Thanks for digging through related issues @gwleuverink 😇 @mho22 @MarceauKa @Nuhel the PR that Willem linked will be released next week. Please try that out...
@gwleuverink all PRs are welcome 😊 The section you link to is specific to `log` events, which are generated by the [`LogWatcher`](https://github.com/NativePHP/laravel/blob/main/src/Logging/LogWatcher.php). All other events generated by Electron [that we...
> What's the recommended way to listen to Laravel events without using websockets? Like you said, it seems most of these type of challenges can be tackled without a websocket...
@djhyll can you provide any more detail here about what you were trying to do, what you expected to see and what environment you're in (OS details and versions of...
Oh awesome! Glad to hear later releases sorted your issue. Would love to see what you're building 🤩
@IvanSerpa I've not been able to reproduce this. Does it still occur for you?
I've seen something similar at times and I suspect that it's to do with view caching somewhere inside the native application's storage. It may be that those caches aren't being...
Confirmed, there's definitely something glitchy there. It seems that it tries to focus the app, even when there are no windows. We'll do some digging
I suspect this is a bug with the [`menubar` package](https://github.com/max-mapper/menubar) we're using. I still need to do more digging