Andrew Meyer

Results 122 comments of Andrew Meyer

I think the idea here is that even though `.nvmrc` already provides this functionality, having a more generic cross-implementation `.node-version` file would be beneficial. As @ljharb pointed out though, interoperability...

How do you currently do it with Python and PHP? Don't those need a server?

Maybe you could try compiling [Rubinius's implementation of `Regex`](https://github.com/rubinius/rubinius/blob/master/kernel/common/regexp.rb) with [Opal](http://opalrb.org/)?

@firasdib So do you think it would be feasible to compile [Rubinius's implementation of Ruby's `Regex` library](https://github.com/rubinius/rubinius/blob/master/kernel/common/regexp.rb) to JavaScript using [Opal](http://opalrb.org/)? That seems like it could work, at least in...

@firasdib Yeah, Opal's native implementation of `Regex` does just use JavaScript's native Regex under the hood. That's why I recommended _using_ Opal to compile [Rubinius's implementation of Ruby's `Regex` library](https://github.com/rubinius/rubinius/blob/master/kernel/common/regexp.rb),...

DNS over TCP is a mandatory part of the DNS spec: https://datatracker.ietf.org/doc/html/rfc7766#section-5 As for the missing TCP binding, that's very strange since `-p 53:53` should bind port 53 TCP. Does...

FYI this appears to be related to #295

How frequently is the server migrated to another machine? Even if you solve the ACME-DNS problem, you may start running into Let's Encrypt's rate limits if the migration happens frequently...