Adrian
Adrian
Not removing it would also allow for something similar to ruff's ecosystem checks. Not sure if such checks exist atm (I found some issues related to them but no actual...
After looking at https://github.com/felddy/foundryvtt-docker/blob/develop/src/patch_lang.ts I think a possible fix could be patching Foundry so it does not use `SETUP.UpdateHint` but a different label. However, considering how ugly that would be,...
Upstream support for something like `--noupdate="message why updates are not possible"` could be a clean option :)
Having to use `parentNode` here feels super awful. Usually there's `ref={preview}` so I should have some way to get access to that ref... This is especially important when wrapping the...
This belongs in the markupsafe repo, not in the flask repo...
Considering that 3.13 is still in early alpha, I think the fastest way to get closer to a fix (assuming this is something that needs to be fixed in markupsafe),...
Currently this does not work well with long category names 
There are still a few comments unanswered - maybe github collapsed those and you missed them? - https://github.com/indico/indico/pull/5931#discussion_r1504434819 - https://github.com/indico/indico/pull/5931#discussion_r1504449462 - https://github.com/indico/indico/pull/5931#discussion_r1504462199 - https://github.com/indico/indico/pull/5931#discussion_r1504464185 - https://github.com/indico/indico/pull/5931#discussion_r1504464794 - https://github.com/indico/indico/pull/5931#discussion_r1504475731
@VojtechPetru are you able to share either an example plugin that uses these signals or your real plugin (even if privately e.g. via email or by granting me access to...
When testing with your plugin, I noticed some minor issues: 1) warning about changing between controlled and uncontrolled fields. this is a bug in your plugin though, you need to...