Brad Howes

Results 15 comments of Brad Howes

@ramzesenok your solution worked for me! I'm considering SwiftData to manage app state that is shared with AUv3 app extension. In my demo using 2 apps that share the same...

I came here to report the same issue. Seems that setting `popper-display-control` to `nil` allows `byte-compile` to work again without issue. Actually, `'user` works as well. Only `t` seems to...

I think this is also related to an issue I encountered: executing `C-x 8 C-h` does not show the key translations when `prefix-help-command` is set to `embark-prefix-help-command` in my configuration....

If you don't mind using ace-window internals, you can use `aw-window-list` and choose the nth one. I have my own hacks to move to the next/prev window in this list:...

@SimplyDanny will your fix also address the scenario when the initializer is marked `@usableFromInline` and is required in an `@inlinable` call chain?