Jed Fox

Results 602 comments of Jed Fox

Here’s [link to DevDocs page](http://devdocs.io/tensorflow~python/tf/nn/batch_normalization), and [the original page](https://www.tensorflow.org/api_docs/python/tf/nn/batch_normalization). It looks like they use [MathJax](https://www.mathjax.org/) with a config of `TeX-AMS-MML_SVG`. Should we load MathJax on every page?

What kind of error are you getting @mk-fg? (please open a new issue so we can figure out how to get DevDocs working error-free)

Does having all the docs enabled result in performance issues?

There are still places in the docs where classes are necessary to fix styling. Also, I assume most sites would use fairly clean markup inside of the actual doc contents,...

It seems like the scraper removes the examples (I’m assuming that that’s what you’re talking about): https://github.com/freeCodeCamp/devdocs/blob/58c44bf332d6fca75b1d249439f8ea19c81f5326/lib/docs/filters/bootstrap/clean_html_v4.rb#L19-L33 I think this is intentional, because DevDocs doesn’t include Bootstrap’s stylesheet. One way...

I spent some time experimenting with how SwiftUI lays out `.overlay` (and the related `ZStack`). Here are my observations: - `foo.overlay(bar)` computes the size of `foo` first, then sets the...

> I guess we will have some in the near future as a part of the [DOMKit](https://github.com/swiftwasm/DOMKit) library, but my understanding is that it's not there yet, and is not...

I think a lot of these things will be fixed by abandoning CSS layout in favor of a custom solution in #379

And it would be useful for apps that dynamically generate PDFs based on user input because they’d be able to render a preview in a fixed size box with SwiftUI...

> PDF is a pretty complex format, would rendering to HTML and then converting to PDF from that be a reasonable workaround in the meantime? From my (limited) experience with...