Armando Lüscher

Results 167 comments of Armando Lüscher

@TiiFuchs Would make sense to kill it before the next release, what do you think?

Gentle bump... :eyes:

It should be the same as on Apache, just put the config file into `/etc/nginx/sites-available` and then simlink it into `/etc/nginx/sites-enabled`. That's also how Apache does it, right? (I'm not...

Ok, I understand now. I think for that case the best would be to serve nextcloud on a separate internal port and then proxy the request, which would be added...

@BeheniyKys I trust you've been able to achieve what you wanted?

@preslavpetkov I assume you're still faced with this issue? As mentioned in my previous comment, for me it was due to the plugin build failing. What version of PHP are...

@cgsmith I wonder why nobody has messaged you here yet. Here's how I do it, which is pretty straightforward: ```php new OptionsKit( 'myslug' ); // "myslug" here is the one...

I'm running into a similar problem with [symfony/css-selector](https://packagist.org/packages/symfony/css-selector) and [symfony/dom-crawler](https://packagist.org/packages/symfony/dom-crawler). Is there a way to process all siblings? @BrianHenryIE Did you find a solution for this?

@iyamk The parse mode is only hardcoded for system commands, which shouldn't interfere. You could write yourself a little helper class that does any parse_mode setting for you. Feel free...

I've not looked deeply into this yet, but since that data gets passed via a message, you should be able to get it inside your `GenericmessageCommand` class. Have you tried...