Results 6 comments of Liquan Yang

I'm wondering if there's an option to print multiple images using the `send` method. I'm not using the CLI since I want to use the core methods available in the...

How does your serializer look like? It should be inheriting `DynamicFieldsMixin`.

The behavior in the first query happens because `books` is a many-to-many field. However, it's quite unlikely that the issue lies with django-restql as django-restql simply propagates the filtering responsibility...

This would be a nice addition, but I can foresee issues where there is no underlying field in the database table, even though it is represented in the serializer such...

Was wondering if there's any news on this. I just installed the latest GalliumOS 3.1 on my SAMUS but internal mic doesn't work.

Speak of the devil, I just found the fix. It turns out there's an additional script that needs to be executed in the post-install: [`samus-alsaenable-microphone`](https://github.com/GalliumOS/galliumos-samus/blob/master/usr/bin/samus-alsaenable-microphone). The [wiki page](https://wiki.galliumos.org/Installing/Samus) will need...