Sander Marechal

Results 20 comments of Sander Marechal

This appears to be a bug specific to the node 10 and npm 6 versions shipped with Ubuntu 20.04 focal

Any progress on this? @stof can this be added instead of #107? This is something I could really use in continuous deployment.

No I don't. I use a combination of volatile and exclusive tags. I.e. I have a "www" tag on screen 2 for my browsers. When I move one of my...

Thanks, I will try that. Is there any way to have Tyrannical create the correct tag for the client using it's matching strategy, similar to the requests in #80 and...

Just throwing in a wild idea here. I recently build a largish Symfony application that uses ParamConverter a lot. The most annoying thing for me isn't that the options can...

@frastel To prevent duplication, perhaps instead of tagging services with routenames, you can add the required converters to the route configuration? Alternatively, make tagging optional and select converters by parameter...

I have the exact same problem. AAAA validation fails because it gets back a SERVFAIL and dns_get_record() returns FALSE, even though an MX record and A record exist. Perhaps you...

I too would like the requirement dropped. The situation with Debian is a little different than @tpetry mentions. Debian has backported the fixes to PHP 5.3.3-7+squeeze4 (the current version in...

@Adduc Debian has backported all of that to it's PHP 5.3.3 version, including the new $2y$ hash from 5.3.7. This library works perfectly on Debian (and Ubuntu and probably a...

I agree with Crell. That also solves a potential problem where people use Composer to download this library on a machine with a good PHP version, but rsync or push...