Anton Kochnev
Anton Kochnev
Here are my two cents... What if in most cases we use a `systemd` manager for our services it would be graceful to add a [systemd-socket](https://www.freedesktop.org/software/systemd/man/systemd.socket.html) into bjoern out-of-the-box. In...
> It always works as a WSGI server (which is a special kind of HTTP server) Hmm.... This is my `wsgi.py` ```python import os from app.core import create_app app =...
Shows the group users list if you are in the group chat. 
In continuous of this idea: ```python from marshmallow_peewee import ModelSchema as _ModelSchema from marshmallow import pre_load class ModelSchema(_ModelSchema): @pre_load def drop_empty_fields(self, obj): for x in self.Meta.drop_empty_fields: if x in obj...
The same for Matebook 14 AMD 2021 (Ryzen 5 5500U)
@IlyaSkriblovsky stop the panic :) The next release of Linux kernel 5.16 will bring support to this codec. (planned on Jan,2022) I think SOF project guys will close this issue...
@superm1 are you talking about [this one](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a164137ce91a95a1a5e2f2ca381741aa5ba14b63) ?
The same here from me... pylyzer version is 0.0.76 tried to use in Sublime as additional LSP server. One thread of the process uses CPU 100%.... The message in the...