roed314

Results 25 issues of roed314

When entering a long line (longer than about 80 characters) in the command line Sage in a terminal window, the characters wrap to the beginning of the same line, overwriting...

When using Firefox 26.0 with many tabs (715) on OS X 10.6.8, with the extensions TabKit 2 and SessionManager. Performance is substantially worse than CodeMirror alone.

It would be nice if the keyword search for talks also searched on the name of the seminar (e.g. if https://researchseminars.org/talks?keywords=symplectic included https://researchseminars.org/seminar/SympZoominar). This is currently technically difficult because the...

enhancement
user interface

In #885 we replaced lmfdb with psycodict, and needed to copy some additional files. Of these, colors and search_boxes can be prunes to remove a bunch of unused code (possibly...

It would be nice if there were options for users to customize what columns show up in an embedded schedule.

It would be nice to have the ability to export other kinds of calendars (such as all talks within a given topic). This should be a pretty straightforward generalization of...

Some ideas: * change the order of the information in the title of the page * create images for each subject, so that when people share on Facebook it has...

Currently when you hide a talk, it hides it universally. There are a couple applications where you'd like to hide the talk on the browse page but show it on...

user interface

`seminars_count` was returning 45 on a query where the correct answer was 0.

bug

Currently, the API inserts rows into the `talks` and `seminars` tables that are not supposed to be displayed (they have `display=False` and `by_api=True`). This makes some code awkward. Instead, here's...

api