MK

Results 79 comments of MK

I tried to do what @shinji257 did (removing `serveralias` from the userdata file), and now I'm getting a different error: ``` Error occurred: Status: 400, Detail: DNS name was empty,...

Well you [already](https://github.com/LeaVerou/awesomplete/blob/gh-pages/awesomplete.js#L118) have it disappearing on `blur`, so I figured that just complementing that with `focus` made sense.

I started playing around with a simple implementation (http://jsfiddle.net/kohenkatz/fmgh29qo/2/), but JS's use of "falsey" values means that the existing code treats a 0 the same as not providing a value....

@ghostsquad I was just looking at this too, and it is correct, just hard to read. If you switch the order of the `if` statements, you will see that it...

> One could also argue that this is actually not really relevant during normal operations and only has a value during debugging, so we could make it a debug log...

In the Wikipedia article on [Time in Canada](https://en.wikipedia.org/wiki/Time_in_Canada), there is this note on `America/Toronto`: > Legally includes all of Ontario east of 90th meridian west, but in practice only applied...

I've been surveying how other tools do it and it seems that most of them just output the string directly instead of trying to deal with the AST. That's what...

@ckuai Not sure why that would be true, unless you switched to WSL 1. WSL 2 still has no support for `AF_UNIX`-based socket communication with Windows programs. (See https://github.com/microsoft/WSL/issues/4240)

I have been trying to troubleshoot the ARM64 builds failing in buildx/QEMU for 11-3.0-alpine (which just got changed to 3.1, but I don't think that matters), and I discovered something...