Pradyun Gedam

Results 1572 comments of Pradyun Gedam

> Responsiveness/Load times Throttling myself to "Good 2G" speeds in Firefox's development tools, disabling cache and loading https://sphinx-book-theme.readthedocs.io/en/latest/ today takes... 59s to load the page. :o The main culprits for...

Here's the screenshot of the dev-tools (full screen, zoomed out to show all assets)

Using this theme with https://github.com/pradyunsg/sphinx-themes, gives the following loading times for the various pages. (image below) ![Screenshot 2020-08-11 at 12 08 23 PM](https://user-images.githubusercontent.com/3275593/89865465-69e9de80-dbcb-11ea-9eba-f44f802bfc02.png) This is actually decent, with the page...

Here's one way to do all of those, as a list of dictionaries that the user can provide in their theme configuration. ```py [ # Page { "label": "Page", "page":...

I have. You have an explicit list of widgets there, each of which is special-cased in the actual logic as well. We're discussing a more general way to do things;...

> The pydata theme lends itself to some - in my opinion - questionable practices that reverberate on math elements (e.g., overflow). I'm pretty sure this would be considered a...

> However there are still some minor issues such as word wrap (e.g., see [1] on mobile) that I believe are amenable to being solved by Bootstrap [2]. FWIW, you...

> [pradyunsg/furo@`main`/src/furo/navigation.py](https://github.com/pradyunsg/furo/blob/main/src/furo/navigation.py?rgh-link-date=2022-01-13T02%3A52%3A26Z) Note that this is closely coupled with: https://github.com/pradyunsg/furo/blob/d6b217f8bb021f137928aa30f1b41e829e87d73f/src/furo/assets/styles/components/_sidebar.sass#L93

:) FWIW, I'd be fine with changing this to a info log in urllib3 in a 1.x release, as long as the same release also adds some mechanism that pip...

A different approach would be having a callback instead. The default value/implementation for that callback would do the same `logger.warning` call, as is being done currently. The main point is...