Skip to content

Here's what's popular on GitHub today...

black

Trending repository

ichard26
ichard26 commented Mar 15, 2022

Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504 ignores were present in code or configuration. Only after adding explicitly W503 to extended-ignore would flake8 be satisfied.

_Originally posted by

HTML logo

Popular topic

HTML is the fundamental markup language for webpages.
Repography screenshot

App recommended by GitHub

Repography

Repography allows you to create graphical dashboards you can embed in your README.md, and also to turn your project into a beautiful data visualization posters for your home or office.

Trending repository

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

  • Updated Mar 16, 2022
  • Shell
Reactive-Resume

Trending repository

modem7
modem7 commented Mar 14, 2022

Container healthchecks for server, client and DB. In case something fails for whatever reason (usually it'd either be the server or the DB), it can be automatically restarted.

This can further be extended if you so wish by utilising "depends_on" in your compose file.

e.g.

depends_on:
  postgres-database:
    condition: service_healthy

This can either be done via compose,

App recommended by GitHub

webapp.io

Ship code faster with webapp.io

Developers move much faster using webapp.io to get per-branch review & E2E testing environments.

  • Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
  • Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like npm install over and over again.