backport some improvements from template-live-editor
[?]
Apr 16, 2023, 6:00 PM
5PC2IJZAAAMT3KBPHDB37XLQF7LG7WYR7TGSHNL2LFLRCIOR3LAACDependencies
- [2]
QFFTXR7Enew file-system format for freewheeling apps - [3]
TK4G4GMCexpose a command for the driver to remotely restart an app - [4]
T3LA4DVGnew command: batch GET - [5]
JUTECG5Xbring template-live's protocol in sync with template-live-editor - [6]
TNRO6KLZnew live app - [7]
WIBNGKLFrename
Change contents
- replacement in main.lua at line 180
app.send(app.get_binding(definition_name))local val, _ = app.get_binding(definition_name)if val thenapp.send(val)elseapp.send('ERROR no such value')end - replacement in main.lua at line 192
table.insert(result, val)if val thentable.insert(result, val)end - replacement in main.lua at line 279
-- run failed -> false, error message-- run (pcall) failed -> false, error message - edit in main.lua at line 423
love.timer.sleep(0.001)