Tom Grushka
Tom Grushka
Just another user confirming I'm having the same issue with Video Player on macOS with Impeller and latest stable. Removing `--enable-impeller` from `flutter run` solves the issue for me, but...
Yes, would really like to see this under something like "talks" or "presentations" as Conference Presentations is a very common section, especially for academics or hybrid pro-academics. These are not...
Hi @thomasdavis , I feel an urgency for this issue because I need to get my resume out ASAP and might just have to fork the schema to my own...
After 10+ years (#129) and a working PR, the refusal to implement unload hooks feels arbitrary. Load-time commands (e.g., `docker compose up`, `kubectl config set-context --current --namespace="$NAMESPACE"`, etc.) are allowed—why...
How do we users access this feature so we can use our Sony ARW files, @Lawrence37 ?
P.S. Another thing I tried: Copied `use_effect` code, including `Effect` return struct, and renamed to `use_update_effect`. - Commented out first call to `queue_effect_for_next_render();` -- result: no callback, ever. - Added...
Wait 2 milliseconds! I think I found it (wrap method calls in extra `{ ... }`: ```rs #[component] fn RailDrawerNav() -> Element { rsx! { nav { class: "left drawer...
Can someone help us understand why extra trailing whitespace is ever an error in a code formatter? I searched the issues here for "left behind trailing whitespace" and there are...
Good grief, I want the opposite: re-use same machine name when it re-joins the mesh. How to do it? Docs totally unclear. And if you're hosting your own headspace, what...
Wait a minute... this works with serde, not sure if it works for other attributes or not: ```rs #[derive( Debug, Clone, EnumDiscriminants, PartialEq, Eq, PartialOrd, Ord, Serialize, Deserialize, )] #[serde(rename_all...