Dave Lee

Results 148 comments of Dave Lee

> This approach seems very promising. It does sounds promising! I'm using `git-imerge` for the first time, and the above filling strategy sounds like it would be helpful for my...

Thanks for the pull request. I did something similar recently, but without the arguments. Have you tried wrapping the code in a function? Or alternatively, a class method or a...

Thanks, and sorry for the late reply. This looks good, but I'm also wondering if we should consolidate `pinternals` and `pivar`? Should we discuss that now, or leave that for...

Related, a command I came across last week is: ``` language objc class-table dump -v ``` This prints ivars and their offsets, but it also prints methods too, which adds...

@longv2go I'm following up on outstanding pull requests. Sorry for the long silence. Note that since this time, a `-a` flag was added to `pinternals` which calls the debugging helper...

can this be closed?

I've wondered about this too, but have never looked into it. It would be great to have, however I don't know if Xcode is going to be a willing participant....

No updates. I'm not sure there's much that can be done from within chisel to make this work.

Does this work? ``` pjson `response` ```

I think this problem can be resolved by #228. If you'd like to try this on your machine, I can help you with that.