-
Search aggrigation should be applied to the customer view search.
-
In #116 Underscore was removed, and the pattern was shifted to native DOM manipulation.
One potential pattern to consider for future releases could be to use an HTML template inline in the output, …
-
![Reactivity](https://github.com/lifeart/glimmer-next/assets/1360552/362b597a-04bf-44fb-8706-53ee0fff4a80)
-
I think there are valid use cases for DOM APIs like `DOMParser`, `XMLSerializer`, `document.implementation.createDocument()` etc. to be available in web workers. I don't mean having direct access to t…
-
**edit** I wouldn't mind `Node.DOCUMENT_PERSISTENT_FRAGMENT_NODE` name/kind neither
### TL;DR
The document fragment is a great primitive to wrap together numerous nodes and append these directly a…
-
An idea I came up with for my own use:
Create an `` and use absolute positioning to stretch it over the full dimensions of whatever element you want to observe for resizes. Clip it with `clip:rect(0,…
-
### Bug description
When clicking on 'Learn more about this alert' under an active alert
the netdata assistant shows 'Something went wrong'.
'''
Access to XMLHttpRequest at 'https://app.netdata.…
-
https://dom.spec.whatwg.org/#concept-getelementsbytagname has
> When invoked with the same argument, and as long as root’s node document’s type has not changed, the same HTMLCollection object may b…
-
Hi,
What is your opinion about changing [slick.js](https://kenwheeler.github.io/slick/) to [swiper.js](https://idangero.us/swiper/).
It's more complex and has better documentation.
It also can be…
-
In order to support web worker rendering I think we would need a way to do only the diffing part in the worker that generates patches (like with Matt-Esch/virtual-dom) that are plain objects. These pa…