-
## Steps to Reproduce
1. Execute `flutter run -d chrome --web-port 40200` on this code:
```dart
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class My…
-
**Description**
When custom painter is used, the rendered output might look wrong.
Widgetbook:
![image](https://user-images.githubusercontent.com/16862002/169813379-b3ee99f7-28d8-4468-a094-cba4d…
-
### Steps to Reproduce
I've created a stack overflow question regarding this problem but since I havent received a response yet and this problems dates multiple days now, I'm trying here.
I've als…
-
## Add Yaru controls
Todo list:
- [x] #354
- [x] #352
- [x] #353
- [x] #374
- [x] #377
- [x] https://github.com/ubuntu/yaru_icons.dart/issues/79
- [x] #389
-
This bug occurred when using three-d to render to an egui canvas according to the example in the egui repo [here](https://github.com/emilk/egui/blob/master/examples/custom_3d_three-d/src/main.rs) but …
-
### Description of Issue
I wrote this after a discussion with @meshula earlier in the week. He encourages contributions to the USD GitHub repository so I am taking the initiative and proposing thi…
-
## Steps to Reproduce
1. Create a Flutter application with Google sign in package
2. Create a script with the following code:
```dart
GoogleSignIn _googleSignIn = GoogleSignIn();
Google…
-
### App Name
mysql-workbench
### SCALE Version
22.02.0
### App Version
8.0.28_1.0.10
### Application Events
```Shell
2022-04-07 11:07:22
Started container mysql-workbench
2022-04-07 11:07:22
…
-
**Describe the bug**
**To Reproduce**
Steps to reproduce the behavior:
1. Enable X11 forwarding on the server:
```
nano /etc/ssh/sshd_config.d/ssh_user.conf
```
Use the following ss…
-
**Is your feature request related to a problem? Please describe.**
I was designing a dual-purpose login-register form and found out there's no way to achieve a smooth animation. I looked into the c…