AravindPrabhs

Results 7 comments of AravindPrabhs

Hi @CodeEagle did you make any progress on this? I am getting the same issue on another m4a file.

Ah I overlooked this completely since for my use case I actually had a `#[cfg(false)]` around the `const` I wanted to `tsync`. So the code never actually got compiled. I...

Hi, was there an update on this ? stopping com.apple.bluetoothaudiod before starting doesn't seem to help. I have no other bluetooth settings on (turned off Handoff, File sharing etc), nor...

I have recently experimented with this and had partial success with communicating with a iOS SwiftUI live activity widget. The steps I followed was: 1. Open the generated Xcode project...

The white screen was just a problem with my network and connecting the dev server so not a issue from the widget stuff at all.

I managed to connect the minIO docker instance by adding environment variables field to the storage struct. ```go // pkg/config/config.io storage struct { ... EnvironmentVariables map[string]string `toml:"env_environment_variables,omitempty"` } ``` and...

This was my issue - I think the docs should be updated with the `--color=never` flag.