T.J. Crowder
T.J. Crowder
A couple of tests to add to the octal literal handling tests: 1. In loose mode in a JavaScript engine hosted in a web browser, the following is required to...
I don't know if this is expected to work or being used incorrectly, but the [private methods proposal](https://github.com/tc39/proposal-private-methods) has this ecmarkup with `del` and `ins` inline within a grammar production...
### Describe the bug Apologies in advance if I've got the wrong end of the stick, but I think the [recent PR adding `HttpStatusCode`](https://github.com/axios/axios/issues/4889) missed out the runtime aspect of...
I happened to notice two issues with `fetch` calls in the documentation: 1. Not checking HTTP success (several sets of pages) 2. Not reading the response body, but seeming to...
Marko looks cool! Please add a browser compatibility list or statement somewhere in the docs, ideally in the introduction. https://markojs.com/ [doesn't (currently?) work on IE11](https://github.com/marko-js/markojs-website/issues/29), so I went looking to...
A [combobox](https://en.wikipedia.org/wiki/Combo_box) is a combination of an input and a select list: You can either choose from the list or _enter your own value_. Am I missing it, or does...
For instance, if a default parameter value uses a function: ```js const isArrow = require("is-arrow-function"); const arrow = (a = Math.random(10)) => {}; console.log(isArrow(arrow)); // false, should be true ```...
Currently the [typing events](https://preactjs.com/guide/v10/typescript#typing-events) section of the TypeScript documentation just mentions DOM event types and using a `this` type annotation to control the type of the element associated with the...
Thank you for this comprehensive sample. ### This issue is for a: (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ]...
### Should this be an RFC? - [x] This is not a substantial change ### Which package is this a feature request for? Lit Core (lit / lit-html / lit-element...