Steve Kemp

Results 24 issues of Steve Kemp

Do better with this project, or archive it. At the current state it's a bit of a mess and it's not so useful to others. References for improvement: * https://github.com/nathell/lithium/blob/master/src/lithium/assembler.clj...

Fixed typo Varaibles -> Variables.

* Introduce an Object class * We'll have three objects, `number`, `string`, and `list` * `list` will hold Objects so it can contain strings, integers, or other lists. * Update...

wontfix

I exported the repos of the organization I work within, but that also included repositories which are owned by different organizations. We should support regexp/name/org matching too. Probably the CLI...

Since I had to install on my macbook this week.

The `I` handler is subtly-broken. `I0200 03 0a 0c` ends up inserting the wrong values, which explains why this fails on my real hardware. Suspect we could just upper-case the...

The STRUCT_OBJ type, defined [here](https://github.com/jesseduffield/OK/blob/d150075b0824c6a5c4d45a599755da33b1e1ff8f/ok/object/object.go#L27) is never used. It seems that an instantiated struct describes itself as being a HASH_OBJect [here](https://github.com/jesseduffield/OK/blob/d150075b0824c6a5c4d45a599755da33b1e1ff8f/ok/object/struct.go#L16): > func (self *StructInstance) Type() ObjectType { return HASH_OBJ...

Yeah it feels redundant to file an another issue to complain about spamming, but I guess that's what you did to us. Please apologize, and stop doing this. For reporting...

As part of improving our input handling (specifically correctly dealing with blocking / non-blocking and the use of echo / no-echo) I added calls to `stty`. This broke Windows builds,...

enhancement
help wanted
wishlist

I suspect resolving this will involve a number of changes, but the short version is simple enough: * SUBMIT.COM does not work under your emulator. There is a related utility...