An implementation of the CSS layout algorithm.

2 Open Issues Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Convert the project's README file from reStructuredText (reST) format to GitHub-flavored Markdown (GFM). This involves using a tool like Pandoc to perform the conversion, then manually verifying and cleaning up the resulting Markdown file to ensure it renders correctly and consistently with the original reST file. The original reST file should then be deleted.

Complexity: 2/5
enhancement good first issue

An implementation of the CSS layout algorithm.

Python

AI Summary: The task involves migrating a Python project's linting and formatting from Flake8/isort/Black to Ruff. This includes adding Ruff configuration to `pyproject.toml` and `.pre-commit-config.yaml`, removing old configurations, running `pre-commit run -a`, and creating a global ignore list in `pyproject.toml` for any Ruff rules that initially fail. The goal is to set up the Ruff infrastructure without resolving any code style issues at this stage.

Complexity: 3/5
enhancement good first issue

An implementation of the CSS layout algorithm.

Python