Wade Cheng

Results 16 comments of Wade Cheng

If this is a bug, at the very least, it would be nice to have a mention of it next to `NUMBER` in the pytest docs.

> Why is icon in conf anyways? I feel like that's something that usually wouldn't be? I'm a newer ggez user and haven't been immersed in its conventions or in-depth...

Bug might specifically be "an item with children-items always has paragraph spacing"?

observe the correct behavior at [pdf](https://github.com/user-attachments/files/23433932/x.pdf) I wonder if there are test cases?

quite embarrasingly, I forgot to check the issue tracker, where #96 mentions this. (also, I feel the need to state again that this is a really conceptual pr and very...

Workaround doesn't work for me. Still hitting a ``` thumbnail_default_storage = get_storage() File "....../venv/lib/python3.10/site-packages/easy_thumbnails/storage.py", line 24, in get_storage from django.core.files.storage import get_storage_class ImportError: cannot import name 'get_storage_class' from 'django.core.files.storage' (......../venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py)...

I'm getting the compilation error `error[E0658]: let expressions in this position are unstable` in release CI for _only_ aarch64-pc-windows-msvc. The error mentions https://github.com/rust-lang/rust/issues/53667, which leads me to believe dist is...

Perfect, yes, I agree with replacing "for" with "to." That fixes my perceived issue. A better description of that perceived issue follows. From your first interpretation: > Neither of them...