Ashley D'Andrea
Ashley D'Andrea
Yes, I'd like to have the option to suppress (or permit?) tracebacks specifically and keep other output. As for the line numbers, see [this example](http://www.kuwata-lab.com/kwalify/ruby/users-guide.01.html#schema-seq). Both of these would be...
Ah, sounds good, and understood about the linenumber thing. Honestly, for me, the path is plenty. For folks who are used to going to line X and fixing something, then...
+1 for table rendering. I see [markdown2.py](https://github.com/math2001/MarkdownLivePreview/blob/master/lib/markdown2.py#L82-L84) has table support via [GFM](https://help.github.com/en/github/writing-on-github/organizing-information-with-tables) and [PHP Markdown Extra](https://michelf.ca/projects/php-markdown/extra/#table), but I don't see it rendering.
Ah-ha! Try assigning the root view controller to `window.rootViewController` instead of adding that controller's view as a subview of window: ``` if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) { UINavigationController *navController = [[UINavigationController...
Wow, it sounds like we're in the same boat here! No effect, really??? Hmm. That's the only thing I changed in the Enormego code base, and that's what solved it...
It's an image that I have within my app bundle (the placeholder/default images). I will email a few of them to you. They're pretty small (50x50 png source). This seems...
More info! Looks like CGImageGetBitmapInfo returns 3 (instead of 2) for my default images. For the record, it's 8 bits per component, 3 components, color space model 1, and then...
Eureka! See this SO item, in particular the normalize method. Once I added that to UIImage+Common, then called it up-front in the various helper methods, all the errors went away!...
Seconded. Trying to use OpenShift Playgrounds (linked from the kbe site), and there's no minikube command. Unsure if there's another way to get to iptables (?).
Correction: Kube DNS appears to be there, but the host is unreachable. ``` $ kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 172.25.0.1 443/TCP 181d openshift ExternalName...