Nick Muerdter

Results 90 comments of Nick Muerdter

@andyweiss1982: We have external monitoring tools that haven't picked up these type of issues, but sorry for the trouble! Can you provide more details so we can try to get...

Can you share the DNS servers your development environment is using? On Windows, Mac, or Linux, I think you should be able to determine this by running `nslookup developer.nrel.gov` on...

@andyweiss1982: Hm, I'm not seeing any details in your last message. Was there supposed to be a screenshot, or something else? If you were trying to attach a screenshot, you...

If you're on a Mac, I think this is due to differences in `getopt` versions. I think this can be solved if you force kube-dump to use GNU getopts. Here's...

Sorry again for the delay in responding. Yes, I agree this behavior would definitely be ideal, however I'm not sure if I'll be able to get to this anytime soon...

I believe this is a bug with `default_scope` combined with `includes` in Rails: https://github.com/rails/rails/issues/785

And I guess for my own personal preference here, I prefer the readability of ISO 8601 strings instead of unix timestamps. The string approach does mean you have to parse...

Yeah, I don't think we can necessarily make changes like this in any of our existing APIs due to backwards compatibility issues, but I think this would be a good...

@albertRCell: Sorry this slipped past us. The `radius` parameter defines the maximum radius of results returned. However, you must also pay attention to the `limit` parameter, since by default we...

I can confirm I've observed the same behavior in OpenResty 1.21.4.1 where it was not an issue in OpenResty 1.19.9.1. So I'm not sure where the issue lies (luajit or...