Tomas R.

Results 176 comments of Tomas R.

How about adding `pointer-events: none;` on the event count and the right arrow?

Seems to have been addressed here: https://github.com/python/typeshed/pull/12586

Looks like this has been fixed by another PR.. https://github.com/python/typeshed/pull/12588

Might be worth to see if we can reuse the "new" React email dialogs for this

For the second point, Indico allows uploading multiple files with the same name so we need to keep at least the attachment id in the URL in order to disambiguate...

It's been like this for a long time (maybe ever since the material upload feature was added?) and there was never a need to change it.

@rashansmith To add deprecation warnings to module-level constants like `DEBUG_BYTECODE_SUFFIXES` I think you can use something like this: https://github.com/python/cpython/blob/4e36dd7d87eb0f1bd1ecd53e368c16a5f75967a0/Lib/calendar.py#L44-L54

I don't think it is. At least there are no deprecation warnings in the code, just for `load_module`.

All of the items mentioned in the issue now raise warnings, I think we can close this issue?

> After this, such templates can be parsed and manipulated, but may have strange interactions with other features. I wonder if it'd be better to either reject these (with a...