Vsevolod Novikov
Vsevolod Novikov
Please explain what do you think is required more precisely. Is there some analog for other widget types? Did you try to use FormField or ModelField for this purpose instead?
You can override static files using a common project-wide static folder as described in the Django documentation.
Hi! Unfortunately, there is no ready-to-use solution for your problem. If you have a good solution, feel free to suggest a PR for your needs. I will leave this issue...
Hello @GregKaleka, I've made changes described in your version of README and got the following error: ``` File "/disk0/home/seva/swat/sgerp/jsoneditor/forms.py", line 50, in __init__ super().__init__(*args, **kwargs) TypeError: __init__() got an unexpected...
fixed algorithm and testcases have been extended
You could fix your SOF-specific doc IMHO, although it's a minor issue anyway.
@marc-hb https://github.com/thesofproject/sof-docs/pull/477
Please fix the doc (or the code) https://thesofproject.github.io/latest/getting_started/intel_debug/suggestions.html#es8336-support: /sys/module/snd_soc_sof_es8336/parameters/quirk reports only overridden quirk value, not the default one. When the override is not set, the /sys/module/snd_soc_sof_es8336/parameters/quirk reports -1 on my...
[dmesg log with quirk override](https://github.com/thesofproject/linux/files/11634734/dmesg.txt) with all debug on [dmesg log without quirk override](https://github.com/thesofproject/linux/files/11634769/dmesg-1.txt) with all debug on
> Note 5.19.0-43-generic is pretty old now, maybe this has already been fixed? I have no idea sorry, however you should always be testing a more recent kernel. It's the...