Andreas Backx

Results 120 comments of Andreas Backx
trafficstars

Let's say you have a `User` model and an `Order` model where an order is placed by a user. `Order.user` would be a `ForeignKey` to `User`. This is what will...

@HeinrichWizardKreuser please don't post the same question in multiple issues. #123

@anuj9196 could you provide some code and perhaps a test case in a PR to illustrate your point/bug? > There are two visibility mode as per the documentation set to...

Feel free to make a PR, I don't think it has been given any thought yet. Thank you!

Could you provide some more information?

Import from `safedelete` directly, see the source: https://github.com/makinacorpus/django-safedelete/blob/master/safedelete/__init__.py @Gagaro, should the documentation change to reflect where to import these from, should they be imported in `models.py` as well, or perhaps...

The project is now online. It's called [Rubecula](https://github.com/Rubecula/VS-Code). Currently there is only a VS Code version online. I hope to add more platforms in the future. I have not added...

I'm getting the following logs when I clear the cache which I think might be related to this issue. ``` Unable to decode Cache/GutterColor/black.png Unable to decode Cache/GutterColor/blue.png Unable to...

Any update on this? These are some basic settings I found recommended for enabling gzip which I'm using right now: ``` nginx gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any;...

@vilhalmer I think both of those proposals would be definite improvements. As discussed briefly on IRC, I would hope that this suffices _for now_. In the future wlr-output-management could be...