Jason Fah
Jason Fah
Same situation here. Can't use my EC2 instance ID as SSH hostname/server if I launch TablePlus from the dock. If I go to Finder and open it from `/Contents/MacOS/TablePlus` it...
@huyphams should we open a separate issue regarding the bug where we can't use an instance ID as the SSH hostname when opening from the dock? Do you have any...
Thank you so much @fenichelar, that fixed the issue!
Run into the same issue as well, trying to use FontAwesome. Padding is also lost between the label and icon. Of course we can add our own but ideally the...
Yeah, this is a pretty big oversight. We ended up creating a "guest" Asana user called Github and then generated a token from that user. It's actually working quite nicely....
We're also experiencing the same issue after upgrading to 8.4
Seems to be an issue with the Facade? Swapping to the "standalone mode" stops the error. `use hisorange\BrowserDetect\Parser as BrowserDetect` https://github.com/hisorange/browser-detect?tab=readme-ov-file#standalone-mode-without-laravel But why only when accessing through the Facade? cc...
A colleague found this https://github.com/php/php-src/pull/17132 which may be related, will have to wait for `8.4.4` to be released to see if it is the issue.
Thanks for looking at this @nielsdos. When tracing the issue we found that commenting out `preg_match` usages stopped the error. The package makes heavy use of `preg_match` in many, many...
@nielsdos I've been able to create a repository that reproduces the issue. https://github.com/jason-nabooki/bd-php-84 The test in question passes on `8.3` but throws `zend_mm_heap corrupted` on `8.4`. I'm quite lost on...