Results 46 issues of Adam

The `trumbowyg/widgets.py` file references the `trumbowyg/admin.css` file ([source](https://github.com/sandino/django-trumbowyg/blob/d8e80c482d0022bf3081e4e4a038a2f23c119b26/trumbowyg/widgets.py#L25)), which was deleted in 682ad66504a03430a37b7a8455599c8771dcc5e4 . In addition, when I load the change form in the admin, it tries to load `trumbowyg/langs/en_us.min.js`,...

The "base64" and "upload" plugins both have the `accept` attribute set to `image/*`: https://github.com/Alex-D/Trumbowyg/blob/v2.28.0/plugins/base64/trumbowyg.base64.js#L150 https://github.com/Alex-D/Trumbowyg/blob/v2.28.0/plugins/upload/trumbowyg.upload.js#L212 It would be nice if this was configurable. Currently, any image type is allowed, including...

Looking at [the `extractVideoUrl` function](https://github.com/slab/quill/blob/5d752e3fa8155a9b1ea1ddd99a9ae2d9a04f0ade/packages/quill/src/themes/base.ts#L329-L345), I see that it only supports YouTube and Vimeo. I think Facebook, Instagram, TikTok, and Dailymotion are all popular enough that their video URLs should...

Visual Studio Code used to have no issues with the following code: ```python SOME_SETTING = env("SOME_SETTING", default="fallback") ``` But in recent versions (1.93.1, for example), `"fallback"` is underlined in red....

Is it feasible to add a keyboard shortcut to quickly pause/resume the timer? My keyboard has F keys that go beyond F12 (it goes up to F19). It would be...

enhancement

This is an example of an error message I get when I use `$route` in a ``: ``` error TS2339: Property '$route' does not exist on type 'CreateComponentPublicInstanceWithMixins