Gonçalo Marrafa
Gonçalo Marrafa
@oerdnj I'm interested in 21.10 support too. I need to handle codebases in PHP 8 and 5.6 (:cry:) and need have them both installed. I know there are alternatives but...
I'm also having this issue... In my local machine everything works fine. In production server I get 404. My server is behind a load balancer so I'm using `http://localhost` as...
So here's the exact same code that I submitted for #563: ```php public function foo() { return $this->someMethod($parameter) ->otherMethod() ->finalMethod($otherParameter); } ``` and here's the output of `M-x php-mode-debug`: ```...
I had already set the style to `psr2` but I tried manually with the same result... If you `M-x indent-region` the example code I posted earlier what do you get?...
As I said in my report, relations are being eager loaded by default. I also tried adding `->eagerLoadRelations()` to the column definition but the result is the same.
Yes your workaround seems to work. But shouldn't this be done automatically @rappasoft ?
My Emacs Lisp fu is awful! I wouldn't know where to begin...
> Perhaps we can try setting `NO_AT_BRIDGE=1` as per https://bugzilla.redhat.com/show_bug.cgi?id=1706608#c8 I can confirm this removes the warnings...
> So I can't reproduce this myself on Ubuntu 23.04 - do you happen to have the `at-spi2-core` deb package installed? This should be part of the default install on...
I see. Wasn't the snap tested on 23.04? I'm guessing this affects everyone running the latest version right?