Alexey Shamrin
Alexey Shamrin
I'm following through the Shooter tutorial. It's very nicely done, thank you! However, I've spent 5-10 minutes figuring why Lobster fails when there's space between `for` and `(`. I found...
Before doing any significant work on the app we need to: - [ ] have noticable non-official status disclaimer on home page, in .dmg image and in (non-existent) About box...
The app was changed since current screenshot was taken: - the first menu item now correctly chooses between "Pause" and "Play" - fonts are now larger (#14) Bonus point: -...
* Add `./git-fix-modules.sh`, a more helpful replacement for `git submodule update --init`. * Add TUTORIAL.md * Add test TODO for later PRs: * [ ] remove `url = .` suggestion...
should fix #19
When referencing undefined symbol in the grammar rule, the following is throwed: ```Rule "bla" is not defined. ``` It's nice, but line number would be even better. I tried implementing...
Markdown is nice, but it's not so easy for nontechnical editors that Lektor caters to. Embedding ProseMirror could help with this problem: > Say you have a site that allows...
My Tornado app needs to have bidirectional communicate with the worker thread spawned by `.run_in_executor`. Starting a worker thread takes time. It needs to initialise an expensive network connection before...