Kieran Evans
Kieran Evans
I'm also getting this, in a new django project, following the details here to get DRF set up (http://www.django-rest-framework.org/tutorial/quickstart/), and then the details in the README for this project to...
It appears that `sound/soc.h` changed in kernel 5.3 to change those names. https://github.com/torvalds/linux/blob/0ecfebd2b52404ae0c54a878c872bb93363ada36/include/sound/soc.h#L930 Vs https://github.com/torvalds/linux/blob/4d856f72c10ecb060868ed10ff1b1453943fc6c8/include/sound/soc.h#L926
This was a red-herring for me, as I have a voice-hat, not the bonnet - D'oh. Though for those with the bonnet, the issue remains, so I wont close the...
@nmilenko those errors are identical to mine after a _quick_ look. The changes in the diff should get it to at least compile. As I mentioned though - I was...
@ddoria921 can you try modifying your config.xml to ``` ``` It should be setting a default, bit maybe it's being missed? Typed that on mobile while on the move btw,...
Ok, I'll have a look in the morning to see if I can find anything. Silly question, but have to ask, did you try removing and readding the plugin? On...
I've not been able to recreate or figure out anything potentially wrong I'm afraid. It looks like other plugins use this same method. I don't think it's an issue with...
@huytran0605 I believe anything after or including 25.1.0 will work, but I've not tested. The exifinterface was added in 25.1.0, so won't work on anything earlier.
This would also be useful for JSONAPI exposed through OpenAPI. `?filter[foo]=bar` is the format for JSONAPI filtering, (though the specifics are not defined, and left to implementations). In this case,...
@hkosova Oh wow, that's perfect! Looks like I need to do some more RTFM :)