Adrian

Results 150 issues of Adrian

``` $ uv pip compile --python-version 3.9 requirements.in -o requirements.txt error: Querying Python at `/home/adrian/.pyenv/shims/python3.9` failed with status exit status: 127: --- stdout: --- stderr: pyenv: python3.9: command not found...

bug

I found this kind pretty useful to immediately see which entries in `requirements.txt` come from direct dependencies, and to also see which ones are both direct and transitive ones. To...

compatibility

`pip-compile` considers dependencies on `setuptools` (and `pip`) unsafe and mentions this at the end of the generated file: ```py # The following packages are considered to be unsafe in a...

wontfix
compatibility

### Description I have a base template that uses `{% autoescape false %}` around a block because the contents of that particular block are used in a plaintext context that...

bug
parser

It looks like the live reload of the marpit server always tries to connect to localhost. This doesn't work if you use a different hostname. Especially in the era of...

A link pointing to .../master/... doesn't trigger the code preview for example. A nice solution to prevent later changes would be to automatically look up the current commit the branch/tag...

Type/Enhancement

### Bug description ![image](https://github.com/felddy/foundryvtt-docker/assets/179599/08d79ef7-6354-4465-acc1-1b2f0a4d4a89) ![image](https://github.com/felddy/foundryvtt-docker/assets/179599/cb574b75-f702-4bda-8d71-9e94e0df5cdf) The message with the language pack is the default one instead of the Docker mention. ### Steps to reproduce - Use a language pack (only...

enhancement :sparkles:
javascript :coffee:

It's never been executed because that function is missing the `test_` prefix in the name and it's *completely* broken...

bug
help wanted

The easiest solution would be to show a warning when saving notes and the current revision changed since opening the dialog. Let's keep this somewhat simple for now: Keep track...

enhancement

They look pretty crappy when used e.g. in category descriptions (probably similar in minutes, haven't tested there). Adding larger margins and/or borders between cells could be an improvement. We'd need...

enhancement