mfdebby
mfdebby
Having a similar issue but for me the second request is not running. ``` htmx.ajax('GET', "/cart/products", {target:"#cart_products", swap:"innerHTML"}); htmx.ajax('GET', "/cart/summary", {target:"#cart_summary", swap:"innerHTML"}); htmx.ajax('GET', "/cart/products_count", {target:"#cart_product_count", swap:"innerHTML"}); ```
I solved this by running multiple mypy checks on my make recipe. ``` @poetry run mypy --install-types --explicit-package-bases --fast-module-lookup --ignore-missing-imports --strict package2/. @poetry run mypy --install-types --explicit-package-bases --fast-module-lookup --ignore-missing-imports --strict...