Results 41 issues of Jean Abou Samra

On the topic of standardizing workflows, I think one cool feature of, e.g., Cargo, is the `cargo test` command that is the same across projects (as opposed in Python to:...

I like to use a unified UI for packaging-related tasks. One pretty important use case to me is installing CLI tools in one virtual environment per package, which is the...

To reproduce: ```shell $ cat hatch.toml [envs.default] dependencies = "sphinx" [envs.default.scripts] build = "python build.py" $ hatch run build ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/jean/.local/pipx/venvs/hatch/lib64/python3.12/site-packages/hatch/cli/__init__.py:221 in │...

Allow Gettext message extraction to be skipped on selected documents using a `:notranslate:` metadata field. ### Feature or Bugfix Feature ### Relates Fixes #11787

### Context I know that styling is subjective, so feel free to ignore this suggestion, but I would still like to record it. ![image](https://user-images.githubusercontent.com/37271310/218280209-e8cfe33b-0d35-4211-9c8f-59bc7ceeaa39.png) When I hover on the copy...

enhancement

https://w3c.github.io/smufl/latest/specification/font-specific-metadata.html doesn’t say how it should be called. Is this arbitrary? Is there a recommendation?

spec-change

(Right now this uses a test project on TestPyPI, we'll see if it works.)

@goshatch Redux of #2628

This PR on the repo for the packaging.python.org guide https://github.com/pypa/packaging.python.org/pull/1428 reveals an easy-to-make mistake in Sphinx and similar tools: ```rest .. code-block:: python >>> some Python console session ``` where...

Things I'd like to automate: * From tag to PyPi -- ideally, to test-pypi on every tagged commit (https://github.com/marketplace/actions/pypi-publish) -- and the actual release would be a special action I...