Chris Arderne
Chris Arderne
Just adding another voice to this. We're using `pyproject.toml` without poetry, and many more will shortly be doing so as it catches on. For now I just have a `requirements.txt`...
You can use `npm install -g tileserver-gl-light` (which doesn't have the `mapbox-gl-native` dependency) to get around this (assuming you don't need that functionality).
Resolved by https://github.com/FrontierDevelopmentLab/sat-extractor/commit/962460b86994e626f683c505730e4968e43f85eb
**TLDR:** Build fails using Oryx from a `Web app Linux` deployment when using `setuptools_scm` because it uses `--intermediate-dir`. Possible solutions: 1. Pass a different Onyx command to the pipeline and...
The problem is that the `.git` folder is excluded from the `--intermediate-dir`. This will be the same regardless of the Python version. Just tried with `3.9` and got the same...
Also having this issue, using any editor (including `sed`). ``` OS: Ubuntu 22.04 Node: v16.18.1 npm: 8.19.2 TailwindCSS: 3.2.3 ``` Minimal reproduction here: https://github.com/carderne/tailwind-watch-issue
Yup, works for me!
Thanks for looking into it! Interestingly it doesn't happen on Firefox `91.8.0ecr`. (For my own purposes I'm happy to just minimise the charts when I'm doing editing.)
It will work if you change it as below. i.e. specify the cost. I can't remember the mechanics of why (presumably the conversion is based on cost and not price)...
This has been fixed by #488, released in `typer==0.7.0`.