Carl Livitt

Results 12 comments of Carl Livitt

At present I'm afraid 64bit is unsupported. We need to port chunks of 32bit ARM assembly for the objc_msgSend tracing feature, which we haven't done yet. We will keep you...

Completely true. Not just that, but much of the code uses some 32bit assumptions that break on 64bit. The msgSend logging code is completely incompatible with 64bit. We're working on...

I got nothing for those. If you can knock something together, great!

I'm seeing this error, too. It's caused by the last point being a repeat of the first point. For example: ``` CHANGE layer tPlace; CHANGE pour solid; Grid mm; SET...

We do not, sorry.

Hi, no we didn't forget - we don't support 64bit right now. As a workaround you can use lipo to extract the armv7 binary from an app, thereby removing the...

Yes, I'm currently doing it on an iPhone 6.

For anyone interested you can apply this diff to the repo and it will give you multi-line completions and multiple choices for completions, although the multiple choices aren't different code...

You're at the wrong layer of the OSI model (layer 3). This is just how TCP/IP works. First SYN, SYN/ACK, ACK handshake and then a bunch of PSH or PSH/ACK...

This is driving me crazy, too. It's this and one other issue ([insertion of line breaks](https://github.com/dustinblackman/oatmeal/pull/62) aka [word wrapping](https://github.com/dustinblackman/oatmeal/issues/16)) that keeps me from using Oatmeal 100% of the time compared...