Tobias V. Langhoff

Results 88 issues of Tobias V. Langhoff

[Atom has released support for tree-sitter parsers.](https://blog.github.com/2018-10-31-atoms-new-parsing-system/) We should make one for PICO-8. [Documentation here.](https://flight-manual.atom.io/hacking-atom/sections/creating-a-grammar/)

enhancement

This package seems more advanced than the one we are forked from: https://github.com/Azganoth/language-lua-plus Might be some work to incorporate relevant bits into this package, and might require massive rewrites. This...

enhancement
help wanted

Convert relevant changes from the TextMate Lua bundle: https://github.com/textmate/lua.tmbundle First check if they have been incorporated into the Atom Lua package, see #3.

enhancement
help wanted

Some people (on the emudev Discord server) seem to be confused by the fact that the table lists `0xCB` as 1 byte and 4 cycles, while all the `0xCB`-prefixed opcodes...

We could apply [this patch](http://www.romhacking.net/translations/2592/) to the Super Connard ROM to provide an English version. Depends on #20, as we would probably want to supply the original ROM as well.

enhancement

http://ludumdare.com/compo/tag/gameboy/ We need those entries scraped. [Contributing](https://github.com/gbdev/database/blob/master/CONTRIBUTING.md)

source

I'm not a Rust veteran, but is there a (fixable) reason why the `ux` types can't be converted directly to `usize`/`isize`? ```rust let x = usize::from(u4::new(0)); // the trait bound...

I might be stupid, but would it be an idea to mention that `git-up` requires the Ruby development package (`ruby-dev`/`ruby-devel`)? I was pretty stumped when I was unable to install...

Hey! Found your emulator on reddit. You've done some great research here to be accurate! But you implement screen wrapping, and say this: > X-wrapping should be enabled, that is...