Simon Hamp
Simon Hamp
Thanks for sharing your code. This will be a good test case! I'm certain it is that `while` loop that's to blame. It looks like you've found an edge case...
@askonomm thanks for doing some investigation and writing up your thoughts. I agree, your approach could work... but at best it will just make the sizing of the widest character...
Could we use regex to detect if a character is an emoji (`:emoji:`) and swap the font just for that character? 🤔
What's your issue?
IT WORKS!
Thanks to [this PR](https://github.com/NativePHP/laravel/pull/367), there is now a cross-platform friendly approach that won't require websockets at all. As Reverb uses `pcntl` under the hood, it will never see support on...
How do you intend to use this? Can you explain what you're doing/trying to do? Also, I'm not sure what the name `proceedToNotification` is meant to imply... it seems ambiguous...
I've looked through this with a fresh pair of eyes and I have more concerns... These clipboard endpoints are used _by_ the Laravel side of the application to read from...
@kirilldakhniuk I'm going to close this for now, as I can't quite fathom how this PR is going to give you what you're after. I did a bit of digging,...
No I can't as I'm using `revertWithoutSave()` directly as I only want to 'revert' to the version for the life of the request. So I'm not persisting the revert to...