Kirk Meyer
Kirk Meyer
After trying to uninstall and reinstall lektor, I then got an error: `Cannot import name 'escape' from 'jinja2'`. Researching that led me to manually upgrade Flask, and that appears to...
As expected, the problem was on my end: Somehow `lektor` had gotten installed system-wide by some package, and local and system-wide versions of `lektor` and then `jinja2` were conflicting. I...
Thanks for your interest! One of the general obstacles right now to porting code is that the Neo has a special global data pointer (similar to but not the same...
The lack of toolchain was a primary reason for starting with EhBASIC, since it is assembler and doesn't assume anything about the system it's running on. I created issue #4...
I did update EhBASIC in the recent 0.2 release. It only requires 4kB of RAM now, and doesn't stop scrolling after 16 lines. I know it's not great, but it...
Per the changes referenced in #4, I now got a MicroPython applet compiled and even running (gives Python prompt and takes input), but it then crashes because the structures aren't...
> Would gzip'ing the applet (or similar) (and adding gzip to the applet to decompress it, of course) shrink the size down or is the NEO not powerful enough/would bundling...
Hello! We do not have functions to access the files fully documented quite yet. The file functions are syscalls 102 to 115 and you can see very brief comments about...
The Alphasmart supports 4 keyboard layouts: QWERTY, DVORAK, left-hand, right-hand. After a quick look, I see that unfortunately the keyboard layout support uses a set of hard-coded tables in the...
Ok, I looked at how this works some more. It works like this: 1. Keyboard layouts provide for shuffling of the same keys, translating one key code to another key...