Jan Češpivo

Results 10 comments of Jan Češpivo

> So this is a request to support the new spec in the file as a _source_, then right? Yes, exactly.

Original PEP-631 has been accepted and was merged into [PEP 621](https://peps.python.org/pep-0621). It is the same however it might add some context: https://peps.python.org/pep-0621/#dependencies-optional-dependencies

> Can we get a good example, with expected vs actual output? Currently there is no output when dependencies are declared in pyproject.toml under [project.dependencies] section. The section is ignored...

Hi, we are also struggling with the same issue. It seems there is no progress in git-go (see https://github.com/go-git/go-git/issues/64).

I don't think it is needed to extend the API with another function `async_command`. The original function `command` might be extended to detect whether a decorated function is async or...

I'm also experiencing the same issue. sway version 1.6.1 sway log: ``` Nov 14 11:51:35 hostname sway[845]: 00:25:57.710 [ERROR] [wlr] [backend/drm/drm.c:725] connector eDP-1: Failed to initialize renderer: initial page-flip failed...

Hi, I'm using hx-swap-oob and afterSwap event successfully. There is a gotcha though, when afterSwap event is bind to element that is replaced during the swap. In that case also...

This causes problem with local development where we need to get real host (ie. localhost:8787)

@AndydeCleyre I've checked it and it works already, probably fixed in different issue. pyproject.toml: ```toml name = "some-package" version = "0.0.0.dev" requires-python = ">=3.8" dependencies = [ "kubernetes", "pyyaml", "pydantic",...