Edgar Costa
Edgar Costa
Suggested through the feedback form: > With the aim of easier browsing through the massive of seminars, it would be quite convenient to have some sort of horizontal delimiter in...
The deleted column is a monolithic attribute on all the versions, the API should not be able to set it on a single version.
These past days we have been tricked a couple of times by the count and search function giving different results. We assumed that there was a bug in the count...
We used to list `(online)` on every talk and every series. The "Livestream" box, shows if a talk hs an online presence. What should we do to indicate that a...
We should have an easy way to enable a banner notifying users of planned downtime, e.g. ``` The site will be undergoing maintenance for about 5 minutes at . ```...
If one edits a series and adds topics for the first time, we should pass those along to the talks of that series that also have no topics set. Or...
--- ## Python Code ```python cm_opts = ([1] + [d for d in [3,4]]) ``` Command Line ```shell $ autopep8 --diff --recursive --aggressive --select E27,W504 foo.py --- original/foo.py +++ fixed/foo.py...