Jan-Pieter George
Jan-Pieter George
The Cloudflare handler will hang until CloudFlare blocks the DNS queries because of too many requests. My guess is that https://github.com/ebekker/ACMESharp/blob/master/ACMESharp/ACMESharp.Providers.CloudFlare/CloudFlareHelper.cs#L96 returns 0 total pages or something alike. Don't have...
What are your thoughts on supporting the new offline sync feature that has been developed for the Android and iOS SDK's? A link to their explanation: https://www.firebase.com/blog/2015-05-29-announcing-mobile-offline-support.html
Sample setup for integration a dotnet version, related to #12
I'd love to add libraries to this for c# and Javascript and follow one data structure setup, instead of cloning, releasing and having to keep the fork up to data...
The current "main visible" install method is the one not recommended. Seen a couple of projects rely on global installs because people just go with that first/visible option.
See the run [here](https://github.com/janpieterz/prettier-cli-repro/actions/runs/9688136493/job/26734102329?pr=1). > Run npx prettier --write . > Error: UndefinedParserError: No parser could be inferred for file "stdin". > Error: Process completed with exit code 1. Looks...
I had an issue on my end sending an access token with wrong, extra data (a `?redirectToken=abc123`) to the access token string. This crashed the docker container reliably, every request...