-
**Is your feature request related to a problem? Please describe.**
We experience z-index issues in Kibana when using the data grid's full screen mode due to its use of `fixed` positioning. We work ar…
-
Hi, I am using your library, and when some user with Safari: 11 ~ 12 visit my website, my code crash with this error
```
TypeError: t.observe is not a function. (In 't.observe(l,{characterData:!0}…
-
Many pages have dynamic content such as menus. When you click on the menu ANDI doesn't recognize the new focusable items. The user might need to switch modules and hope the menu doesn't close to get…
-
**Is your feature request related to a problem? Please describe.**
Met a use case in which I have multiple existing mutational stages, and I want to catch/hook every mutated and crashing seed before …
-
Certain use cases (e.g. SalesForce, LinkedIn) would greatly benefit from reading and writing website markup and the DOM (i.e. by simplifying tokenization of screenshots).
1) Implement a Chrome Plug…
-
# Feature Request
## Motivation Behind Feature
This feature would enable:
- Modifying html before loading it (i.e. rendering it with some templating engine).
- Smooth development using multi-p…
-
![image](https://github.com/havit/Havit.Blazor/assets/40637314/375389c6-46e0-44b5-bc88-2d80edb32e77)
Can confirm that this is because of the `InvokeVoidAsync` call inside a `DisposeAsync` (the exce…
-
Hey team!
First, congrats for making this library, it's rock solid and super helpful!
I'm building an extension that adds a custom panel to the sidebar. I got that working by checking every X mi…
-
> If the new value is greater, then n new option elements with no attributes and no child nodes must be appended to the select element on which the HTMLOptionsCollection is rooted, where n is the diff…
-
CommonDatabase.kt:
```
fun observe(id: Int, callback: (List) -> Unit) {
if (id in observers.keys) {
throw RuntimeException("Already observing id $id")
} else {
…