Alexey Shamrin

Results 29 issues of 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...

agvtool? About box?

someday/maybe

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: -...

someday/maybe

* 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...

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...

enhancement
help-wanted
admin-related

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...

docs