Results 41 comments of greyhare

So is there some specific reason you need me to fix this, or is this standard practice? Because I don't have the first clue how `cms check` works internally.

Just ran into this again, looked it up on GitHub, and wow, deja vu. Kind of amazing nobody else had this problem. So does anyone know where to find the...

All that "how to be a contributor" stuff is personnel management. What I need is recommended debugging processes. What tools you use to instrument code. Recommended practices. That kind of...

That documentation's entire coverage of the `cms check` command: > cms check > > Checks your configuration and environment. Django itself, meanwhile, has a [good example of the](https://docs.djangoproject.com/en/4.0/topics/checks/) [kind of...

P.S. If anyone else find this on Google and needs a way to skip the check until it works, put this in your `settings.py`: ```python SEKIZAI_IGNORE_VALIDATION = True ```

#4135 looks like the same bug as this. I'm seeign the same problem. I have UTM running my VM, I come back to it some hours later, wake up my...

In case anyone finds this like I did, this seems to be a workaround: For "Display Card", choose `virtio-ramfb` instead of `virtio-ramfb-gl`. It used to die within a couple of...

... Best I can tell is that, contrary to the documentation, both billing and shipping addresses are mandatory. From what I've dug through, not only does the system require materialized...