James Ross
James Ross
Thanks for the info! I didn't realise `duplicator` was a base GMod thing, sorry - I've been out of GMod for a while 😅. I'm very happy to accept the...
Thanks so much for the detailed feedback, this is really great! I'm glad it's working well in Sandstorm for you. As you noted, ACME.js does have its own `propagationDelay`, but...
Published most of these suggested changes in [`1.2.0`](https://www.npmjs.com/package/acme-dns-01-cloudflare/v/1.2.0). Thanks for the fantastic feedback!
> Huh, doesn't greenlock.js itself use ACME.js? It does, but the `propagationDelay` gets stripped somewhere in the middle of the challenge module being passed around greenlock to ACME.js. > Hmm,...
Marking this for hacktoberfest. We should use GitHub Actions. Please see https://github.com/nodecraft/b2-cloud-storage/pull/14 for an example on what needs to be included (code coverage can be ignored for now). This could...
Thanks @abskmj! Let be know if you have any questions.
Looks great, thanks @abskmj!
For my first Web Almanac contribution, I’m interested in being an editor for this chapter.
As a first time Web Almanac contributor, I’d be happy to join this chapter as an editor.
The general `cloudflare` SDK makes sense outside of Workers, but bindings inside of Workers are faster and more secure - no additional authentication required, so using it inside a Worker...