Joe Pea

Results 958 issues of Joe Pea

So, instead of re-building, we can perhaps toggle a checkbox to show reverse arrows.

I'm perusing for tools to read bitmap file content, and stumbled on this. Neat! In the web, reading a bitmap file can yield an `ArrayBuffer` with the binary data, like...

README says > Writing React.js components is simpler than writing native DOM code. Have a look at some of the winning libraries in the [Stefan Krause benchmarks](https://www.stefankrause.net/js-frameworks-benchmark8/table.html). Some of the...

The [article](https://jasonformat.com/element-worklet/) mentions > What DOM APIs should be available to Element Worklet code? Can WorkletElement provide a sufficient API surface to allow current libraries and approaches to be reused...

A pattern seen in some custom element libraries is that they allow the end user to import the class, and for the end user to decide with which name to...

https://github.com/trusktr/geometry-interfaces/blob/186fbcdb5d154ef2cbe650df95af6d7acb5bca9c/src/DOMMatrixReadOnly.js#L7-L12 Are the labels there (m11, m12, etc) correct? According to what I put there, the labels are not the same as for (for example) CSS `matrix3d()` args. So either...

Implement missing methods.

help wanted

I've got some code, with a stack trace, along with the original file and source map. What can I import and call in order to manually process the stack trace?...

A few issues: ## 1 Ignore `-` symbol between type and description I have several `@param` tags. The output in my template is like this: ![screen shot 2016-05-15 at 9...

It's been a while, but I'll be coming back to dox! Question: does dox look at the comments when it can't infer from the code? Can we make it prioritize...