Mikael Kermorgant

Results 43 comments of Mikael Kermorgant

Thanks, "which ctags" outputs /usr/bin/ctags (it is Exuberant Ctags). Runned from the command line, the paths are correct. I guess there's some project setup involved in the issue as I...

For information, I get it working inside docker with the following configuration inside php.ini ``` xdebug.idekey=pugdebug xdebug.remote_enable=1 xdebug.remote_port=9000 xdebug.remote_connect_back=1 xdebug.remote_log=/tmp/php5-xdebug.log xdebug.remote_host=192.168.208.1 # host ip ``` host ip address has to...

Same here, I was interested by adding a `-M 200` argument to filter out long lines, which are so painful when they popup in the results

I've stumbled on this issue too. I tried to create the customer at first like mentioned above `$gateway->execute(new CreateCustomer($customer));` And then setup the payment with "customer" information to avoid customer...

Ok, indeed, thanks :) Just by curiosity, do you think it would be thinkable to take namespace declarations into consideration for the suggestions ? (that would be a huge benefit...

I'm affraid I won't be able to help you much but I'd happily help with tests if needed :) Maybe you know about it , but I just saw [ede-php-autoload](https://github.com/stevenremot/ede-php-autoload)...

Just a side note : maybe it would be a good idea to let the user decide if the language suffix is added to the permalink ? Maybe it would...

Ah, if the language server requires it, then this check probably makes sense (my solution was to create this tailwind.config.js file as a symlink) On Thu, 10 Mar 2022, 05:34...

thanks ! In fact no, phpactor.el calls phactor with call-process-region (code path goes from [here](https://github.com/emacs-php/phpactor.el/blob/654f267a3f6fc05d9cbaa52fc323a91188915047/phpactor.el#L709), [here](https://github.com/emacs-php/phpactor.el/blob/654f267a3f6fc05d9cbaa52fc323a91188915047/phpactor.el#L525) , [here](https://github.com/emacs-php/phpactor.el/blob/654f267a3f6fc05d9cbaa52fc323a91188915047/phpactor.el#L342) and [here](https://github.com/emacs-php/phpactor.el/blob/654f267a3f6fc05d9cbaa52fc323a91188915047/phpactor.el#L380)) so it should be synchrounously. Here's the snippet I've used...

I'm open to it, just unsure what that would change. Please correct if I'm wrong but I guess every PR getting merged is made available directly though melpa, and using...