Evstifeev Roman

Results 48 comments of Evstifeev Roman

I can confirm this bug on my lenovo laptop, 5.16.0 kernel ``` 04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter Subsystem: Lenovo Device c123 Flags:...

Update: the message flood only happens when laptop charger is not connected. 1) I connected the charger. The "firmware failed to leave lps state" message stopped to appear, but "failed...

FWIW I have reported issue here as well: https://bugzilla.kernel.org/show_bug.cgi?id=215496

@pooh2pooh do you use bluetooth devices by any chance?

@rilwansmith do you use Bluetooth mouse by any chance? Trying to figure out if it is relevant.

the same problem on openSUSE

One interesting doscovery: if i change `'http://ex.org/#shortname'` to `{'@id': 'http://ex.org/#shortname'}` in the input data json, then property name compaction suddenly works, but the property value still not compacted: ``` {'@context':...

@jefersonvinicius There is a PR adding fileprovider to the p4a: https://github.com/kivy/python-for-android/pull/1922 it will allow to do what you did manually above, by just specifying a path to your `file_paths.xml` during...

It would help if you can try to build apk with it and leave your review in the comment of that PR

It is not included in the buildozer yet, so after installing this p4a you should build your apk like this: p4a apk --private {app_root_dir} --version={app_version} --bootstrap=sdl2 --window --requirements=python3,kivy,openssl,sqlite3,pillow,pytz,sdl2,{requirements} --permission=CALL_PHONE --permission=INTERNET...