Adam Anderly

Results 56 comments of Adam Anderly

Let me come up with a way to check for that. Stay tuned.

Drew, Feel free to follow the existing code and submit a PR with this patch. Let me know if you have any questions. Adam

@fellars, Thanks for your feedback and opening this issue. @kentonv mentioned in [this thread](https://community.cloudflare.com/t/worker-exceeded-cpu/36053/15) that the “exceeded CPU” error actually means “exceeded resource limits." So, it could be that we're...

Ok, thanks for clarifying. The router is the only substantial amount of code in this library, so I think that's got to be where the issue is. I'll review and...

@kentonv thanks for the recommendation. I'll check it out.

Hi @ghuntley, I don't have firm plans on it yet, but I am open to converting over to netstandard and certainly take PRs. Additionally, it would need to support v2...

Thanks for reporting. I'll take a look. The library is due for a refresh. Planning on a fluent, chainable style API for next version with async support, but I'll see...

@weppos My initial thought is I don't think we'll plan on supporting API v2. With's DNSimple move to OpenAPI spec via Swagger Editor, this should make generating an API client...

@weppos thanks. Sorry, I just realized you work for Dnsimple. I was looking into autorest to see what kind of generated c# client it would provide. Looks like it doesn't...

Ok, I'll keep looking for a good option for a c# generator that supports 3.0 and I'll keep my eye on autorest for when they add support. Ciao!