Here's how GITHUB.COM makes money* and how much!

*Please read our disclaimer before using our estimates.
Loading...

GITHUB . COM {}

Detected CMS Systems:

  1. Analyzed Page
  2. Matching Content Categories
  3. CMS
  4. Monthly Traffic Estimate
  5. How Does Github.com Make Money
  6. How Much Does Github.com Make
  7. Wordpress Themes And Plugins
  8. Keywords
  9. Topics
  10. Payment Methods
  11. Questions
  12. Schema
  13. External Links
  14. Analytics And Tracking
  15. Libraries
  16. Hosting Providers

We are analyzing https://github.com/squidfunk/mkdocs-material/issues/2142.

Title:
Vertical scrollbars on MathJax formulas in material version 6.1.7 Β· Issue #2142 Β· squidfunk/mkdocs-material
Description:
I've read the contribution guidelines and agree with them I've found a bug and checked that ... ... the problem doesn't occur with the default MkDocs template ... the problem is not in ...
Website Age:
17 years and 8 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

  • Video & Online Content
  • Technology & Computing
  • DIY & Home Improvement

Content Management System {πŸ“}

What CMS is github.com built with?


Github.com is built with WORDPRESS.

Traffic Estimate {πŸ“ˆ}

What is the average monthly size of github.com audience?

πŸš€πŸŒ  Tremendous Traffic: 10M - 20M visitors per month


Based on our best estimate, this website will receive around 10,653,634 visitors per month in the current month.

check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush

How Does Github.com Make Money? {πŸ’Έ}


Subscription Packages {πŸ’³}

We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.

How Much Does Github.com Make? {πŸ’°}


Subscription Packages {πŸ’³}

Prices on github.com are in US Dollars ($). They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 5,316,035 paying customers.
The estimated monthly recurring revenue (MRR) is $22,327,346.
The estimated annual recurring revenues (ARR) are $267,928,149.

Wordpress Themes and Plugins {🎨}

What WordPress theme does this site use?

It is strange but we were not able to detect any theme on the page.

What WordPress plugins does this website use?

It is strange but we were not able to detect any plugins on the page.

Keywords {πŸ”}

squidfunk, issue, scrollbars, css, commented, fjp, problem, bug, mkdocs, owner, fix, vertical, material, version, doesnt, added, docs, open, sign, mathjax, overflow, edited, edits, reproduction, resolved, source, issues, projects, formulas, closed, customizations, related, formula, tested, works, python, reproduce, extra, author, link, dont, check, file, minimal, navigation, mkdocsmaterial, pull, requests, actions, security,

Topics {βœ’οΈ}

pip show mkdocs-material org/project/mkdocs-material/ fjp edits author squidfunk edits owner vertical scrollbar shown mint material installation completed squidfunk added docs/custom_theme markdown_extensions default mkdocs theme 8/site-packages/mkdocs extra css file bug resolved issue open projects /diffbot/theory/motion local/lib/python3 md-typeset div reproduction issue lacks comment metadata assignees docs/css/ folder closed issues default mkdocs template additional css docs/css/scroll {{ base_url }}/css/scroll projects milestone /home/fjp/ vertical scrollbars vertical scrollbar squidfunk closed page source related issues reproducible test case mkdocs configuration material version 6 mathjax formulas manage issue persists docs prefix official docs //fjp mkdocs serve mkdocs --version added arithmatex source problem description extra css scrollbars anymore πŸ‘ /css/scroll github-pages python --version

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • Already have an account?
  • Could you try to apply the following extra CSS to see whether the error goes away?
  • Did I forget to configure something?
  • It doesn't 404?
  • Org/project/mkdocs-material/?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:Vertical scrollbars on MathJax formulas in material version 6.1.7
      articleBody:<!-- ⚠️ WARNING Half of all issues created do not contain enough information to help or are not appropriate for the issue tracker (i.e. one-line questions). If you think you found a bug, follow the steps outlined below closely. Any issue that does not meet these conditions may be closed unnoticed. Why? Because the maintainers of this project are wasting a lot of time answering questions that are not directly related to this project. If you have a question, please ask your question over in "Discussions", so other users can help you work towards a solution. Make sure that your request fulfills ALL of the following requirements. If one requirement cannot be satisfied, please explain in detail why. --> - [x] I've read the [contribution guidelines][1] and agree with them __I've found a bug and checked that ...__ - [x] ... the problem doesn't occur with the default MkDocs template - [x] ... the problem is not in any of my customizations (CSS, JS, template) - [x] ... the documentation does not mention anything about my problem - [ ] ... there are no open or closed issues that are related to my problem ## Description <!-- Please provide a brief description of the bug --> The following formula shows a vertical scrollbar using MathJax. I know there exist other related issues to this (for example: #2048 and #484) which solve this but the problem seems to be still there: ``` $$ v_i = \frac{\Delta s_i}{\Delta t_i} $$ ``` ![image](https://user-images.githubusercontent.com/1286618/102754772-be694b80-436d-11eb-951f-a1834a745cdd.png) ![image](https://user-images.githubusercontent.com/1286618/102754902-f2dd0780-436d-11eb-8f3a-ad4ed690b66c.png) You can find the documentation where this happens hostet here using github-pages: https://fjp.at/diffbot/theory/motion-and-odometry/#distance-velocity-and-time I tested locally with the default mkdocs theme and there it works, no scrollbars appear. I am using a [custom_dir](https://github.com/fjp/diffbot/tree/noetic-devel/docs/custom_theme) for the required javascript and added arithmatex in my [mkdocs.yml](https://github.com/fjp/diffbot/blob/noetic-devel/mkdocs.yml#L12) ### Expected behavior <!-- Please describe what you expect to happen --> No vertical scrollbars on mathjax formulas ### Package versions <!-- Please provide all package versions --> * Python: `python --version`: 3.8.5 * MkDocs: `mkdocs --version`: 1.1.2 from /home/fjp/.local/lib/python3.8/site-packages/mkdocs (Python 3.8) * Material: `pip show mkdocs-material | grep -E ^Version`: 6.1.7 ### Project configuration <!-- Please provide your mkdocs.yml to a reasonable amount of detail --> ``` yaml theme: name: material highlightjs: true custom_dir: docs/custom_theme markdown_extensions: - admonition - pymdownx.arithmatex: generic: true ``` ### System information <!-- Please provide your operating system and browser version --> * OS: Ubuntu 20.04 * Browser: Tested with Chromium, Chrome, Firefox [1]: https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md
      author:
         url:https://github.com/fjp
         type:Person
         name:fjp
      datePublished:2020-12-21T08:20:28.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:12
      url:https://github.com/2142/mkdocs-material/issues/2142
      context:https://schema.org
      headline:Vertical scrollbars on MathJax formulas in material version 6.1.7
      articleBody:<!-- ⚠️ WARNING Half of all issues created do not contain enough information to help or are not appropriate for the issue tracker (i.e. one-line questions). If you think you found a bug, follow the steps outlined below closely. Any issue that does not meet these conditions may be closed unnoticed. Why? Because the maintainers of this project are wasting a lot of time answering questions that are not directly related to this project. If you have a question, please ask your question over in "Discussions", so other users can help you work towards a solution. Make sure that your request fulfills ALL of the following requirements. If one requirement cannot be satisfied, please explain in detail why. --> - [x] I've read the [contribution guidelines][1] and agree with them __I've found a bug and checked that ...__ - [x] ... the problem doesn't occur with the default MkDocs template - [x] ... the problem is not in any of my customizations (CSS, JS, template) - [x] ... the documentation does not mention anything about my problem - [ ] ... there are no open or closed issues that are related to my problem ## Description <!-- Please provide a brief description of the bug --> The following formula shows a vertical scrollbar using MathJax. I know there exist other related issues to this (for example: #2048 and #484) which solve this but the problem seems to be still there: ``` $$ v_i = \frac{\Delta s_i}{\Delta t_i} $$ ``` ![image](https://user-images.githubusercontent.com/1286618/102754772-be694b80-436d-11eb-951f-a1834a745cdd.png) ![image](https://user-images.githubusercontent.com/1286618/102754902-f2dd0780-436d-11eb-8f3a-ad4ed690b66c.png) You can find the documentation where this happens hostet here using github-pages: https://fjp.at/diffbot/theory/motion-and-odometry/#distance-velocity-and-time I tested locally with the default mkdocs theme and there it works, no scrollbars appear. I am using a [custom_dir](https://github.com/fjp/diffbot/tree/noetic-devel/docs/custom_theme) for the required javascript and added arithmatex in my [mkdocs.yml](https://github.com/fjp/diffbot/blob/noetic-devel/mkdocs.yml#L12) ### Expected behavior <!-- Please describe what you expect to happen --> No vertical scrollbars on mathjax formulas ### Package versions <!-- Please provide all package versions --> * Python: `python --version`: 3.8.5 * MkDocs: `mkdocs --version`: 1.1.2 from /home/fjp/.local/lib/python3.8/site-packages/mkdocs (Python 3.8) * Material: `pip show mkdocs-material | grep -E ^Version`: 6.1.7 ### Project configuration <!-- Please provide your mkdocs.yml to a reasonable amount of detail --> ``` yaml theme: name: material highlightjs: true custom_dir: docs/custom_theme markdown_extensions: - admonition - pymdownx.arithmatex: generic: true ``` ### System information <!-- Please provide your operating system and browser version --> * OS: Ubuntu 20.04 * Browser: Tested with Chromium, Chrome, Firefox [1]: https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md
      author:
         url:https://github.com/fjp
         type:Person
         name:fjp
      datePublished:2020-12-21T08:20:28.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:12
      url:https://github.com/2142/mkdocs-material/issues/2142
Person:
      url:https://github.com/fjp
      name:fjp
      url:https://github.com/fjp
      name:fjp
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:12
      interactionType:https://schema.org/CommentAction
      userInteractionCount:12

Analytics and Tracking {πŸ“Š}

  • Site Verification - Google

Libraries {πŸ“š}

  • Clipboard.js
  • D3.js
  • Lodash

Emails and Hosting {βœ‰οΈ}

Mail Servers:

  • aspmx.l.google.com
  • alt1.aspmx.l.google.com
  • alt2.aspmx.l.google.com
  • alt3.aspmx.l.google.com
  • alt4.aspmx.l.google.com

Name Servers:

  • dns1.p08.nsone.net
  • dns2.p08.nsone.net
  • dns3.p08.nsone.net
  • dns4.p08.nsone.net
  • ns-1283.awsdns-32.org
  • ns-1707.awsdns-21.co.uk
  • ns-421.awsdns-52.com
  • ns-520.awsdns-01.net
9.04s.