Achille Lacoin
Achille Lacoin
Here is what I came up with: ```bash #!/usr/bin/env bash direnv_load devbox shell -- direnv dump watch_file devbox.json ``` Thanks to this, as soon as I cd inside my project...
When launching the app through spotlight, the textfield input should be focused. Also it would be cool to be able to hide the app by hitting the escape key. Currently,...
Adding codelens in the default editor to run readme commands in the vscode terminal would be less disruptive than switching to the full blown notebooks.
The `Embed scene into exported file` option has no effect when exporting to clipboard. Is it a technical constraint ? If not, I think it would be reasonable to let...
The docstring for the faint method specify that: > Faint sets a rule for rendering the foreground color in a dimmer shade. However in my app the background is also...
The new mouse interactions are amazing, but it is still difficult to reorder windows without using the keyboard. It would be useful to be able to scroll to the right...
**Is your feature request related to a problem? Please describe.** Beeing able to switch between a previewing and editing quickly would be nice. **Describe the solution you'd like** When I...
When the wrapping is done on the right of the terminal, the start of the line is highlighted (`aapt` in the screenshot). Here is the method setting the preview ```go...
Adding a companion cli/api to the app would allow some interesting usecases. I'm the creator of [sunbeam](https://github.com/pomdtr/sunbeam), and I love to integrate your tool in my app.
Spotlight and other launcher applications are always shown on the monitor containing the mouse. It looks like this is supported by tauri, see https://github.com/tauri-apps/tauri/issues/2801