Edgar Costa

Results 42 issues of 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...

enhancement

enhancement
low priority

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...

bug

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,...

bug

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...

enhancement
low priority
data management

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:...

enhancement
High priority
user interface

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,...

High priority

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...

user interface

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

bug