Results 49 comments of Jeremy Metz

The corresponding line in the `.tmux.conf` that shows the save time and the icon: ```sh set -g status-right '💾#{continuum_status}#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S ' ```

Ah my bad - I see they have experimental WGPU support now via their Blitz renderer. ## Original comment @chris-kruining - as far as I can tell Dioxus isn't actually...

NB: `ueberzug` has a new home: [`ueberzug`](https://github.com/ueber-devel/ueberzug/). The above linked repo is archived. Would propose [`ratatui-image`](https://crates.io/crates/ratatui-image) as an alternative to that, as this project already uses `ratatui`, and `ratatui-image` has...

I've added a WIP minimal example of showing an image in a popup here: https://github.com/jmetz/gurk-rs/tree/feat/image-embedding Note that you'll need this image in the project root for it to work at...

Here's the updated patch for the current head (6589bc0e5e123f2cfa1fdfabc0592676d8f2d530): ```patch diff --git a/src/app.rs b/src/app.rs index 4161e6a..a4a70e8 100644 --- a/src/app.rs +++ b/src/app.rs @@ -233,6 +233,7 @@ impl App { } else...

After looking through the code it doesn't look like this is stored; it is created when a `Paginanator` is instantiated, but the `Paginator` is then only used to return a...

> I think this works in the repo, but not a released version. 🤦 Sorry about that, will pull up-to-date repo version to confirm and close once I get a...

So having pulled, compiled, and run the current version, there still seem to be a couple of issues: ![image](https://user-images.githubusercontent.com/1950756/108621290-bd19d500-7429-11eb-92c3-b59dbe7c07e6.png) There's a typo in the error message, and the bigger issue,...

First of all the xz file was clearly just a "file not found error" (i.e. the contents of `.local/share/pyflow/python-3.10.0-ubuntu.tar.xz` was `Not Found`). After manually downloading the xz file for the...

Ahhh ok, I wondered if that's the case; building now and will try again and update once 3.10.0a is running independently of pyflow