Chris Norman

Results 7 issues of Chris Norman

Hi, I've just found pychromecast, and I'm really excited about the idea of using it!! However when I use get_chromecasts and related functions - including copying the sample code from...

Hi, Are there any plans to include windows support into this library? I'd like to register my interest if so. Thanks so much.

### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...

area:chat
kind:enhancement
ide:vscode

Hi, Adding custom semantics actions has no affect on Mac OS: ```import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This...

a: accessibility
platform-mac
a: desktop
has reproducible steps
P2
team-macos
triaged-macos
found in release: 3.24
found in release: 3.27

When moving the listener position, the location of sound handles seems to jump around unpredictably. ```dart import 'dart:math'; import 'package:flutter/material.dart'; import 'package:flutter_soloud/flutter_soloud.dart'; void main() { runApp(const MyApp()); } class MyApp...

help wanted

**Description** If you call `play3d` with a `volume` of `0.0` and then fade the resulting sound, no audio will be heard until a call is made to `set3dListenerPosition`. **Steps To...

bug

Text fields are basically unusable, and it is often to write text in some other program, then paste it into Flutter apps. I could have sworn there was already an...

a: text input
a: accessibility
platform-windows
a: desktop
has reproducible steps
P2
found in release: 2.10
found in release: 2.13
team-windows
triaged-windows