-
Improve usability of Detox' CLI by offering an autocompletion script.
One good example is the autocompletion of configs names.
-
### Feature Overview
https://developer.1password.com/docs/cli/shell-plugins/contribute/
### Why is the feature needed?
Otherwise, the `AQUA_GITHUB_TOKEN` or `GITHUB_TOKEN` should always be set and …
-
Having a shell startup command like
```sh
...
eval "$(zoxide init posix --hook prompt)"
...
PS1='[\u@\h \W]\$'
...
```
for a posix shell will break zoxide's directory registering capability (f…
-
The [WooCommerce-Payments-Plugin](https://docs.hyperswitch.io/features/e-commerce-platform-plugins/woocommerce-plugin) connect with multiple payment processors with a single API to improve payment con…
-
### Description
After updating from .Net 8 to .Net 9
Shell.Current.FlyoutBehavior is not taking account in a mixed Flyout Behavior scenario.
I tested to change the setting in
- AppShell for each p…
-
Hi, I'm currently trying, in xfce4-panel, to replace autohide by layer-shell surface displacement (using negative margins, a bit like on X11) by using the viewporter protocol instead, as I've been adv…
-
## What I did
```console
dagger shell -c 'FUNC=$(.container | from alpine | with-exec echo,foo | stdout); .doc $FUNC'
```
## What I expected
```
Error: no function "foo" in type "Query"
`…
-
### Talk Description
In this talk I will:
- Give an introduction of Tauri, a toolkit that supports native applications using a Web UI.
- Explain how I used Tauri and React to implement a native M…
-
**Is your feature request related to a problem? Please describe.**
As a developer I want to invoke external buildsystems/tools that may do execs themselves. For this I would need a proper PATH with a…
-
### Description
Shell is leaking the page on android upon replace on Android.
- from a shell content
- push a page `GoToAsync("child")`
- from the child, replace it `GoToAsync("../other-child")`…