Jens Krause

Results 9 issues of Jens Krause

To link from one model to another within a template ("pagination") it might be helpful to have linked models using `model.next` and `model.previous`. Example: ``` {% if page.model.previous %} PREVIOUS...

After removing `leptos_icons` in #40, restore missing icons in [`src/components/tx_list.rs`](https://github.com/elsirion/webimint-rs/blob/e4f8a7a251b77995447bca4daf12a4748bfa06f2/src/components/tx_list.rs#L59-L63) by creating simple `svg` components. Take [`logo.rs`](https://github.com/elsirion/webimint-rs/blob/e4f8a7a251b77995447bca4daf12a4748bfa06f2/src/components/logo.rs) as an example.

**Routes:** - `/` Show simple ui while checking joined / not joined state - `/join` Join Federation - `/{id}` - joined federation - `/{id}/ln/send` - send lightning invoice - `/{id}/ln/receive`...

After upgrading to `[email protected]` in fc3f22e `respond_standard_req` seems to be broken due missing helper function `match_events`. This PR ~~uses a custom fork of `nostr`~~ brings `match_events` back. Just to see,...

@paf31 It seems that with `v1.0.x` lenses (`Lens.lens`) are not supported anymore (https://github.com/paf31/purescript-derive-lenses/blob/02457e610789263326b936ebdfa72edbb6599094/src/Main.hs#L84-L90). It was a big help to have a tool with `purescript-derive-lenses` to generate lenses. What is the...

This PR includes `@evolu/solid` package and an `example/solid` to demonstrate how to use it. Note: It cherry picks a2e5909 and 827c89d of PR #377 Part of #188

from `rust-toolchain` to have as same Rust version etc. installed as *non* Nix users. ```sh rustc --version rustc 1.85.0 (4d91de4e4 2025-02-17) ``` Note: PATCH version for `channel` is needed here...

`ctrl+left`, `ctrl+right`, `ctrl+up`, `ctrl+down` ## Examples: ### 1. word navigation: `ctrl+left` / `ctrl+right` ![ctrl](https://github.com/user-attachments/assets/a860ede1-87bf-46e7-a3da-518ea4e1d383) ```tape Output examples/ctrl.gif Set Shell bash Set Width 800 Set Height 200 Set FontSize 32 #...