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/7960.

Title:
`tags` plugin build error Β· Issue #7960 Β· squidfunk/mkdocs-material
Description:
Context Building error since 9.6.x upgrade Bug description Our building pipeline fails every time a tags.md file is present in the repo. The file can be empty (like we did until the 9.6.x version) or containing a <!-- material/tags --> s...
Website Age:
17 years and 8 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

  • Video & Online Content
  • Technology & Computing
  • Personal Finance

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,000,003 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 4,989,880 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,498.
The estimated annual recurring revenues (ARR) are $251,489,970.

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?

Keywords {πŸ”}

file, squidfunk, line, title, issue, bug, return, reproduction, kamilkrzyskow, error, commented, tags, build, usrlocallibpythonsitepackagesclickcorepy, str, open, sign, plugin, blakkheimgw, building, int, ive, reproduce, minimal, info, edited, edits, resolved, issues, projects, closed, version, kwargs, invoke, env, usrlocallibpythonsitepackagesmaterialpluginstagsstructurelistingmanagerinitpy, directory, reporting, site, documentation, removed, zip, owner, fix, mapping, sorting, item, front, navigation, mkdocsmaterial,

Topics {βœ’οΈ}

13/site-packages/material/plugins/tags/structure/listing/manager/__init__ /mkdocs/mkdocs/blob/7e4892ab2dd4a52efd95a9de407eee63310e0780/mkdocs/structure/pages mkdocs-material/src/plugins/tags/__init__ 13/site-packages/material/plugins/tags/plugin 13/site-packages/mkdocs/commands/build 1-tags-plugin-build-error 13/site-packages/mkdocs/plugins 13/site-packages/mkdocs/__main__ 13/site-packages/click/core reproduce upgrade mkdocs-material /usr/local/bin/mkdocs /usr/local/lib/python3 possibly related issues info plugin squidfunk edits owner original doc site pip packages installed build works fine completed squidfunk added building pipeline fails kamilkrzyskow edits collaborator open projects reproduction issue lacks bug resolved issue bug reporting guidelines comment metadata assignees squidfunk closed 26z tags adding tags error message projects milestone discussions listing 'int' cleaning title front matter squidfunk reopened tags 01 error zip steps error keeping open issues zip file plugins project directory documentation mkdocs site build bug reproduction

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • Already have an account?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:`tags` plugin build error
      articleBody:### Context Building error since 9.6.x upgrade ### Bug description Our building pipeline fails every time a `tags.md` file is present in the repo. The file can be empty (like we did until the 9.6.x version) or containing a `<!-- material/tags -->` section. The stack trace : ``` Traceback (most recent call last): File "/usr/local/bin/mkdocs", line 8, in <module> sys.exit(cli()) ~~~^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1161, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1082, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1697, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1443, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 788, in invoke return __callback(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/mkdocs/__main__.py", line 288, in build_command build.build(cfg, dirty=not clean) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/mkdocs/commands/build.py", line 319, in build env = config.plugins.on_env(env, config=config, files=files) File "/usr/local/lib/python3.13/site-packages/mkdocs/plugins.py", line 599, in on_env return self.run_event('env', env, config=config, files=files) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/mkdocs/plugins.py", line 566, in run_event result = method(item, **kwargs) File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/plugin.py", line 187, in on_env self.listings.populate_all(self.mappings, Renderer(env, config)) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/structure/listing/manager/__init__.py", line 327, in populate_all self.populate(listing, mappings, renderer) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/structure/listing/manager/__init__.py", line 259, in populate tree.mappings = self._sort_listing(tree.mappings) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/structure/listing/manager/__init__.py", line 420, in _sort_listing return sorted( mappings, key = self.config.listings_sort_by, reverse = self.config.listings_sort_reverse ) TypeError: '<' not supported between instances of 'str' and 'int' Cleaning up project directory and file based variables 00:01 ERROR: Job failed: command terminated with exit code 1 ``` ### Related links - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) - ### Reproduction I've try to reproduce the bug but I was unable to do this on a fresh new install in a virtual env... I've copied every bit of my original doc site and the config files but it builds correctly. I've compared the version number of every `pip` packages installed in our production environment VS the virtual one and they are exactly the same. [9.6.1-tags-plugin-build-error.zip](https://github.com/user-attachments/files/18641331/9.6.1-tags-plugin-build-error.zip) ### Steps to reproduce 1. upgrade `mkdocs-material` from pre-3.6.x version to 3.6.x 2. build a site with the `tags` plugin enabled ### Browser _No response_ ### Before submitting - [x] I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/). - [x] I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) and [discussions](https://github.com/squidfunk/mkdocs-material/discussions). - [x] I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) before submitting this bug report. - [x] I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/) using the [built-in info plugin](https://squidfunk.github.io/mkdocs-material/plugins/info/).
      author:
         url:https://github.com/blakkheimgw
         type:Person
         name:blakkheimgw
      datePublished:2025-02-03T11:09:15.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:6
      url:https://github.com/7960/mkdocs-material/issues/7960
      context:https://schema.org
      headline:`tags` plugin build error
      articleBody:### Context Building error since 9.6.x upgrade ### Bug description Our building pipeline fails every time a `tags.md` file is present in the repo. The file can be empty (like we did until the 9.6.x version) or containing a `<!-- material/tags -->` section. The stack trace : ``` Traceback (most recent call last): File "/usr/local/bin/mkdocs", line 8, in <module> sys.exit(cli()) ~~~^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1161, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1082, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1697, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 1443, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/click/core.py", line 788, in invoke return __callback(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/mkdocs/__main__.py", line 288, in build_command build.build(cfg, dirty=not clean) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/mkdocs/commands/build.py", line 319, in build env = config.plugins.on_env(env, config=config, files=files) File "/usr/local/lib/python3.13/site-packages/mkdocs/plugins.py", line 599, in on_env return self.run_event('env', env, config=config, files=files) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/mkdocs/plugins.py", line 566, in run_event result = method(item, **kwargs) File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/plugin.py", line 187, in on_env self.listings.populate_all(self.mappings, Renderer(env, config)) ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/structure/listing/manager/__init__.py", line 327, in populate_all self.populate(listing, mappings, renderer) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/structure/listing/manager/__init__.py", line 259, in populate tree.mappings = self._sort_listing(tree.mappings) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/material/plugins/tags/structure/listing/manager/__init__.py", line 420, in _sort_listing return sorted( mappings, key = self.config.listings_sort_by, reverse = self.config.listings_sort_reverse ) TypeError: '<' not supported between instances of 'str' and 'int' Cleaning up project directory and file based variables 00:01 ERROR: Job failed: command terminated with exit code 1 ``` ### Related links - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) - ### Reproduction I've try to reproduce the bug but I was unable to do this on a fresh new install in a virtual env... I've copied every bit of my original doc site and the config files but it builds correctly. I've compared the version number of every `pip` packages installed in our production environment VS the virtual one and they are exactly the same. [9.6.1-tags-plugin-build-error.zip](https://github.com/user-attachments/files/18641331/9.6.1-tags-plugin-build-error.zip) ### Steps to reproduce 1. upgrade `mkdocs-material` from pre-3.6.x version to 3.6.x 2. build a site with the `tags` plugin enabled ### Browser _No response_ ### Before submitting - [x] I have read and followed the [bug reporting guidelines](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/). - [x] I have attached links to [the documentation](https://squidfunk.github.io/mkdocs-material/), and possibly related [issues](https://github.com/squidfunk/mkdocs-material/issues) and [discussions](https://github.com/squidfunk/mkdocs-material/discussions). - [x] I assure that I have [removed all customizations](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/#remove-customizations) before submitting this bug report. - [x] I have attached a __.zip file__ with a [minimal reproduction](https://squidfunk.github.io/mkdocs-material/guides/creating-a-reproduction/) using the [built-in info plugin](https://squidfunk.github.io/mkdocs-material/plugins/info/).
      author:
         url:https://github.com/blakkheimgw
         type:Person
         name:blakkheimgw
      datePublished:2025-02-03T11:09:15.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:6
      url:https://github.com/7960/mkdocs-material/issues/7960
Person:
      url:https://github.com/blakkheimgw
      name:blakkheimgw
      url:https://github.com/blakkheimgw
      name:blakkheimgw
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:6
      interactionType:https://schema.org/CommentAction
      userInteractionCount:6

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
8.82s.