Mark
Mark
When I evaluate eg. "Transcript show: 'foo'" I get no transcript frame, nor does the buffer list show anything that looks like a transcript buffer. With version 0.1.
Brought in Gzip header changes from ParserExample and reduced complier warnings & depreacated GC related errors. Still get odd warnings about the weak CFNetwork symbols not being declared - perhaps...
Awesome extension. One problem I've noticed is that url shorteners cause it to fail - eg. use it on a link on twitter.com and you get a ~320 byte download...
Hi Indragie, I know you probably don't care about CocoaPods, but it would be handy if the master repo had a podspec :)
``` swift let a = scrollView.right == view.right - 100 let b = scrollView.right + 100 == view.right ``` would appear to be equivalent, no compile or runtime error occurs,...
Hi, Users of this SDK now need to provide Apple with privacy details for their apps, which includes any data sent to Uber's servers by embedded SDKs. Since these details...
Thanks for the awesome plugin - works great, only there's no way to avoid uploads overwriting files of the same name. Would be great for galileo_receive_file to take an optional...
patch: ``` 3204c3204,3206 < (cond ((boundp 'compilation-error-regexp-alist-alist);; xemacs 20.x --- > (cond ((and > (boundp 'compilation-error-regexp-alist-alist);; xemacs 20.x > (boundp 'compilation-build-compilation-error-regexp-alist)) ```
As per the Si4702/03-C19 Internal Crystal Oscillator Errata, polling on the io bus during seeking can cause oscillator jitter reducing seek locking etc. Avoiding it will require using an arduino...