Edgar Costa
Edgar Costa
Is it possible to place the links to the live stream at a more prominent position rather than right at the end of the knowl talk? For instance right below...
I don't know what eas the data posted ``` Exception on /api/0/save/series/ [POST] Traceback (most recent call last): File "/home/sage/sage-9.1/local/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "/home/sage/sage-9.1/local/lib/python3.7/site-packages/flask/app.py", line...
Cookies “filter_*” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute,...
Add functionality to check that every talk/seminar is also marked with all of its ancestors, and the option to fix this if not. We have been fixing this by hand...
Something along the lines: Our talks are internally stored with UTC offsets and aren't aware of the timezone. Thus, if a timezone changes, for example, no longer observing DST, those...
From Google: > Mobile Usability issues detected on mathseminars.org > To the owner of mathseminars.org: > Search Console has identified that your site is affected by 3 Mobile Usability issues:...
According to Google, many of our users are experiencing extremely long page loads. I'm not so sure I would completely trust those numbers, as the order of magnitude seems off,...
At the moment in the talk knowl we have 3 links ``` Export talk to Google Calendar iCal/Outlook ICS file ``` but we don't give any indication to the non-logged...
We use `datetime.now()` in a couple of places, where perhaps we meant to use `datetime.now(pytz.UTC)`. We should double check this. See #741