Erase the types? Have the handler return impl IntoResponse, then call .into_response() on each arm?
10.08.2025 06:11 β π 0 π 0 π¬ 1 π 0@shaneosbourne.bsky.social
Creating software at DuckDuckGo https://shane-o.dev
Erase the types? Have the handler return impl IntoResponse, then call .into_response() on each arm?
10.08.2025 06:11 β π 0 π 0 π¬ 1 π 0Looks like exactly what I need, will check later and report back! Thanks
15.07.2025 14:54 β π 1 π 0 π¬ 0 π 0@orhun.dev thanks for your work on ratatui! I was curious, in cases where I want nothing more than a fixed line at the bottom (like cargo), perhaps ratatui is overkill? Either way I really struggle to find a basic example like this. Any pointers? π
15.07.2025 08:01 β π 0 π 0 π¬ 1 π 0Itβs a little too extreme when used on a whole line - it can mask typos etc. itβs good to isolate the smallest possible case on a separate line with this, otherwise youβre effectively turning off the type checker completely
19.05.2025 21:57 β π 3 π 0 π¬ 0 π 0Have you considered (or used elsewhere) any playwright-level testing for these findings? Just by looking at heap dumps out of CDP etc?
19.02.2025 11:54 β π 1 π 0 π¬ 1 π 0Iβm no fan of the dx, causing update chains via assignment is not my preference, but you just reach for it when your profiler shows that perf is poor
12.02.2025 07:00 β π 0 π 0 π¬ 0 π 0The ability to pass around a value (via props) that is stable (no re-renders) and can create trees of additional computed values when needed. If youβve ever had an experience where you enjoy/appreciated derived state in react, imagine that but with efficient updates.
12.02.2025 06:59 β π 0 π 0 π¬ 1 π 0I also wrote about this idea - where being leaner is a good long-term strategy shane-o.dev/articles/int...
23.01.2025 19:44 β π 2 π 0 π¬ 0 π 0yep - I made this about 3.5yr ago to see what the SSR+CE story was. I never got as far as exploring library integration though. crossbow-wc-2ayn6.ondigitalocean.app
03.01.2025 09:22 β π 1 π 0 π¬ 0 π 0Yeah it's tough problem - the approach taken by projects such as github.com/atlassian/pr... is really great, many could learn from it. Framework agnostic, but with (p)react-friendly apis and more reliance on the web platform as a whole π CC: @alexreardon.bsky.social for the excellent work there.
03.01.2025 09:10 β π 3 π 0 π¬ 1 π 0@jovidecroock.com @developit.dev @marvinh.dev I've had huge success with Preact in this area, many thanks for the continued work π
02.01.2025 22:09 β π 4 π 0 π¬ 1 π 0A timeline showing how TRU is a measurement of time between a pull request being opened and a public URL being created
I've noticed that the amount time it takes for a code-change to propagate through to a reviewable URL, is directly linked to the overall simplicity of a codebase and it's processes. Read about it: shane-o.dev/articles/int...
02.01.2025 22:05 β π 10 π 1 π¬ 1 π 0Oh I see - then perhaps Iβm getting a cached version, or one I downloaded when it came out?. For reference today I was listening to the episode from Dec 3rd (Matt Pocock) - and the ads just pop in out of the blue :)
22.12.2024 21:47 β π 0 π 0 π¬ 0 π 0@danshappir.bsky.social I love the podcast, listened for years!, but the new ad feed that just cuts in randomly is really damaging, I havenβt listened in the last month to any of the pods in this group :( any plans to revert those? π
22.12.2024 15:05 β π 2 π 0 π¬ 2 π 0Also try Poppy - Negative Spaces
19.11.2024 18:53 β π 0 π 0 π¬ 0 π 0Same!
18.11.2024 20:06 β π 1 π 0 π¬ 0 π 0@wesbos.com you couldnβt remember the name of a tool on your latest Syntax, it was browsersync.io - still gets a ton of use. Over a million dependant repos on GitHub π
17.11.2024 09:59 β π 2 π 0 π¬ 0 π 0@scottjehl.bsky.social I purchased your course on web components, really enjoying it, thank you. π
17.11.2024 08:58 β π 2 π 0 π¬ 1 π 0