c0d3st0rm

Results 9 comments of c0d3st0rm

I tried that, and I got a multi-million line 100MB diff - is https://github.com/llvm-mirror/llvm/commit/1a38f4851fe55b6b5c20b5744baf75ffe5900e9c the correct commit? Is zapcc reformatted with `clang-format` or any similar tools, compared to the llvm...

Directory structure looks to be the same, but I'll check the EOLs (although I'm not sure if those would affect a patch). I thought 100MB was a bit large. Did...

Even after a `clang-format`, I'm still seeing a 100MB diff - not sure what I'm doing wrong here.

On this topic, I'm attempting to make some kind of headway into assigning a MicroBitButton instance to a certain pin, however: the memory for the object is dynamically allocated using...

okey dokey, thanks!

@dpgeorge: > Then we need to make things complicated by returning a list of events (in the order they occured), much like accelerometer gestures. What functions, similar to the accelerometer's...

What about providing something like the is_long_pressed (and other similar high-level, useful functions, such as was_clicked, was_double_clicked, etc), and an event queue with a get_events function, returning a tuple? On...

@dpgeorge I did come up with [this](https://github.com/JoeGlancy/micropython/), but I'm not sure if any of the extra button functions are much use except for `is_long_pressed`, and possibly `was_clicked`, so I didn't...

This is more of a terminal issue than a ponysay issue. As a contrast, try xterm (which should work perfectly). But I agree with Mattias, looks like the only thing...