Results 27 comments of Dan Christensen

Any chance for AX_ZONEINFO to be more cross-compile friendly?

That helped, thanks! An additional issue that I ran into is that `ltrcc` will build for the `--host` instead of the `--build` (no HOSTCC/etc. type plumbing). I'm not sure if...

This also manifests when renaming a list of files that happen to share a running number. For example, from an empty test directory: ``` echo 01 > 01.txt echo 02...

I ran into this and was also annoyed, kind of brute force fixed it, probably not a great implementation: https://github.com/opello/vimv/commit/4a94aba731116e4397a066e46af3b9c3b3862951

It seems that steamcmd is failing during start up to create threads because clock_gettime64 fails to return: ``` clock_gettime64(CLOCK_MONOTONIC, 0xffc97d9c) = -1 EINVAL (Invalid argument) ``` And when trying to...

After having done a fair bit more investigating and playing with this issue, it sure seems like the problem is that Synology added system calls that were then later used...

> The rest of this comment refers only to the problems seen on Synology systems. The short version is that I think these will have to be "won't fix" from...

@treloret I think what you've done in #243 is just fine. I didn't go check the Item[String] exception behavior when implementing my solution and I prefer to "look before you...

I updated this PR with a new fix. Instead of iterating the cookie collection directly one lookup is performed and cached locally. The cached instance is tested for null (the...

FYI, Re: RCS: #1097 -- I haven't tested it, read through it when I saw it and it seemed pretty good though, for whatever that's worth.