LuckyTurtleDev

Results 82 issues of LuckyTurtleDev

hi, how can I use unicode char like `🖉`, `✖` or `🗑` with tectonic. Since tectonic support utf8 this should be possible. But i get only a ![image](https://github.com/user-attachments/assets/30065815-4d61-46b9-98d7-37aae91c1561) symbol at...

The derive macro broke if you `use anyhow::Ok`. I had accidentally import `anyhow::Ok` and notify that it broke the marcro. ```rust use anyhow::Ok; #[derive(Debug, Envconfig)] pub struct MatrixConfig { #[envconfig(from...

**Problem** A new created dioxus v0.6.1 fullstack app can not find the needed version for dioxus-liveview. **Steps To Reproduce** ``` ❯ dx --version dioxus 0.6.1 (was built without git repository)...

bug
liveview

**Problem** The formatting which is created by `dx fmt` is not accepted by ` cargo fmt --check`. **Steps To Reproduce** Steps to reproduce the behavior: create a new dioxus project...

bug
cli
autoformatting

I try to run the PKCE example from the doc.rs page. But it get this warning ``` 1 warning: unused variable: `csrf_token` --> src/main.rs:38:20 | 38 | let (auth_url, csrf_token,...

## Feature Request Option to show milliseconds for short time periods. #### Is your feature request related to a problem? Please describe. If would be nice to able to see...

✨ enhancement

**Please submit only one feature request in one issue!** Add typst support to typewriter. **Is your feature request related to a problem? Please describe.** I like the option that rnote...

enhancement
needs-discussion

edgebadge v0.9.0 depends on st7735-lcd v0.8.1 but edgebadge v0.9.1 depends on st7735-lcd v0.9.0. This is a semver violation, because it is a breaking change. This cause also that the user...

bug

replace: #51 fix: #49 Change config: move `port` and `listen` to a single new `listener` . If `listener` start with with the prefix `unix://`, the listener will be interpreted as...

## Expected Behavior Build ## Actual Behavior Did not build, if time feature is enable ``` error[E0432]: unresolved import `time::macros` --> /home/lukas/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poem-openapi-5.1.15/src/types/external/time.rs:7:5 | 7 | macros::format_description, | ^^^^^^ could not...

bug