Ari Seyhun
Ari Seyhun
In my alacritty terminal, I can jump words wih Option and arrow keys, though when I start a zellij session, this no longer works. I'd like to be able to:...
# Issues with the Zellij UI / behavior / crash ## Issue description Zellij UI occasionally glitches and starts jittering until I exit the session and start a new one....
I've installed the dotenvy cli with `cargo install dotenvy --features="cli"` on my Macbook which is setup with Nix. However when I try to execute `dotenvy echo hi`, I get an...
## Feature Description Kameo currently hasn't been tested on in WASM targets. Having kameo actors work in the browser or on WASM targets would be a great feature to have....
If I have a `Value`, how can I convert this to a type which implements `serde::Deserialize`? Libraries like serde_json have `to_value` and `from_value` functions for this, but I don't see...
I've just added a logo to my docs page, however both in local preview and live preview, this causes the side menu to disappear completely, as well as the page...
Fixes https://github.com/invertase/docs.page/issues/370 Adds a new `ignoreLocale` parameter to `getHref` which is used by the `Locale` component.
I've tried adding locales to my docs by moving my primary docs into a `/en` directory, and duplicating it to `/zh` for chinese translations. I've also added a redirect to...
The automatic next and previous pages are wrong when using a locale. All pages only have a next, which is set to the first page in the docs. Additionally, since...