Wouter Hennen

Results 89 comments of Wouter Hennen

Weirdly enough, it does get called when there's no `WindowGroup`. ``` @main struct TestApp: App { @NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate var body: some Scene { Settings { VStack { Text("Test") }...

> * **Date:** 2021-06-12 > * **Resolution:** Open > * **Area:** SwiftUI Framework > * **OS:** macOS 11.4.0 > * **Type:** Suggestion > > ## Description > I use the...

Hi, I've got this error too on the latest macOS Ventura beta. I was able to work around this by installing the [latest](https://github.com/swiftwasm/swift/releases) version of swiftwasm and then setting this...

> > However, I only get a blank screen (dev and release build) > > This is expected on the main branch, as a major refactoring is in progress (cc...

> This has been fixed as of release 0.11.0. Please close. I just tested again, and I'm still getting errors. This time, I got the same error you wrote about...

@austincondiff, can this be closed as it'll be added in the upcoming STTextView release?

Nice to see you picking this up! I managed to get a basic connection with a language server earlier this year (request+response to some command), but didn't go further than...

> * CodeEdit is sandboxed, which makes it harder to run a language server which may need to access things in the `/bin` folder or anywhere else on the user's...

Would the CLI only allow to pass commands to BD, or would it also allow to get data from BD? I'm developing an [app](https://wouter01.github.io/MediaMate) which replaces the old macOS HUDs...

That's a great idea! Would the CI also need to be updated for some repos so it fails on a swiftlint fail? Will all repos need to conform to the...