{"id":13493896,"url":"https://github.com/akaihola/darker","last_synced_at":"2025-05-14T05:10:28.032Z","repository":{"id":39879526,"uuid":"240935953","full_name":"akaihola/darker","owner":"akaihola","description":"Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a","archived":false,"fork":false,"pushed_at":"2025-03-18T22:27:38.000Z","size":1761,"stargazers_count":653,"open_issues_count":49,"forks_count":55,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-11T00:01:57.487Z","etag":null,"topics":["python","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/darker/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akaihola.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-16T17:40:03.000Z","updated_at":"2025-03-28T11:21:43.000Z","dependencies_parsed_at":"2024-04-21T19:27:37.711Z","dependency_job_id":"5182c5b3-c6a8-4b04-a4a7-fe52e0f60a20","html_url":"https://github.com/akaihola/darker","commit_stats":{"total_commits":1405,"total_committers":42,"mean_commits":33.45238095238095,"dds":"0.11814946619217082","last_synced_commit":"ed005fa0989192161f63ad92d728d36cf7d32aff"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaihola%2Fdarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaihola%2Fdarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaihola%2Fdarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akaihola%2Fdarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akaihola","download_url":"https://codeload.github.com/akaihola/darker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076848,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","python3"],"created_at":"2024-07-31T19:01:19.835Z","updated_at":"2025-05-14T05:10:27.991Z","avatar_url":"https://github.com/akaihola.png","language":"Python","readme":"========================================\n Darker – reformat modified Python code\n========================================\n\n|build-badge| |license-badge| |pypi-badge| |downloads-badge| |black-badge| |changelog-badge|\n\n.. |build-badge| image:: https://github.com/akaihola/darker/actions/workflows/python-package.yml/badge.svg\n   :alt: master branch build status\n   :target: https://github.com/akaihola/darker/actions/workflows/python-package.yml?query=branch%3Amaster\n.. |license-badge| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n   :alt: BSD 3 Clause license\n   :target: https://github.com/akaihola/darker/blob/master/LICENSE.rst\n.. |pypi-badge| image:: https://img.shields.io/pypi/v/darker\n   :alt: Latest release on PyPI\n   :target: https://pypi.org/project/darker/\n.. |downloads-badge| image:: https://pepy.tech/badge/darker\n   :alt: Number of downloads\n   :target: https://pepy.tech/project/darker\n.. |black-badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :alt: Source code formatted using Black\n   :target: https://github.com/psf/black\n.. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple\n   :alt: Change log\n   :target: https://github.com/akaihola/darker/blob/master/CHANGES.rst\n.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darker/25?color=red\u0026label=release%202.1.2\n   :alt: Next milestone\n   :target: https://github.com/akaihola/darker/milestone/24\n\n\nWhat?\n=====\n\nThis utility reformats and checks Python source code files.\nHowever, when run in a Git repository, it compares an old revision of the source tree\nto a newer revision (or the working tree). It then only applies reformatting\nin regions which have changed in the Git working tree between the two revisions.\n\nThe reformatters supported are:\n\n- Black_ for code reformatting\n- isort_ for sorting imports\n- flynt_ for turning old-style format strings to f-strings\n\n**NOTE:** Baseline linting support has been moved to the Graylint_ package.\n\nTo easily run Darker as a Pytest_ plugin, see pytest-darker_.\n\nTo integrate Darker with your IDE or with pre-commit_,\nsee the relevant sections below in this document.\n\n.. _Black: https://github.com/python/black\n.. _isort: https://github.com/timothycrosley/isort\n.. _flynt: https://github.com/ikamensh/flynt\n.. _Pytest: https://docs.pytest.org/\n.. _pytest-darker: https://pypi.org/project/pytest-darker/\n\n+------------------------------------------------+--------------------------------+\n| |you-can-help|                                 | |support|                      |\n+================================================+================================+\n| We're asking the community kindly for help to  | We have a                      |\n| review pull requests for |next-milestone|_ .   | `community support channel`_   |\n| If you have a moment to spare, please take a   | on GitHub Discussions. Welcome |\n| look at one of them and shoot us a comment!    | to ask for help and advice!    |\n+------------------------------------------------+--------------------------------+\n\n*New in version 1.4.0:* Darker can be used in plain directories, not only Git repositories.\n\n.. |you-can-help| image:: https://img.shields.io/badge/-You%20can%20help-green?style=for-the-badge\n   :alt: You can help\n.. |support| image:: https://img.shields.io/badge/-Support-green?style=for-the-badge\n   :alt: Support\n.. _#151: https://github.com/akaihola/darker/issues/151\n.. _community support channel: https://github.com/akaihola/darker/discussions\n\n\nWhy?\n====\n\nYou want to start unifying code style in your project using Black_.\nMaybe you also like to standardize on how to order your imports,\nor do static type checking or other static analysis for your code.\n\nHowever, instead of formatting the whole code base in one giant commit,\nyou'd like to only change formatting when you're touching the code for other reasons.\n\nThis can also be useful\nwhen contributing to upstream codebases that are not under your complete control.\n\nPartial formatting is not supported by Black_ itself,\nfor various good reasons, and so far there hasn't been a plan to implemented it either\n(`134`__, `142`__, `245`__, `370`__, `511`__, `830`__).\nHowever, in September 2021 Black developers started to hint towards adding this feature\nafter all (`1352`__). This might at least simplify Darker's algorithm substantially.\n\n__ https://github.com/psf/black/issues/134\n__ https://github.com/psf/black/issues/142\n__ https://github.com/psf/black/issues/245\n__ https://github.com/psf/black/issues/370\n__ https://github.com/psf/black/issues/511\n__ https://github.com/psf/black/issues/830\n__ https://github.com/psf/black/issues/1352\n\nBut for the time being, this is where ``darker`` enters the stage.\nThis tool is for those who want to do partial formatting right now.\n\nNote that this tool is meant for special situations\nwhen dealing with existing code bases.\nYou should just use Black_ and isort_ as is when starting a project from scratch.\n\nYou may also want to still consider whether reformatting the whole code base in one\ncommit would make sense in your particular case. You can ignore a reformatting commit\nin ``git blame`` using the `blame.ignoreRevsFile`_ config option or ``--ignore-rev`` on\nthe command line. For a deeper dive into this topic, see `Avoiding ruining git blame`_\nin Black documentation, or the article\n`Why does Black insist on reformatting my entire project?`_ from `Łukasz Langa`_\n(`@ambv`_, the creator of Black). Here's an excerpt:\n\n    \"When you make this single reformatting commit, everything that comes after is\n    **semantic changes** so your commit history is clean in the sense that it actually\n    shows what changed in terms of meaning, not style. There are tools like darker that\n    allow you to only reformat lines that were touched since the last commit. However,\n    by doing that you forever expose yourself to commits that are a mix of semantic\n    changes with stylistic changes, making it much harder to see what changed.\"\n\n.. _blame.ignoreRevsFile: https://git-scm.com/docs/git-blame/en#Documentation/git-blame.txt---ignore-revs-fileltfilegt\n.. _Avoiding ruining git blame: https://black.readthedocs.io/en/stable/guides/introducing_black_to_your_project.html#avoiding-ruining-git-blame\n.. _Why does Black insist on reformatting my entire project?: https://lukasz.langa.pl/36380f86-6d28-4a55-962e-91c2c959db7a/\n.. _Łukasz Langa: https://lukasz.langa.pl/\n.. _@ambv: https://github.com/ambv\n\nHow?\n====\n\nTo install or upgrade, use::\n\n  pip install --upgrade darker[black]~=2.1.1\n\nOr, if you're using Conda_ for package management::\n\n  conda install -c conda-forge darker~=2.1.1 black isort\n  conda update -c conda-forge darker\n\n..\n\n    **Note:** It is recommended to use the '``~=``' \"`compatible release`_\" version\n    specifier for Darker. See `Guarding against Black compatibility breakage`_ for more\n    information.\n\n*New in version 3.0.0:* Black is no longer installed by default.\n\nThe ``darker \u003cmyfile.py\u003e`` or ``darker \u003cdirectory\u003e`` command\nreads the original file(s),\nformats them using Black_,\ncombines original and formatted regions based on edits,\nand writes back over the original file(s).\n\nAlternatively, you can invoke the module directly through the ``python`` executable,\nwhich may be preferable depending on your setup.\nUse ``python -m darker`` instead of ``darker`` in that case.\n\nBy default, ``darker`` just runs Black_ to reformat the code.\nYou can enable additional features with command line options:\n\n- ``-i`` / ``--isort``: Reorder imports using isort_. Note that isort_ must be\n  run in the same Python environment as the packages to process, as it imports\n  your modules to determine whether they are first or third party modules.\n- ``-f`` / ``--flynt``: Also convert string formatting to use f-strings using the\n  ``flynt`` package\n\nIf you only want to run those tools without reformatting with Black,\nuse the ``--formatter=none`` option.\n\n*New in version 1.1.0:* The ``-L`` / ``--lint`` option.\n\n*New in version 1.2.2:* Package available in conda-forge_.\n\n*New in version 1.7.0:* The ``-f`` / ``--flynt`` option\n\n*New in version 3.0.0:* Removed the ``-L`` / ``--lint`` functionality and moved it into\nthe Graylint_ package.\n\n*New in version 3.0.0:* The ``--formatter`` option.\n\n.. _Conda: https://conda.io/\n.. _conda-forge: https://conda-forge.org/\n\n\nExample\n=======\n\nThis example walks you through a minimal practical use case for Darker.\n\nFirst, create an empty Git repository:\n\n.. code-block:: shell\n\n   $ mkdir /tmp/test\n   $ cd /tmp/test\n   $ git init\n   Initialized empty Git repository in /tmp/test/.git/\n\nIn the root of that directory, create the ill-formatted Python file ``our_file.py``:\n\n.. code-block:: python\n\n   if True: print('hi')\n   print()\n   if False: print('there')\n\nCommit that file:\n\n.. code-block:: shell\n\n   $ git add our_file.py\n   $ git commit -m \"Initial commit\"\n   [master (root-commit) a0c7c32] Initial commit\n    1 file changed, 3 insertions(+)\n    create mode 100644 our_file.py\n\nNow modify the first line in that file:\n\n.. code-block:: python\n\n   if True: print('CHANGED TEXT')\n   print()\n   if False: print('there')\n\nYou can ask Darker to show the diff for minimal reformatting\nwhich makes edited lines conform to Black rules:\n\n.. code-block:: diff\n\n   $ darker --diff our_file.py\n   --- our_file.py\n   +++ our_file.py\n   @@ -1,3 +1,4 @@\n   -if True: print('CHANGED TEXT')\n   +if True:\n   +    print(\"CHANGED TEXT\")\n   print()\n   if False: print('there')\n\nAlternatively, Darker can output the full reformatted file\n(works only when a single Python file is provided on the command line):\n\n.. code-block:: shell\n\n   $ darker --stdout our_file.py\n\n.. code-block:: python\n\n   if True:\n       print(\"CHANGED TEXT\")\n   print()\n   if False: print('there')\n\nIf you omit the ``--diff`` and ``--stdout`` options,\nDarker replaces the files listed on the command line\nwith partially reformatted ones as shown above:\n\n.. code-block:: shell\n\n   $ darker our_file.py\n\nNow the contents of ``our_file.py`` will have changed.\nNote that the original ``print()`` and ``if False: ...`` lines have not been reformatted\nsince they had not been edited!\n\n.. code-block:: python\n\n   if True:\n       print(\"CHANGED TEXT\")\n   print()\n   if False: print('there')\n\nYou can also ask Darker to reformat edited lines in all Python files in the repository:\n\n.. code-block:: shell\n\n   $ darker .\n\nOr, if you want to compare to another branch (or, in fact, any commit)\ninstead of the last commit:\n\n.. code-block:: shell\n\n   $ darker --revision master .\n\n\nCustomizing ``darker``, Black_, isort_ and flynt_ behavior\n==========================================================\n\n``darker`` invokes Black_ and isort_ internals directly instead of running their\nbinaries, so it needs to read and pass configuration options to them explicitly.\nProject-specific default options for ``darker`` itself, Black_ and isort_ are read from\nthe project's ``pyproject.toml`` file in the repository root. isort_ does also look for\na few other places for configuration.\n\nflynt_ (option ``-f`` / ``--flynt``) is also invoked as a subprocess, but passing\ncommand line options to it is currently not supported. Configuration files need to be\nused instead.\n\nDarker does honor exclusion options in Black configuration files when recursing\ndirectories, but the exclusions are only applied to Black reformatting.\nIsort is still run on excluded files. Also, individual files explicitly listed on the\ncommand line are still reformatted even if they match exclusion patterns.\n\nFor more details, see:\n\n- `Black documentation about pyproject.toml`_\n- `isort documentation about config files`_\n- `public GitHub repositories which install and run Darker`_\n- `flynt documentation about configuration files`_\n\nThe following `command line arguments`_ can also be used to modify the defaults:\n\n-r REV, --revision REV\n       Revisions to compare. The default is ``HEAD..:WORKTREE:`` which compares the\n       latest commit to the working tree. Tags, branch names, commit hashes, and other\n       expressions like ``HEAD~5`` work here. Also a range like ``main...HEAD`` or\n       ``main...`` can be used to compare the best common ancestor. With the magic value\n       ``:PRE-COMMIT:``, Darker works in pre-commit compatible mode. Darker expects the\n       revision range from the ``PRE_COMMIT_FROM_REF`` and ``PRE_COMMIT_TO_REF``\n       environment variables. If those are not found, Darker works against ``HEAD``.\n       Also see ``--stdin-filename=`` for the ``:STDIN:`` special value.\n--stdin-filename PATH\n       The path to the file when passing it through stdin. Useful so Darker can find the\n       previous version from Git. Only valid with ``--revision=\u003crev1\u003e..:STDIN:``\n       (``HEAD..:STDIN:`` being the default if ``--stdin-filename`` is enabled).\n-c PATH, --config PATH\n       Make ``darker``, ``black`` and ``isort`` read configuration from ``PATH``. Note\n       that other tools like ``flynt`` won't use this configuration file.\n-v, --verbose\n       Show steps taken and summarize modifications\n-q, --quiet\n       Reduce amount of output\n--color\n       Enable syntax highlighting even for non-terminal output. Overrides the\n       environment variable PY_COLORS=0\n--no-color\n       Disable syntax highlighting even for terminal output. Overrides the environment\n       variable PY_COLORS=1\n-W WORKERS, --workers WORKERS\n       How many parallel workers to allow, or ``0`` for one per core [default: 1]\n--diff\n       Don't write the files back, just output a diff for each file on stdout. Highlight\n       syntax if on a terminal and the ``pygments`` package is available, or if enabled\n       by configuration.\n-d, --stdout\n       Force complete reformatted output to stdout, instead of in-place. Only valid if\n       there's just one file to reformat. Highlight syntax if on a terminal and the\n       ``pygments`` package is available, or if enabled by configuration.\n--check\n       Don't write the files back, just return the status. Return code 0 means nothing\n       would change. Return code 1 means some files would be reformatted.\n-f, --flynt\n       Also convert string formatting to use f-strings using the ``flynt`` package\n-i, --isort\n       Also sort imports using the ``isort`` package\n--preview\n       In Black, enable potentially disruptive style changes that may be added to Black\n       in the future\n-L CMD, --lint CMD\n       Show information about baseline linting using the Graylint package.\n-S, --skip-string-normalization\n       Don't normalize string quotes or prefixes\n--no-skip-string-normalization\n       Normalize string quotes or prefixes. This can be used to override ``skip-string-\n       normalization = true`` from a Black configuration file.\n--skip-magic-trailing-comma\n       Skip adding trailing commas to expressions that are split by comma where each\n       element is on its own line. This includes function signatures. This can be used\n       to override ``skip-magic-trailing-comma = true`` from a Black configuration file.\n-l LENGTH, --line-length LENGTH\n       How many characters per line to allow [default: 88]\n-t VERSION, --target-version VERSION\n       [py33\\|py34\\|py35\\|py36\\|py37\\|py38\\|py39\\|py310\\|py311\\|py312\\|py313] Python\n       versions that should be supported by Black's output. [default: per-file auto-\n       detection]\n--formatter FORMATTER\n       [black\\|none\\|pyupgrade\\|ruff] Formatter to use for reformatting code. [default:\n       black]\n\nTo change default values for these options for a given project,\nadd a ``[tool.darker]`` section to ``pyproject.toml`` in the project's root directory,\nor to a different TOML file specified using the ``-c`` / ``--config`` option.\n\nYou should configure invoked tools like Black_, isort_ and flynt_\nusing their own configuration files.\n\nAs an exception, the ``line-length`` and ``target-version`` options in ``[tool.darker]``\ncan be used to override corresponding options for individual tools.\n\nNote that Black_ honors only the options listed in the below example\nwhen called by ``darker``, because ``darker`` reads the Black configuration\nand passes it on when invoking Black_ directly through its Python API.\n\nAn example ``pyproject.toml`` configuration file:\n\n.. code-block:: toml\n\n   [tool.darker]\n   src = [\n       \"src/mypackage\",\n   ]\n   revision = \"master\"\n   diff = true\n   check = true\n   isort = true\n   flynt = true\n   line-length = 80                  # Passed to isort and Black, override their config\n   target-version = [\"py312\"]        # Passed to Black, overriding its config\n   log_level = \"INFO\"\n\n   [tool.black]\n   line-length = 88                  # Overridden by [tool.darker] above\n   skip-magic-trailing-comma = false\n   skip-string-normalization = false\n   target-version = [\"py39\", \"py310\", \"py311\", \"py312\"]  # Overridden above\n   exclude = \"test_*\\.py\"\n   extend_exclude = \"/generated/\"\n   force_exclude = \".*\\.pyi\"\n   preview = true                    # Only supported in [tool.black]\n\n\n   [tool.isort]\n   profile = \"black\"\n   known_third_party = [\"pytest\"]\n   line_length = 88                  # Overridden by [tool.darker] above\n\n*New in version 1.0.0:*\n\n- The ``-c``, ``-S`` and ``-l`` command line options.\n- isort_ is configured with ``-c`` and ``-l``, too.\n\n*New in version 1.1.0:* The command line options\n\n- ``-r`` / ``--revision``\n- ``--diff``\n- ``--check``\n- ``--no-skip-string-normalization``\n- ``-L`` / ``--lint``\n\n*New in version 1.2.0:* Support for\n\n- commit ranges in ``-r`` / ``--revision``.\n- a ``[tool.darker]`` section in ``pyproject.toml``.\n\n*New in version 1.2.2:* Support for ``-r :PRE-COMMIT:`` / ``--revision=:PRE_COMMIT:``\n\n*New in version 1.3.0:* The ``--skip-magic-trailing-comma`` and ``-d`` / ``--stdout``\ncommand line options\n\n*New in version 1.5.0:* The ``-W`` / ``--workers``, ``--color`` and ``--no-color``\ncommand line options\n\n*New in version 1.7.0:* The ``-t`` / ``--target-version`` command line option\n\n*New in version 1.7.0:* The ``-f`` / ``--flynt`` command line option\n\n*New in version 3.0.0:* In ``[tool.darker]``, remove the the Black options\n``skip_string_normalization`` and ``skip_magic_trailing_comma`` (previously deprecated\nin version 2.1.1)\n\n*New in version 3.0.0:* Removed the ``-L`` / ``--lint`` functionality and moved it into\nthe Graylint_ package. Also removed ``lint =``, ``skip_string_normalization =`` and\n``skip_magic_trailing_comma =`` from ``[tool.darker]``.\n\n.. _Black documentation about pyproject.toml: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file\n.. _isort documentation about config files: https://timothycrosley.github.io/isort/docs/configuration/config_files/\n.. _public GitHub repositories which install and run Darker: https://github.com/search?q=%2Fpip+install+.*darker%2F+path%3A%2F%5E.github%5C%2Fworkflows%5C%2F.*%2F\u0026type=code\n.. _flynt documentation about configuration files: https://github.com/ikamensh/flynt#configuration-files\n.. _command line arguments: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#command-line-options\n\nEditor integration\n==================\n\nMany editors have plugins or recipes for integrating Black_.\nYou may be able to adapt them to be used with ``darker``.\nSee `editor integration`__ in the Black_ documentation.\n\n__ https://github.com/psf/black/#editor-integration\n\nPyCharm/IntelliJ IDEA\n---------------------\n\n1. Install ``darker``::\n\n     $ pip install 'darker[black]'\n\n2. Locate your ``darker`` installation folder.\n\n   On macOS / Linux / BSD::\n\n     $ which darker\n     /usr/local/bin/darker  # possible location\n\n   On Windows::\n\n     $ where darker\n     %LocalAppData%\\Programs\\Python\\Python36-32\\Scripts\\darker.exe  # possible location\n\n3. Open External tools in PyCharm/IntelliJ IDEA\n\n   - On macOS: ``PyCharm -\u003e Preferences -\u003e Tools -\u003e External Tools``\n   - On Windows / Linux / BSD: ``File -\u003e Settings -\u003e Tools -\u003e External Tools``\n\n4. Click the ``+`` icon to add a new external tool with the following values:\n\n   - Name: Darker\n   - Description: Use Black to auto-format regions changed since the last git commit.\n   - Program: \u003cinstall_location_from_step_2\u003e\n   - Arguments: ``\"$FilePath$\"``\n\n   If you need any extra command line arguments\n   like the ones which change Black behavior,\n   you can add them to the ``Arguments`` field, e.g.::\n\n       --config /home/myself/black.cfg \"$FilePath$\"\n\n5. You can now format the currently opened file by selecting ``Tools -\u003e External Tools -\u003e Darker``\n   or right clicking on a file and selecting ``External Tools -\u003e Darker``\n\n6. Optionally, set up a keyboard shortcut at\n   ``Preferences or Settings -\u003e Keymap -\u003e External Tools -\u003e External Tools - Darker``\n\n7. Optionally, run ``darker`` on every file save:\n\n   1. Make sure you have the `File Watcher`__ plugin installed.\n   2. Go to ``Preferences or Settings -\u003e Tools -\u003e File Watchers`` and click ``+`` to add\n      a new watcher:\n\n      - Name: Darker\n      - File type: Python\n      - Scope: Project Files\n      - Program: \u003cinstall_location_from_step_2\u003e\n      - Arguments: ``$FilePath$``\n      - Output paths to refresh: ``$FilePath$``\n      - Working directory: ``$ProjectFileDir$``\n\n   3. Uncheck \"Auto-save edited files to trigger the watcher\"\n\n__ https://plugins.jetbrains.com/plugin/7177-file-watchers\n\n\nVisual Studio Code\n------------------\n\n1. Install ``darker``::\n\n     $ pip install 'darker[black]'\n\n2. Locate your ``darker`` installation folder.\n\n   On macOS / Linux / BSD::\n\n     $ which darker\n     /usr/local/bin/darker  # possible location\n\n   On Windows::\n\n     $ where darker\n     %LocalAppData%\\Programs\\Python\\Python36-32\\Scripts\\darker.exe  # possible location\n\n3. Make sure you have the `VSCode black-formatter extension`__ installed.\n\n__ https://github.com/microsoft/vscode-black-formatter\n\n4. Add these configuration options to VSCode\n   (``⌘ Command / Ctrl`` + ``⇧ Shift`` + ``P``\n   and select ``Open Settings (JSON)``)::\n\n    \"python.editor.defaultFormatter\": \"ms-python.black-formatter\",\n    \"black-formatter.path\": \"\u003cinstall_location_from_step_2\u003e\",\n    \"black-formatter.args\": [\"-d\"],\n\nVSCode will always add ``--diff --quiet`` as arguments to Darker,\nbut you can also pass additional arguments in the ``black-formatter.args`` option\n(e.g. ``[\"-d\", \"--isort\", \"--revision=master...\"]``).\n\nNote that VSCode first copies the file to reformat into a temporary\n``\u003cfilename\u003e.py.\u003chash\u003e.tmp`` file, then calls Black (or Darker in this case) on that\nfile, and brings the changes in the modified files back into the editor.\nDarker is aware of this behavior, and will correctly compare ``.py.\u003chash\u003e.tmp`` files\nto corresponding ``.py`` files from earlier repository revisions.\n\n\nVim\n---\n\nUnlike Black_ and many other formatters, ``darker`` needs access to the Git history.\nTherefore it does not work properly with classical auto reformat plugins.\n\nYou can though ask vim to run ``darker`` on file save with the following in your\n``.vimrc``:\n\n.. code-block:: vim\n\n   set autoread\n   autocmd BufWritePost *.py silent :!darker %\n\n- ``BufWritePost`` to run ``darker`` *once the file has been saved*,\n- ``silent`` to not ask for confirmation each time,\n- ``:!`` to run an external command,\n- ``%`` for current file name.\n\nVim should automatically reload the file.\n\nEmacs\n-----\n\nYou can integrate with Emacs using Steve Purcell's `emacs-reformatter`__ library.\n\nUsing `use-package`__:\n\n.. code-block:: emacs-lisp\n\n    (use-package reformatter\n      :hook ((python-mode . darker-reformat-on-save-mode))\n      :config\n      (reformatter-define darker-reformat\n        :program \"darker\"\n        :stdin nil\n        :stdout nil\n        :args (list \"-q\" input-file))\n\n\nThis will automatically reformat the buffer on save.\n\nYou have multiple functions available to launch it manually:\n\n- darker-reformat\n- darker-reformat-region\n- darker-reformat-buffer\n\n__ https://github.com/purcell/emacs-reformatter\n__ https://github.com/jwiegley/use-package\n\nUsing as a pre-commit hook\n==========================\n\n*New in version 1.2.1*\n\nTo use Darker locally as a Git pre-commit hook for a Python project,\ndo the following:\n\n1. Install pre-commit_ in your environment\n   (see `pre-commit Installation`_ for details).\n\n2. Create a base pre-commit configuration::\n\n       pre-commit sample-config \u003e.pre-commit-config.yaml\n\n3. Append to the created ``.pre-commit-config.yaml`` the following lines:\n\n   .. code-block:: yaml\n\n      - repo: https://github.com/akaihola/darker\n        rev: v2.1.1\n        hooks:\n          - id: darker\n\n4. install the Git hook scripts and update to the newest version::\n\n       pre-commit install\n       pre-commit autoupdate\n\nWhen auto-updating, care is being taken to protect you from possible incompatibilities\nintroduced by Black updates. See `Guarding against Black compatibility breakage`_ for\nmore information.\n\nIf you'd prefer to not update but keep a stable pre-commit setup, you can pin Black and\nother reformatter tools you use to known compatible versions, for example:\n\n.. code-block:: yaml\n\n   - repo: https://github.com/akaihola/darker\n     rev: v2.1.1\n     hooks:\n       - id: darker\n         args:\n           - --isort\n         additional_dependencies:\n           - black==22.12.0\n           - isort==5.11.4\n\n.. _pre-commit: https://pre-commit.com/\n.. _pre-commit Installation: https://pre-commit.com/#installation\n\n\nUsing arguments\n---------------\n\nYou can provide arguments, such as disabling Darker or enabling isort,\nby specifying ``args``.\nNote the absence of Black and the inclusion of the isort Python package\nunder ``additional_dependencies``:\n\n.. code-block:: yaml\n\n   - repo: https://github.com/akaihola/darker\n     rev: v2.1.1\n     hooks:\n       - id: darker\n         args:\n           - --formatter=none\n           - --isort\n         additional_dependencies:\n           - isort~=5.9\n\n\nGitHub Actions integration\n==========================\n\nYou can use Darker within a GitHub Actions workflow\nwithout setting your own Python environment.\nGreat for enforcing that modifications and additions to your code\nmatch the Black_ code style.\n\nCompatibility\n-------------\n\nThis action is known to support all GitHub-hosted runner OSes. In addition, only\npublished versions of Darker are supported (i.e. whatever is available on PyPI).\nYou can `search workflows in public GitHub repositories`_ to see how Darker is being\nused.\n\n.. _search workflows in public GitHub repositories: https://github.com/search?q=%22uses%3A+akaihola%2Fdarker%22+path%3A%2F%5E.github%5C%2Fworkflows%5C%2F.*%2F\u0026type=code\n\nUsage\n-----\n\nCreate a file named ``.github/workflows/darker.yml`` inside your repository with:\n\n.. code-block:: yaml\n\n   name: Reformat\n\n   on: [push, pull_request]\n\n   jobs:\n     reformat:\n       runs-on: ubuntu-latest\n       steps:\n         - uses: actions/checkout@v4\n           with:\n             fetch-depth: 0 \n         - uses: actions/setup-python@v5\n         - uses: akaihola/darker@2.1.1\n           with:\n             options: \"--check --diff --isort --color\"\n             src: \"./src\"\n             version: \"~=2.1.1\"\n\nThere needs to be a working Python environment, set up using ``actions/setup-python``\nin the above example. Darker will be installed in an isolated virtualenv to prevent\nconflicts with other workflows.\n\n``\"uses:\"`` specifies which Darker release to get the GitHub Action definition from.\nWe recommend to pin this to a specific release.\n``\"version:\"`` specifies which version of Darker to run in the GitHub Action.\nIt defaults to the same version as in ``\"uses:\"``,\nbut you can force it to use a different version as well.\nDarker versions available from PyPI are supported, as well as commit SHAs or branch\nnames, prefixed with an ``@`` symbol (e.g. ``version: \"@master\"``).\n\nThe ``revision: \"master...\"`` (or ``\"main...\"``) option instructs Darker\nto compare the current branch to the branching point from main branch\nwhen determining which source code lines have been changed.\nIf omitted, the Darker GitHub Action will determine the commit range automatically.\n\n``\"src:\"`` defines the root directory to run Darker for.\nThis is typically the source tree, but you can use ``\".\"`` (the default)\nto also reformat Python files like ``\"setup.py\"`` in the root of the whole repository.\n\nYou can also configure other arguments passed to Darker via ``\"options:\"``.\nIt defaults to ``\"--check --diff --color\"``.\nYou can e.g. add ``\"--isort\"`` to sort imports, or ``\"--verbose\"`` for debug logging.\n\n*New in version 1.1.0:*\nGitHub Actions integration. Modeled after how Black_ does it,\nthanks to Black authors for the example!\n\n*New in version 1.4.1:*\nThe ``revision:`` option, with smart default value if omitted.\n\n*New in version 1.5.0:*\nThe ``lint:`` option.\n\n*New in version 3.0.0:*\nRemoved the ``lint:`` option and moved it into the GitHub action\nof the Graylint_ package.\n\n*New in version 3.0.0:*\nBlack is now explicitly installed when running the action.\n\n\nSyntax highlighting\n===================\n\nDarker automatically enables syntax highlighting for the ``--diff`` and\n``-d``/``--stdout`` options if it's running on a terminal and the\nPygments_ package is installed.\n\nYou can force enable syntax highlighting on non-terminal output using\n\n- the ``color = true`` option in the ``[tool.darker]`` section of ``pyproject.toml`` of\n  your Python project's root directory,\n- the ``PY_COLORS=1`` environment variable, and\n- the ``--color`` command line option for ``darker``.\n  \nYou can force disable syntax highlighting on terminal output using\n\n- the ``color = false`` option in ``pyproject.toml``,\n- the ``PY_COLORS=0`` environment variable, and\n- the ``--no-color`` command line option.\n\nIn the above lists, latter configuration methods override earlier ones, so the command\nline options always take highest precedence.\n\n.. _Pygments: https://pypi.org/project/Pygments/\n\n\nGuarding against Black compatibility breakage\n=============================================\n\nDarker accesses some Black internals which don't belong to its public API. Darker is\nthus subject to becoming incompatible with future versions of Black.\n\nTo protect users against such breakage, we test Darker daily against the `Black main\nbranch`_ and strive to proactively fix any potential incompatibilities through this\nprocess. If a commit to Black ``main`` branch introduces an incompatibility with\nDarker, we will release a first patch version for Darker that prevents upgrading Black\nand a second patch version that fixes the incompatibility. A hypothetical example:\n\n1. Darker 9.0.0; Black 35.12.0\n   -\u003e OK\n2. Darker 9.0.0; Black ``main`` (after 35.12.0)\n   -\u003e ERROR on CI test-future_ workflow\n3. Darker 9.0.1 released, with constraint ``Black\u003c=35.12.0``\n   -\u003e OK\n4. Black 36.1.0 released, but Darker 9.0.1 prevents upgrade; Black 35.12.0\n   -\u003e OK\n5. Darker 9.0.2 released with a compatibility fix, constraint removed; Black 36.1.0\n   -\u003e OK\n\nIf a Black release introduces an incompatibility before the second Darker patch version\nthat fixes it, the first Darker patch version will downgrade Black to the latest\ncompatible version:\n\n1. Darker 9.0.0; Black 35.12.0\n   -\u003e OK\n2. Darker 9.0.0; Black 36.1.0\n   -\u003e ERROR\n3. Darker 9.0.1, constraint ``Black\u003c=35.12.0``; downgrades to Black 35.12.0\n   -\u003e OK\n4. Darker 9.0.2 released with a compatibility fix, constraint removed; Black 36.1.0\n   -\u003e OK\n\nTo be completely safe, you can pin both Darker and Black to known good versions, but\nthis may prevent you from receiving improvements in Black. \n\nIt is recommended to use the '``~=``' \"`compatible release`_\" version specifier for\nDarker to ensure you have the latest version before the next major release that may\ncause compatibility issues. \n\nSee issue `#382`_ and PR `#430`_ for more information.\n\n.. _compatible release: https://peps.python.org/pep-0440/#compatible-release\n.. _Black main branch: https://github.com/psf/black/commits/main\n.. _test-future: https://github.com/akaihola/darker/blob/master/.github/workflows/test-future.yml\n.. _#382: https://github.com/akaihola/darker/issues/382\n.. _#430: https://github.com/akaihola/darker/issues/430\n\n\nHow does it work?\n=================\n\nTo apply Black reformatting and to modernize format strings on changed lines,\nDarker does the following:\n\n- take a ``git diff`` of Python files between ``REV1`` and ``REV2`` as specified using\n  the ``--revision=REV1..REV2`` option\n- record current line numbers of lines edited or added between those revisions\n- run flynt_ on edited and added files (if Flynt is enabled by the user)\n- run Black_ on edited and added files\n- compare before and after reformat, noting each continuous chunk of reformatted lines\n- discard reformatted chunks on which no edited/added line falls on\n- keep reformatted chunks on which some edited/added lines fall on\n\nTo sort imports when the ``--isort`` option was specified, Darker proceeds like this:\n\n- run isort_ on each edited and added file before applying Black_\n- only if any of the edited or added lines falls between the first and last line\n  modified by isort_, are those modifications kept\n- if all lines between the first and last line modified by isort_ were unchanged between\n  the revisions, discard import sorting modifications for that file\n\n\nLimitations and work-arounds\n=============================\n\nBlack doesn't support partial formatting natively.\nBecause of this, Darker lets Black reformat complete files.\nDarker then accepts or rejects chunks of contiguous lines touched by Black,\ndepending on whether any of the lines in a chunk were edited or added\nbetween the two revisions.\n\nDue to the nature of this algorithm,\nDarker is often unable to minimize the number of changes made by Black\nas carefully as a developer could do by hand.\nAlso, depending on what kind of changes were made to the code,\ndiff results may lead to Darker applying reformatting in an invalid way.\nFortunately, Darker always checks that the result of reformatting\nconverts to the same AST as the original code.\nIf that's not the case, Darker expands the chunk until it finds a valid reformatting.\nAs a result, a much larger block of code may be reformatted than necessary.\n\nThe most reasonable work-around to these limitations\nis to review the changes made by Darker before committing them to the repository\nand unstaging any changes that are not desired.\n\n\nLicense\n=======\n\nBSD. See ``LICENSE.rst``.\n\n\nPrior art\n=========\n\n- black-macchiato__\n- darken__ (deprecated in favor of Darker; thanks Carreau__ for inspiration!)\n\n__ https://github.com/wbolster/black-macchiato\n__ https://github.com/Carreau/darken\n__ https://github.com/Carreau\n\n\nInteresting code formatting and analysis projects to watch\n==========================================================\n\nThe following projects are related to Black_ or Darker in some way or another.\nSome of them we might want to integrate to be part of a Darker run.\n\n- blacken-docs__ – Run Black_ on Python code blocks in documentation files\n- blackdoc__ – Run Black_ on documentation code snippets\n- velin__ – Reformat docstrings that follow the numpydoc__ convention\n- diff-cov-lint__ – Pylint and coverage reports for git diff only\n- xenon__ – Monitor code complexity\n- pyupgrade__ – Upgrade syntax for newer versions of the language (see `#51`_)\n- yapf_ – Google's Python formatter\n- yapf_diff__ – apply yapf_ or other formatters to modified lines only\n\n__ https://github.com/asottile/blacken-docs\n__ https://github.com/keewis/blackdoc\n__ https://github.com/Carreau/velin\n__ https://pypi.org/project/numpydoc\n__ https://gitlab.com/sVerentsov/diff-cov-lint\n__ https://github.com/rubik/xenon\n__ https://github.com/asottile/pyupgrade\n__ https://github.com/google/yapf/blob/main/yapf/third_party/yapf_diff/yapf_diff.py\n.. _yapf: https://github.com/google/yapf\n.. _#51: https://github.com/akaihola/darker/pull/51\n.. _Graylint: https://github.com/akaihola/graylint\n\n\nContributors ✨\n===============\n\nThanks goes to these wonderful people (`emoji key`_):\n\n.. raw:: html\n\n   \u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section\n        This is automatically generated. Please update `contributors.yaml` and\n        see `CONTRIBUTING.rst` for how to re-generate this table. --\u003e\n   \u003ctable\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/wnoise\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/9107?v=3\" width=\"100px;\" alt=\"@wnoise\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAaron Denney\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awnoise\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/agandra\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1072647?v=3\" width=\"100px;\" alt=\"@agandra\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAditya Gandra\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aagandra\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/kedhammar\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/89784800?v=3\" width=\"100px;\" alt=\"@kedhammar\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAlfred Kedhammar\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Akedhammar\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Akedhammar\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/aljazerzen\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/11072061?v=3\" width=\"100px;\" alt=\"@aljazerzen\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAljaž Mur Eržen\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aaljazerzen\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/akaihola\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/13725?v=3\" width=\"100px;\" alt=\"@akaihola\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAntti Kaihola\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+akaihola\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aakaihola\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aakaihola\u0026type=commits\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3Aakaihola\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aakaihola\u0026type=commits\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aakaihola\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aakaihola\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aakaihola\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aakaihola\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Aakaihola\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/artel1992\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/25362233?v=3\" width=\"100px;\" alt=\"@artel1992\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eArtem Uk\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aartel1992\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aartel1992\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Ashblaze\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/25725925?v=3\" width=\"100px;\" alt=\"@Ashblaze\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAshblaze\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3AAshblaze\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/levouh\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/31262046?v=3\" width=\"100px;\" alt=\"@levouh\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAugust Masquelier\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Alevouh\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Alevouh\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/AckslD\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/23341710?v=3\" width=\"100px;\" alt=\"@AckslD\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eAxel Dahlberg\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AAckslD\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AAckslD\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/baod-rate\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/6306455?v=3\" width=\"100px;\" alt=\"@baod-rate\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBao\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Abaod-rate\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/baodrate\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/6306455?v=3\" width=\"100px;\" alt=\"@baodrate\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBao\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Abaodrate\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Abaodrate\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Abaodrate\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/qubidt\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/6306455?v=3\" width=\"100px;\" alt=\"@qubidt\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBao\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aqubidt\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/falkben\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/653031?v=3\" width=\"100px;\" alt=\"@falkben\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBen Falk\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Afalkben\u0026type=pullrequests\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Afalkben\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/brtkwr\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/2181426?v=3\" width=\"100px;\" alt=\"@brtkwr\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBharat\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Abrtkwr\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/brtknr\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/2181426?v=3\" width=\"100px;\" alt=\"@brtknr\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBharat Kunwar\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3Abrtknr\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/bdperkin\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/3385145?v=3\" width=\"100px;\" alt=\"@bdperkin\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBrandon Perkins\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Abdperkin\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/brettcannon\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/54418?v=3\" width=\"100px;\" alt=\"@brettcannon\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eBrett Cannon\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Abrettcannon\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/casio\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/29784?v=3\" width=\"100px;\" alt=\"@casio\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eCarsten Kraus\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Acasio\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/mrfroggg\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/35123233?v=3\" width=\"100px;\" alt=\"@mrfroggg\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eCedric\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Amrfroggg\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/chmouel\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/98980?v=3\" width=\"100px;\" alt=\"@chmouel\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eChmouel Boudjnah\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Achmouel\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Achmouel\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/cclauss\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/3709715?v=3\" width=\"100px;\" alt=\"@cclauss\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eChristian Clauss\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Acclauss\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/chrisdecker1201\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/20707614?v=3\" width=\"100px;\" alt=\"@chrisdecker1201\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eChristian Decker\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Achrisdecker1201\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Achrisdecker1201\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/KangOl\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/38731?v=3\" width=\"100px;\" alt=\"@KangOl\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eChristophe Simonis\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AKangOl\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/CorreyL\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/16601729?v=3\" width=\"100px;\" alt=\"@CorreyL\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eCorrey Lim\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ACorreyL\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ACorreyL\u0026type=commits\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3ACorreyL\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ACorreyL\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/dkeraudren\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/82873215?v=3\" width=\"100px;\" alt=\"@dkeraudren\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDamien Keraudren\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Adkeraudren\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/fizbin\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/4110350?v=3\" width=\"100px;\" alt=\"@fizbin\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDaniel Martin\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Afizbin\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/DavidCDreher\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/47252106?v=3\" width=\"100px;\" alt=\"@DavidCDreher\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDavid Dreher\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ADavidCDreher\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/shangxiao\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1845938?v=3\" width=\"100px;\" alt=\"@shangxiao\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDavid Sanders\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ashangxiao\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ashangxiao\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/dhrvjha\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/43818577?v=3\" width=\"100px;\" alt=\"@dhrvjha\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDhruv Kumar Jha\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Adhrvjha\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Adhrvjha\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/dshemetov\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1810426?v=3\" width=\"100px;\" alt=\"@dshemetov\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDmitry Shemetov\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Adshemetov\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Adshemetov\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/k-dominik\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/24434157?v=3\" width=\"100px;\" alt=\"@k-dominik\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDominik Kutra\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ak-dominik\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Ak-dominik\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ak-dominik\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/virtuald\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/567900?v=3\" width=\"100px;\" alt=\"@virtuald\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDustin Spicuzza\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Avirtuald\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/DylanYoung\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/5795220?v=3\" width=\"100px;\" alt=\"@DylanYoung\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eDylanYoung\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ADylanYoung\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ADylanYoung\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/phitoduck\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/32227767?v=3\" width=\"100px;\" alt=\"@phitoduck\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eEric Riddoch\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aphitoduck\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Eyobkibret15\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/64076953?v=3\" width=\"100px;\" alt=\"@Eyobkibret15\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eEyob Kibret\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3AEyobkibret15\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/felixvd\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/4535737?v=3\" width=\"100px;\" alt=\"@felixvd\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eFelix von Drigalski\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Afelixvd\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Afelixvd\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Afelixvd\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Afelixvd\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/philipgian\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/6884633?v=3\" width=\"100px;\" alt=\"@philipgian\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eFilippos Giannakos\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aphilipgian\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/foxwhite25\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/39846845?v=3\" width=\"100px;\" alt=\"@foxwhite25\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eFox_white\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+foxwhite25\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Garfounkel\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/10576004?v=3\" width=\"100px;\" alt=\"@Garfounkel\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eGarfounkel\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AGarfounkel\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/gdiscry\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/476823?v=3\" width=\"100px;\" alt=\"@gdiscry\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eGeorges Discry\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Agdiscry\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/gergelypolonkai\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/264485?v=3\" width=\"100px;\" alt=\"@gergelypolonkai\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eGergely Polonkai\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Agergelypolonkai\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/muggenhor\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/484066?v=3\" width=\"100px;\" alt=\"@muggenhor\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eGiel van Schijndel\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Amuggenhor\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/haohu321\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/25491828?v=3\" width=\"100px;\" alt=\"@haohu321\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eHao Hu\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ahaohu321\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ahaohu321\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/jabesq\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/12049794?v=3\" width=\"100px;\" alt=\"@jabesq\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eHugo Dupras\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ajabesq\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ajabesq\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/hugovk\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1324225?v=3\" width=\"100px;\" alt=\"@hugovk\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eHugo van Kemenade\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ahugovk\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ahugovk\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ahugovk\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ahugovk\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/irynahryshanovich\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/62266480?v=3\" width=\"100px;\" alt=\"@irynahryshanovich\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eIryna\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Airynahryshanovich\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/yajo\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/973709?v=3\" width=\"100px;\" alt=\"@yajo\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eJairo Llopis\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ayajo\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/DeinAlptraum\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/51118500?v=3\" width=\"100px;\" alt=\"@DeinAlptraum\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eJannick Kremer\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ADeinAlptraum\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3ADeinAlptraum\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/jasleen19\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/30443449?v=3\" width=\"100px;\" alt=\"@jasleen19\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eJasleen Kaur\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ajasleen19\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3Ajasleen19\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/jedie\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/71315?v=3\" width=\"100px;\" alt=\"@jedie\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eJens Diemer\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ajedie\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ajedie\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ajedie\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/jenshnielsen\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/548266?v=3\" width=\"100px;\" alt=\"@jenshnielsen\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eJens Hedegaard Nielsen\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+jenshnielsen\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/jvacek\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1302278?v=3\" width=\"100px;\" alt=\"@jvacek\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eJonas Vacek\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+jvacek\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ajvacek\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ajvacek\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/wkentaro\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/4310419?v=3\" width=\"100px;\" alt=\"@wkentaro\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eKentaro Wada\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awkentaro\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awkentaro\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Asuskf\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/36687747?v=3\" width=\"100px;\" alt=\"@Asuskf\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eKevin David\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3AAsuskf\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Krischtopp\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/56152637?v=3\" width=\"100px;\" alt=\"@Krischtopp\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eKrischtopp\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AKrischtopp\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/leotrs\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1096704?v=3\" width=\"100px;\" alt=\"@leotrs\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eLeo Torres\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aleotrs\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/magnunm\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/45951302?v=3\" width=\"100px;\" alt=\"@magnunm\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMagnus N. Malmquist\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Amagnunm\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/markddavidoff\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1360543?v=3\" width=\"100px;\" alt=\"@markddavidoff\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMark Davidoff\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Amarkddavidoff\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/dwt\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/57199?v=3\" width=\"100px;\" alt=\"@dwt\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMartin Häcker\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Adwt\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/matclayton\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/126218?v=3\" width=\"100px;\" alt=\"@matclayton\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMat Clayton\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Amatclayton\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Carreau\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/335567?v=3\" width=\"100px;\" alt=\"@Carreau\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMatthias Bussonnier\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ACarreau\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ACarreau\u0026type=commits\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3ACarreau\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ACarreau\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ACarreau\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ACarreau\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ACarreau\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/MatthijsBurgh\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/18014833?v=3\" width=\"100px;\" alt=\"@MatthijsBurgh\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMatthijs van der Burgh\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AMatthijsBurgh\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AMatthijsBurgh\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AMatthijsBurgh\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AMatthijsBurgh\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/minrk\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/151929?v=3\" width=\"100px;\" alt=\"@minrk\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMin RK\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aconda-forge%2Fdarker-feedstock+involves%3Aminrk\u0026type=issues\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/my-tien\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/3898364?v=3\" width=\"100px;\" alt=\"@my-tien\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMy-Tien Nguyen\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Amy-tien\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Mystic-Mirage\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1079805?v=3\" width=\"100px;\" alt=\"@Mystic-Mirage\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eMystic-Mirage\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AMystic-Mirage\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AMystic-Mirage\u0026type=commits\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3AMystic-Mirage\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AMystic-Mirage\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/njhuffman\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/66969728?v=3\" width=\"100px;\" alt=\"@njhuffman\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eNathan Huffman\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Anjhuffman\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Anjhuffman\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/wasdee\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/8089231?v=3\" width=\"100px;\" alt=\"@wasdee\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eNutchanon Ninyawee\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awasdee\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Awasdee\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Pacu2\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/21290461?v=3\" width=\"100px;\" alt=\"@Pacu2\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ePacu2\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3APacu2\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3APacu2\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/PatrickJordanCongenica\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/85236670?v=3\" width=\"100px;\" alt=\"@PatrickJordanCongenica\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ePatrick Jordan\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3APatrickJordanCongenica\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/ivanov\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/118211?v=3\" width=\"100px;\" alt=\"@ivanov\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ePaul Ivanov\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aivanov\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aivanov\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3Aivanov\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/gesslerpd\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/11217948?v=3\" width=\"100px;\" alt=\"@gesslerpd\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ePeter Gessler\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Agesslerpd\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Agesslerpd\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/flying-sheep\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/291575?v=3\" width=\"100px;\" alt=\"@flying-sheep\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ePhilipp A.\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aflying-sheep\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/RishiKumarRay\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/87641376?v=3\" width=\"100px;\" alt=\"@RishiKumarRay\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eRishi Kumar Ray\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+RishiKumarRay\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/ioggstream\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1140844?v=3\" width=\"100px;\" alt=\"@ioggstream\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eRoberto Polli\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aioggstream\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/roniemartinez\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/2573537?v=3\" width=\"100px;\" alt=\"@roniemartinez\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eRonie Martinez\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aroniemartinez\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/rossbar\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1268991?v=3\" width=\"100px;\" alt=\"@rossbar\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eRoss Barnowski\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Arossbar\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/sgaist\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/898010?v=3\" width=\"100px;\" alt=\"@sgaist\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eSamuel Gaist\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Asgaist\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Asgaist\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/seweissman\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/3342741?v=3\" width=\"100px;\" alt=\"@seweissman\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eSarah\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aseweissman\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aseweissman\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/sherbie\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/15087653?v=3\" width=\"100px;\" alt=\"@sherbie\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eSean Hammond\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3Asherbie\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/hauntsaninja\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/12621235?v=3\" width=\"100px;\" alt=\"@hauntsaninja\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eShantanu\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ahauntsaninja\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/simgunz\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/466270?v=3\" width=\"100px;\" alt=\"@simgunz\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eSimone Gaiarin\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Asimgunz\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Asimgunz\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/soxofaan\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/44946?v=3\" width=\"100px;\" alt=\"@soxofaan\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eStefaan Lippens\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Asoxofaan\u0026type=pullrequests\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/strzonnek\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/80001458?v=3\" width=\"100px;\" alt=\"@strzonnek\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eStephan Trzonnek\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Astrzonnek\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Svenito\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/31278?v=3\" width=\"100px;\" alt=\"@Svenito\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eSven Steinbauer\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ASvenito\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3ASvenito\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ASvenito\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ASvenito\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/tkolleh\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/3095197?v=3\" width=\"100px;\" alt=\"@tkolleh\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eTJ Kolleh\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Atkolleh\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/talhajunaidd\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/6547611?v=3\" width=\"100px;\" alt=\"@talhajunaidd\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eTalha Juanid\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Atalhajunaidd\u0026type=commits\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Atalhajunaidd\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Atalhajunaidd\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/guettli\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/414336?v=3\" width=\"100px;\" alt=\"@guettli\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eThomas Güttler\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aguettli\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aguettli\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/tehunter\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/7980666?v=3\" width=\"100px;\" alt=\"@tehunter\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eThomas H\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Atehunter\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Atehunter\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Timple\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/5036851?v=3\" width=\"100px;\" alt=\"@Timple\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eTim Clephas\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ATimple\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3ATimple\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/tobiasdiez\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/5037600?v=3\" width=\"100px;\" alt=\"@tobiasdiez\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eTobias Diez\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/tapted\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1721312?v=3\" width=\"100px;\" alt=\"@tapted\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eTrent Apted\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Atapted\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/tgross35\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/13724985?v=3\" width=\"100px;\" alt=\"@tgross35\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eTrevor Gross\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Atgross35\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/victorcui96\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/14048976?v=3\" width=\"100px;\" alt=\"@victorcui96\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eVictor Cui\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Avictorcui96\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/yoursvivek\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/163296?v=3\" width=\"100px;\" alt=\"@yoursvivek\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eVivek Kushwaha\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ayoursvivek\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ayoursvivek\u0026type=commits\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Hainguyen1210\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/15359217?v=3\" width=\"100px;\" alt=\"@Hainguyen1210\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eWill\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3AHainguyen1210\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/wjdp\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1690934?v=3\" width=\"100px;\" alt=\"@wjdp\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eWill Pimblett\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awjdp\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awjdp\u0026type=pullrequests\" title=\"Documentation\"\u003e📖\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/Will-Ruddick\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/65230899?v=3\" width=\"100px;\" alt=\"@Will-Ruddick\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eWill-Ruddick\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AWill-Ruddick\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/wpnbos\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/33165624?v=3\" width=\"100px;\" alt=\"@wpnbos\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eWilliam Bos\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Awpnbos\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/anakinxc\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/103552181?v=3\" width=\"100px;\" alt=\"@anakinxc\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eYancheng Zheng\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aanakinxc\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/zachnorton4C\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/49661202?v=3\" width=\"100px;\" alt=\"@zachnorton4C\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eZach Norton\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Azachnorton4C\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/zmeir\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/33152084?v=3\" width=\"100px;\" alt=\"@zmeir\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eZohar Meir\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Azmeir\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Azmeir\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Azmeir\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/clintonsteiner\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/47841949?v=3\" width=\"100px;\" alt=\"@clintonsteiner\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ecsteiner\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aclintonsteiner\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aclintonsteiner\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aclintonsteiner\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aclintonsteiner\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/deadkex\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/59506422?v=3\" width=\"100px;\" alt=\"@deadkex\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003edeadkex\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Adeadkex\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Adeadkex\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/dsmanl\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/67360039?v=3\" width=\"100px;\" alt=\"@dsmanl\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003edsmanl\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Adsmanl\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/leej3\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/5418152?v=3\" width=\"100px;\" alt=\"@leej3\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ejohn lee\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aleej3\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/jsuit\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1467906?v=3\" width=\"100px;\" alt=\"@jsuit\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003ejsuit\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+involves%3Ajsuit\u0026type=discussions\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/martinRenou\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/21197331?v=3\" width=\"100px;\" alt=\"@martinRenou\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003emartinRenou\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aconda-forge%2Fstaged-recipes+akaihola%2Fdarker+involves%3AmartinRenou\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3AmartinRenou\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AmartinRenou\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3AmartinRenou\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/mayk0gan\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/96263702?v=3\" width=\"100px;\" alt=\"@mayk0gan\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003emayk0gan\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Amayk0gan\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/okuuva\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/2804020?v=3\" width=\"100px;\" alt=\"@okuuva\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eokuuva\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aokuuva\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aokuuva\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aokuuva\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Aokuuva\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/overratedpro\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/1379994?v=3\" width=\"100px;\" alt=\"@overratedpro\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eoverratedpro\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aoverratedpro\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/ranelpadon\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/4292088?v=3\" width=\"100px;\" alt=\"@ranelpadon\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eranelpadon\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Aranelpadon\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/samoylovfp\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/17025459?v=3\" width=\"100px;\" alt=\"@samoylovfp\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003esamoylovfp\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+reviewed-by%3Asamoylovfp\u0026type=pullrequests\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Asamoylovfp\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/simonf-dev\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/52134089?v=3\" width=\"100px;\" alt=\"@simonf-dev\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003esfoucek\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Asimonf-dev\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Asimonf-dev\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/shane-kearns\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/10816132?v=3\" width=\"100px;\" alt=\"@shane-kearns\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eshane-kearns\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Ashane-kearns\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ashane-kearns\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Ashane-kearns\u0026type=issues\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n     \u003ctr\u003e\n       \u003ctd align=\"center\"\u003e\n         \u003ca href=\"https://github.com/rogalski\"\u003e\n           \u003cimg src=\"https://avatars.githubusercontent.com/u/9485217?v=3\" width=\"100px;\" alt=\"@rogalski\" /\u003e\n           \u003cbr /\u003e\n           \u003csub\u003e\n             \u003cb\u003eŁukasz Rogalski\u003c/b\u003e\n           \u003c/sub\u003e\n         \u003c/a\u003e\n         \u003cbr /\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Arogalski\u0026type=pullrequests\" title=\"Code\"\u003e💻\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+author%3Arogalski\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n         \u003ca href=\"https://github.com/search?q=repo%3Aakaihola%2Fdarker+commenter%3Arogalski\u0026type=issues\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\n       \u003c/td\u003e\n     \u003c/tr\u003e\n   \u003c/table\u003e   \u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the all-contributors_ specification.\nContributions of any kind are welcome!\n\n.. _README.rst: https://github.com/akaihola/darker/blob/master/README.rst\n.. _emoji key: https://allcontributors.org/docs/en/emoji-key\n.. _all-contributors: https://allcontributors.org\n\n\nGitHub stars trend\n==================\n\n|stargazers|_\n\n.. |stargazers| image:: https://starchart.cc/akaihola/darker.svg\n.. _stargazers: https://starchart.cc/akaihola/darker\n","funding_links":[],"categories":["Python","Code Formatting"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaihola%2Fdarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakaihola%2Fdarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakaihola%2Fdarker/lists"}