Michelle Tilley
Michelle Tilley
I opened an PR here to begin to address this: https://github.com/BinaryMuse/toml-node/pull/42 Some interesting findings so far.
Thanks for the report, @tomjakubowski. I agree that the library should do something other than just giving the wrong data back. I'll think on this, and am open to suggestions.
After thinking about this, I _think_ my inclination is to throw a `RangeError` if numbers fall outside the safe range. `Number.MIN/MAX_SAFE_INTEGER` can't be used in all browser environments so I...
As implemented in this PR, `RSAParse` already does a `JSON.parse`, so the example would be: ``` javascript RSA.parse(rsaString) ``` Took me a moment to realize this, so perhaps this note...
Thanks for the suggestion, @co16353sidak. We're currently working on some CSS changes to the site and also exploring changing Fiddle so that it can better serve as a good first...
@co16353sidak https://github.com/electron/electronjs.org/issues/2258 might be worth looking into, I'm not 100% certain. @HashimotoYT might have more info!
Hm I thought those were supposed to auto-merge. 🤔 I'll look into that next week, for now I merged manually. I think automatic processes should take over now.
I discovered today that this is listed on [the docs page](https://electronjs.org/docs) under "API Reference" -> "API Contract"
This is the relevant data in `electron-i18n`: ```json "/docs/api/breaking-changes": { "locale": "en-US", "slug": "breaking-changes", "category": "api", "categoryFancy": "API", "href": "/docs/api/breaking-changes", "githubUrl": "https://github.com/electron/electron/tree/master/docs/api/breaking-changes.md", "crowdinFileId": "4278", "isTutorial": false, "isApiDoc": true, "isDevTutorial": false,...
+1; this would be particularly nice for things like the Rails asset pipeline, Snockets/connect-assets in Node, etc.