alexkiro

Results 25 issues of alexkiro

It would be great to provide an easy for to handle clicking on a word. As far as I can tell there is straightforward way of doing that. Even the...

enhancement

There is an XSS in the peer-dependecy chain (details here https://github.com/advisories/GHSA-76p7-773f-r4q5). I believe this is solvable by upgrading mocha to [10.6.0](https://github.com/mochajs/mocha/releases/tag/v10.6.0) or later. As mocha has already updated their dependecies...

It would be great if this package would include typescript type definitions.

Running an accesibility check on the component reveals that the `aria-controls` attribute of the searchbox points to a non-existing element id. --- I'm using this [browser extension](https://chromewebstore.google.com/detail/axe-devtools-web-accessib/lhdoppojpmngadmnindnejefpokejbdd) to check. Ran...

https://docs.djangoproject.com/en/5.2/topics/db/models/#multi-table-inheritance As far as I can tell, you can't create a view using multi table Django's inheritance. It would be useful to also have this option.