Philipp Gortan

Results 26 comments of Philipp Gortan

@myrddin89 can you try adding ``` #! /bin/sh ``` in the first line of your script and make sure it's executable by running ``` chmod +x ~/.config/autorandr/postswitch ``` After that,...

@itzmanish maybe the autorandr systemd service is not started or fails? Can you check ``` systemctl status autorandr ``` before and after sleep?

mohawk2: no, this is also the case when running without bash, because perl itself doesn't handle signals the way it should when running as PID1 - see the OPs blog...

After digging deeper into the code of sass-loader, I think this is a bit trickier than expected. Whereas the generated CSS code is ready to be returned to webpack, the...

I tried to come up with a pull request in order to support additionalProperties: https://github.com/Dorthu/openapi3/pull/63

Hi @bbelghith, we are happy to have you as a contributor - this is open source software. Once you open your first pull request, you will be automagically asked to...

@npomaroli do you know whether this is still the case in the current release?

... or use a new API version for that...

Just discussed with a potential customer, who is looking for A+C (thereby using S3 as a geo-distributed CDN for binaries).

I'm just guessing here: could be a case of https://github.com/mastodon/mastodon/issues/19366 - being caused by a stale cache would explain why it worked a few days later.