Edgar Costa
Edgar Costa
We could also just alert them if a high percentage of the words is capitalized. We can tune up the threshold by looking at the current database. Obviously we can...
Spell checking depends on the language, and it is really hard to figure out proper nouns. On Fri, May 1, 2020 at 8:30 AM Andrew Sutherland wrote: > We might...
The first package looks quite good. On Fri, May 1, 2020 at 9:00 AM Andrew Sutherland wrote: > I was actually only suggesting identifying obviously non-proper nouns, and > only...
@KonstantinUshenin, that use is totally fine. That would seem to fit the "learners" audience option. ``` The options below are roughly ordered from most specialized to broadest. Select the broadest...
The first step would be to avoid imports of lmfdb inside the backend: Here are the main offender imports (I removed duplicates): ``` $ git grep "from lmfdb.*import\s" | grep...
@AndrewVSutherland this sounds like a great idea, except for searching on it.
I think this was issue with the prequery. But we should double check.
We don't do email announcements. This should be easy to do, as it would be very similar to the generation of the calendar. https://github.com/roed314/seminars/blob/master/seminars/users/main.py#L582
That is an issue also in the desktop if you make your window narrow enough.
agree On Tue, May 12, 2020 at 11:52 PM Bjorn Poonen wrote: > There is enough on the site that is self-explanatory, or explained by > knowls, that I think...