Bob Myers
Bob Myers
No, you should use object spread syntax here. ``` config = { title: "Foo", body: "Bar", buttonText: "Baz", cancellable: true ...config}; ```
When I transpile `class Foo { @decorator x; }`, it just removes the entire reference to `x`. When I transpile `class Foo { @decorator x = "X"; }`, it generates...
Sorry if "issues" is not the right place for this type of question, in which case let me now where to ask instead. I want to integrate plas.io into an...
Perhaps a minor point, but would it not be better to use `@types/recaptcha` for `grecaptcha` instead of having to cast `window` to ``?
Unless I am missing something, implementing recaptcha is going to fail some or many e2e tests, since the test logic is not going to be able to deal with the...
What is the recommended approach for pretty table formatting, such as a background for header rows, etc.?
I wonder if you would be open to harmonizing/integrating this proposal with other shorthand improvement proposals, such as mine at https://github.com/rtm/js-pick-notation, in the interest of getting more momentum in the...
The `mappings.js` file does not support a `description` attribute on `textfield`s, even though Android itself does support this. Add it.
My personal style is that instead of inserting blocks of text from Wikipedia, I like to just insert the link to the Wikipedia page. It would be lovely if this...
I can't find `saveState`, which is the latest version shipped with three.js, and which some stuff I wrote around the controls needs.