-
# Issue description
Qtile doesn't render properly when switching monitor setup. I'm primarily using autorandr.
I have to manually restart qtile after connecting a monitor or disconnecting it. Is t…
-
FILL OUT THIS TEMPLATE, REMOVING/REPLACING EVERYTHING HERE WITH YOUR OWN INFORMATION.
BE AS CLEAR AND CONCISE AS POSSIBLE.
**problem**
Not really a problem, but more of a preference; on Windows t…
-
Hello,
I'm currently working on a flutter application that will be used to manage a big piano (instrument change, etc) and everything I made until last sunday worked fine, but today, as I added ano…
-
## Steps to Reproduce
1. Open App
2. Play Video with Youtube Player
3. Click on the full-screen icon or (Change the orientation of device from portrait to Landscape & vice-versa)
## Lo…
-
## Steps to Reproduce
After resetting Windows 10, reformatting all the hard drives so we have a clean Dev Environment.
1. Install and setup Flutter and Android Studio as specified in the Flutt…
-
Loving the new minimal launcher!
I wanted to try the auto-restart, but it's not seeing my .json file, according to the value of "restart" that gets logged. My %LOCALAPPDATA%\min-ed-launcher\settin…
-
I was making a new app and I have the need to put one or more drag and drop zones inside a ListView with draggable elements, there is no need of a drop target. When the draggable element is droppe…
-
## Steps to Reproduce
1. Instantiate a new Stepper, set the **type** property to StepperType.horizontal and set the **physics** property to any value.
2. Run the application and notice how **the…
-
I recently upgraded my qtile to the 0.17 release. Since then the lambda functions for mouse callbacks dont seem to be working
For refrence my config:
```
# -*- coding: utf-8 -*-
import os
imp…
-
## Steps to Reproduce
`void fetchData() async {
print("start");
final response = await http.get("https://publix.org/");
print("stop");
}`
1. Use either http package or …