Angel H

Results 8 comments of Angel H

I, for one, would appreciate that! I have not used React Class components, only Functional components, so the docs are a bit confusing for me, specifically this page: https://apexcharts.com/docs/react-charts/ Edit:...

I have the same problem now: needing to convert a path string to a valid Rust identifier.

I would like to make a first version of a Blacksmith name generator. Since today is a holiday here, and I don't know how much more time I'll have for...

After some experimentation with this in the browser, I discovered that after creating an NPC named "Journal", you can actually call your journal if you've already used the command, by...

What kind of testing did you have in mind? I changed that to ```rust fn get_root_element() -> Option { // #[allow(static_mut_refs)] if let Some(element_id) = unsafe { (*addr_of!(ROOT_ELEMENT_ID)).clone() } {...

I know it looks like there's a lot of duplicated words, but I selected words specifically for a blacksmith from the existing lists and added more specific ones.

This might be the same as #10626, the problem affecting me on Linux Mint 21.3 (based on Ubuntu 22.04 jammy) when I'm trying to run a Leptos / Tauri app...