James Ross
James Ross
With the latest commits, this should be good for review. It'll (naively) check if an identifier is valid in JS or not, and only if it's not, will it then...
> I found an edge case which breaks the literal type escaping introduced in this PR: > > ```toml > [vars] > VARIABLE = 'some-"string\\' > ``` Yeah I would...
Tests all passing now, woot! 🥳 Should be ready for a final review and then merge @dario-piotrowicz, thanks!
With `cf-typegen` being a growing thing in many templates, it would be good to see this merged in soon if possible. 👀
I think ignoring keys like `__proto__` is the most common mitigation to this, along with `Object.create(null)` in places over `{}`.
I hit this today with `console.warn('test warn log')` throwing back a: ``` ✘ [ERROR] test warn log ``` 
Hey, thanks for the report. It's exciting to see this in use in node-RED! As for the errors you're seeing, these are result of DNS propagation not working. The plugin...
Thanks Paul. With the verification step on deletion, the script explicitly checks if the record no longer exists. When creating, it of course checks if the record exists and matches...
I'm going to close this since it's been untouched for months. If anyone is interested in working on this in the future, please let me know.
> @Cherry, just wanted to let you know that users here are getting 429's (too many requests) from your service. Yeah 😢 Mojang are heavily rate limiting requests right now,...