Michael Härtl

Results 201 comments of Michael Härtl

This is a matter of documentation. I agree to @samdark that we don't need a Nginx image. We can include a simple `nginx.conf` in a `docs` directory. Or maybe simply...

Even more condensed, it's all about how to configure the Nginx image to include this config: ```nginx server { server_name www.example.com; charset UTF-8; access_log /var/log/nginx/www.example.com.access.log; error_log /var/log/nginx/www.example.com.error.log; location / {...

@samdark Thanks for the update. I didn't look much at 3.0 development but is this library here still relevant? Or will maybe something like this be included in Yii itself?...

Ok. Then maybe I keep this open and change the title. Feel free to add ideas/notes/whatever. I'm not sure though if I find time to port this to 3.0 when...

Apart from the concept this should also include a clear guideline where to use it and where not. Also a couple of real world examples and use cases from inside...

Hmm, I'm not against adding more flexibility here, but can you show me some examples, which arguments you want to render with this? If we change this, we really need...

@mu4ddi3 Hmm, I'd prefer to separate things a bit more. How about this: ``` function addArgs($key, $values, $separator = ' ', $escape = null) $values = [ 'value1', 'value2', ['value3',...

@mu4ddi3 Thanks for the feedback. Same here: Busy times. It will take a while (some weeks), but I will take care of the changes and let you know. Maybe you...

@schmunk42 Feel free to file a PR for this ;).

I have the same issue on Linux Mint. This has been working before. I don't know when it stopped but now I have to re-open syncthing-gtk via the menu even...