laggykiller

Results 16 issues of laggykiller

Let's say I have three folders: A, B, C. Is it possible to allow user Alice be able to enter folder A with Alice's credential and not able to access...

Currently, filechooser for android (`/plyer/platforms/android/filechooser.py`) only implemented `open_file()` using `Intent.ACTION_GET_CONTENT`. This can only select a file, but not directory. By implementing android file access framework, directory can be chosen in...

Output of `ddcutil detect --terse` ``` Display 1 I2C bus: /dev/i2c-13 Monitor: GSM:IPS226 :SerialNumber ``` Output of `ddcutil capabilities` ``` Unparsed capabilities string: O��hX����/7j`�����C[U��hX����/7j`�����C[{��hX����/7j`�����C[��hX����/7j`�����C['��hX����/7j`�����C[���hX����/7j`�����C[���hX����/7j`�����C[���hX����/7j`�����C[���hX����/7j`�����C[��� Errors parsing capabilities string: Nothing follows...

monitor specific
DDC/CI errors
lg

## Overview I am trying to process the following file: [026.webm](https://github.com/PyAV-Org/PyAV/assets/61652821/c1ec7828-6891-41c8-a56e-0bed0eea5cbc) The webm file should contain 152 frames, however pyav can only read 23 frames: ```python import av from av.codec.context...

bug

### Desktop (please complete the following information): ttkbootstrap v1.10.1 OS: Ubuntu 20.04 ### Describe the bug I tried to bundle a python application with ttkbootstrap into appimage. I am using...

bug

This PR is written to solve #236. Below is an exerpt from my response the issue: --- If self._toplevel is created with iconify=True, then execution is stuck until opening back...

I am trying to build with Windows. I have tried using "Visual Studio 17 2022", as well as msys2, mingw, cygwin. All of them failed. Errors include `strdup not declared`,...

This could be implemented by using models such as https://huggingface.co/datasets/dair-ai/emotion The output of chatbot is used as input of the emotion model. Based on string output of emotion model, the...

enhancement

This PR improves type hints for this library. The library should now pass a strict type checker without error (Except for the automatically generated `Stickers_pb2.py`, which I have added a...