Benjamin Wolff

Results 17 comments of Benjamin Wolff

This issue still exists. The workaround works but if I would rather type my master password than going through this process every time I switch accounts.

Hi If you are using VSCode, here is a `launch.json` with a configuration that will launch your app with the LLDB Debugger. Simply replace occurences of [appname] and [workspacefolder] with...

Nice. I was under the impression I could not use breakpoints in the release build but I was wrong. 😃 There is a small issue with the `--vscode` flag. It...

No, I do not have a `deno.json`. The project is not a deno project. I was not aware that the lsp could depend on this. Is it only meant to...

For me the App starts in the background when started from the terminal. I do not use tmux. I am not sure what you mean by running a "raw SwiftUI...

There is already an alternative field `_sceneTree`. We could update the readme to mention it instead of `_`. On top of that we could mark `_` as obsolete and provide...

Maybe `__` is close enough to `_` to get the consumers on board 😁

The SceneTreeAttribute could take an argument that defines the name of the property. This way, all possible conflicts (potentially other generated properties) could be solved and the name could even...

Your second concern I had too, but you can actually add the "unique" component to the overseer default components by adding this to your overseer config. ``` component_aliases = {...

Another solution would be to map the `:ShowHelp` keystroke to the close action. That might be more intuitive since telescope help closes with the same key as it opens ("?").