Profile_bird

Hey there! wolfsdevdiary is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving wolfsdevdiary's tweets.

Already using Twitter
from your phone? Click here.

wolfsdevdiary

  1. @tlrobinson thanks, I didn't know if Capp already such machinery in place. Sounds like not, which is fine by me
  2. wondering where to hook into if I want my Capp app exceptions Ajax'd to me
  3. @tbalthazar cool, I didn't know that
  4. @boucher I'm following 280north now on github (again), so I should see changes now across projects+branches in my feed readers
  5. @boucher I didn't know. Thanks, but I'm trying to stay on master for this 1.0. This is the last feature
  6. CPWebViewScrollAppKit: auto-hides, but doesn't respect superview resizing CPWebViewScrollNative: always visible with incorrect scrollers
  7. gave up on embedded CPWebViews into CPSplitViews due to CPWebView scrollers/resizing bugs
  8. filed http://github.com/280north/cappuccino/issues/#issue/350 about the behavior I'm seeing. Repro video included!
  9. interesting: the inversion only seems to happen with the CPWebView. And it seems to break the split view resizing as well
  10. weird, in one .xib I have an NSSplitView that loads up inverted (subview top on bottom and bottom on top). Other xib's split view is fine
  11. trying out CPWebView
  12. yay, I have JSON read+write working for my CPDocument-based app
  13. hmm, getting a 'Refused to set unsafe header "Connection"' from [_writeRequest setValue:'close' forHTTPHeaderField:'Connection'];
  14. @boucher yeah, it was just Programmer Error
  15. nevermind, self._foo was undefined just because it wasn't set yet
  16. how do I access my superclasses ivars in Obj-J? self._foo is undefined while super._foo is a syntax error
  17. @boucher agreed. Cocoa is great, except for when it isn't.
  18. @tlrobinson yup, mostly. just need to loop the collection and such
  19. yay, I can lift jquery's ajax.js param() code
  20. ugh, have to roll my own x-www-form-urlencoded_type to couple with CPURLReqeust