Guilherme Rambo
Guilherme Rambo
Hi @edorphy, I definitely agree that it would be beneficial for the framework to provide a way to customize the logging parameters such as the subsystem. I'm not sure about...
Sounds good, please do report if you notice any logging that's leaking private data in production builds. The reason why I don't think it's necessary for my own work is...
I don't want to add an external dependency to MultipeerKit at this point. If you'd like to use SwiftLog, I'm afraid you'll have to create a separate fork. I'd like...
@huanglins Can you share some code snippets of what you're trying to achieve?
> cannot use an empty list to initialize a new field This error sounds like you're attempting to initialize a new field for a record in the development environment, which...
The scrolling thing you can do yourself, It's just a checkbox :D 
I'm not discarding the possibility of redoing the whole player in SwiftUI tbh 😅
Something else we can remove (regardless of a SwiftUI migration) is the external playback stuff, since that's been disabled with a compile-time flag for a while.
@sugarmo That's tracked in #657, feel free to continue this discussion there
@allenhumphreys I set up a blank project and was able to reproduce the issue, so it's definitely feedback-worthy. The contents of the sharing popover are rendered out-of-process, so there's probably...