Jan Foremski

Results 2 issues of Jan Foremski

**Your phone**: Lenovo Tab M10 Plus G3 128GB Wi-Fi (Tablet) **Describe the issue** Removing or disabling the package `com.lenovo.ue.device` causes a bootloop, which subsequently kicks the user into the recovery...

package::breakage

The readability of huge numbers can be improved by adding `:,`, which will insert a comma between every 3 numbers. ``` print(f"train has {len(train_ids)} tokens") print(f"train has {len(train_ids):,} tokens") ```...