techrec/server
boyska 7df8d60f1b js: name changed while typing
there used to be a slight bug. Suppose the user types a text in the
input box, and never changes the focus.
Then, she press "Stop". the click and the focus lost happen in nearly
the same moment, which leads to a race in which the name is set only if
the /api/update arrives before the /api/generate.

Sending the message before losing the focus mitigates the issue
2019-11-16 02:20:40 +01:00
..
pages no more autocompletion on recording name 2015-05-04 13:53:59 +02:00
static js: name changed while typing 2019-11-16 02:20:40 +01:00
.gitignore Add archive.html (not linked anywhere) 2014-04-15 01:35:14 +02:00
__init__.py installable on py3 2019-11-15 22:14:11 +01:00
cli.py pyinstaller funzionante 2019-11-15 23:23:05 +01:00
config_manager.py black reformatting 2019-11-15 22:35:45 +01:00
db.py black reformatting 2019-11-15 22:35:45 +01:00
default_config.py pyinstaller funzionante 2019-11-15 23:23:05 +01:00
forge.py black reformatting 2019-11-15 22:35:45 +01:00
maint.py black reformatting 2019-11-15 22:35:45 +01:00
processqueue.py black reformatting 2019-11-15 22:35:45 +01:00
requirements.txt Move to Paste as WSGI wrapper: dev/prod parity! 2014-04-14 22:37:16 +02:00
server.py black reformatting 2019-11-15 22:35:45 +01:00
test_forge.py black reformatting 2019-11-15 22:35:45 +01:00