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

Title:
AttributeError: 'SearchPlugin' object has no attribute 'is_dirty' Β· Issue #6364 Β· squidfunk/mkdocs-material
Description:
Context No response Bug description If one enables Material theme after running mkdocs serve, the build will fail with: % mkdocs serve INFO - Building documentation... INFO - Cleaning site directory INFO - Documentation built in 0.18 sec...
Website Age:
17 years and 8 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

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

Content Management System {πŸ“}

What CMS is github.com built with?


Github.com is powered by 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,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.

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,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.

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 {πŸ”}

squidfunk, bug, mkdocs, file, issue, info, serve, build, commented, line, resolved, vedranmiletic, open, search, sign, attributeerror, documentation, plugin, added, owner, react, unreleased, docker, projects, searchplugin, object, attribute, isdirty, material, server, rebuild, reporting, reproduction, minor, fixed, command, navigation, issues, pull, requests, discussions, actions, security, closed, description, response, theme, running, building, docs,

Topics {βœ’οΈ}

9/site-packages/material/plugins/search/plugin 9/site-packages/mkdocs/livereload/__init__ 9/site-packages/mkdocs/commands/serve 9/site-packages/mkdocs/commands/build 9/site-packages/mkdocs/plugins /home/vedranm/software/mkdocs/ possibly related issues search plugin activated open projects personal information attributeerror bug resolved issue enables material theme venv/lib/python3 comment metadata assignees running mkdocs serve bug reporting guidelines 'mkdocs build' command related links reporting bug built projects milestone mkdocs serve squidfunk mentioned material notice discussions mkdocs build reproduce mkdocs mkdocs sh 'docs' serve mode bug report plugin working open search minor bug docker image dirty=is_dirty 10-searchplugin-is_dirty issue error happened minimal reproduction startup command build errors 'searchplugin' object 32] watching paths recent call attributeerror zip steps attached links documentation randomly encountered

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • Already have an account?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:AttributeError: 'SearchPlugin' object has no attribute 'is_dirty'
      articleBody:### Context _No response_ ### Bug description If one enables Material theme after running `mkdocs serve`, the build will fail with: ``` % mkdocs serve INFO - Building documentation... INFO - Cleaning site directory INFO - Documentation built in 0.18 seconds INFO - [17:53:32] Watching paths for changes: 'docs', 'mkdocs.yml' INFO - [17:53:32] Serving on http://127.0.0.1:8000/ INFO - [17:53:36] Browser connected: https://staging.group.miletic.net/ INFO - [17:53:47] Detected file changes INFO - Building documentation... Traceback (most recent call last): File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/livereload/__init__.py", line 193, in _build_loop func() File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/commands/serve.py", line 67, in builder build(config, live_server=None if is_clean else server, dirty=is_dirty) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/commands/build.py", line 354, in build config.plugins.on_post_build(config=config) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/plugins.py", line 542, in on_post_build return self.run_event('post_build', config=config) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/plugins.py", line 509, in run_event result = method(**kwargs) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/material/plugins/search/plugin.py", line 136, in on_post_build if self.is_dirty: AttributeError: 'SearchPlugin' object has no attribute 'is_dirty' ERROR - [17:53:49] An error happened during the rebuild. The server will appear stuck until build errors are resolved. ``` ### Related links - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) - [Built-in search plugin](https://squidfunk.github.io/mkdocs-material/plugins/search/) ### Reproduction [9.4.10-searchplugin-is_dirty.zip](https://github.com/squidfunk/mkdocs-material/files/13403906/9.4.10-searchplugin-is_dirty.zip) ### Steps to reproduce 1. `mkdocs new mysite` 2. `cd mysite` 3. `mkdocs serve` 4. Add the following lines to `mkdocs.yml` while `mkdocs serve` is running: ``` yaml theme: name: material ``` 5. Notice the `AttributeError` in the terminal. ### 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/).
      author:
         url:https://github.com/vedranmiletic
         type:Person
         name:vedranmiletic
      datePublished:2023-11-19T17:04:24.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:7
      url:https://github.com/6364/mkdocs-material/issues/6364
      context:https://schema.org
      headline:AttributeError: 'SearchPlugin' object has no attribute 'is_dirty'
      articleBody:### Context _No response_ ### Bug description If one enables Material theme after running `mkdocs serve`, the build will fail with: ``` % mkdocs serve INFO - Building documentation... INFO - Cleaning site directory INFO - Documentation built in 0.18 seconds INFO - [17:53:32] Watching paths for changes: 'docs', 'mkdocs.yml' INFO - [17:53:32] Serving on http://127.0.0.1:8000/ INFO - [17:53:36] Browser connected: https://staging.group.miletic.net/ INFO - [17:53:47] Detected file changes INFO - Building documentation... Traceback (most recent call last): File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/livereload/__init__.py", line 193, in _build_loop func() File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/commands/serve.py", line 67, in builder build(config, live_server=None if is_clean else server, dirty=is_dirty) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/commands/build.py", line 354, in build config.plugins.on_post_build(config=config) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/plugins.py", line 542, in on_post_build return self.run_event('post_build', config=config) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/mkdocs/plugins.py", line 509, in run_event result = method(**kwargs) File "/home/vedranm/software/mkdocs/.venv/lib/python3.9/site-packages/material/plugins/search/plugin.py", line 136, in on_post_build if self.is_dirty: AttributeError: 'SearchPlugin' object has no attribute 'is_dirty' ERROR - [17:53:49] An error happened during the rebuild. The server will appear stuck until build errors are resolved. ``` ### Related links - [Reporting a bug](https://squidfunk.github.io/mkdocs-material/contributing/reporting-a-bug/) - [Built-in search plugin](https://squidfunk.github.io/mkdocs-material/plugins/search/) ### Reproduction [9.4.10-searchplugin-is_dirty.zip](https://github.com/squidfunk/mkdocs-material/files/13403906/9.4.10-searchplugin-is_dirty.zip) ### Steps to reproduce 1. `mkdocs new mysite` 2. `cd mysite` 3. `mkdocs serve` 4. Add the following lines to `mkdocs.yml` while `mkdocs serve` is running: ``` yaml theme: name: material ``` 5. Notice the `AttributeError` in the terminal. ### 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/).
      author:
         url:https://github.com/vedranmiletic
         type:Person
         name:vedranmiletic
      datePublished:2023-11-19T17:04:24.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:7
      url:https://github.com/6364/mkdocs-material/issues/6364
Person:
      url:https://github.com/vedranmiletic
      name:vedranmiletic
      url:https://github.com/vedranmiletic
      name:vedranmiletic
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:7
      interactionType:https://schema.org/CommentAction
      userInteractionCount:7

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