Karl O.
karl.run
Karl O.
@karl.run
Reposted by Karl O.
Apollo Client 4.0 is officially out!

Take a look at the release notes here:

github.com/apollographq...
Release @apollo/client@4.0.0 · apollographql/apollo-client
Apollo Client 4.0 Release Notes Apollo Client 4.0 delivers a more modern, efficient, and type-safe GraphQL client experience through various architectural improvements and API refinements. This rel...
github.com
August 21, 2025 at 6:46 PM
ChatGPT just told me to use `'use server'` to mark a file as "server only". Even the LLMs can't avoid this "trap". 😅
July 11, 2025 at 1:13 PM
Every three months or so I check the status of the github.com/tc39/proposa... proposal, and see that it's still stage 2. One day!
GitHub - tc39/proposal-pipeline-operator: A proposal for adding a useful pipe operator to JavaScript.
A proposal for adding a useful pipe operator to JavaScript. - tc39/proposal-pipeline-operator
github.com
June 7, 2025 at 8:18 AM
@tannerlinsley.com does the Tanstack Start Beta support something similar to the "asset prefix" feature in Next? I'm looking at the nitro docs (nitro.build/guide/assets...) and seems like it might be possible. 🤔
November 29, 2024 at 11:44 AM
New experiment: Running Linux full time on my gaming PC and see how far Proton takes me. So far Factorio runs natively, and TrackMania and Belatro runs perfectly under Proton 9. 😁
November 26, 2024 at 9:52 PM
Fun side effect of HTMX: Messed up the security config of the server by accident, and HTMX happily renders the login screen as fragments for the lazy loaded parts of the page. 😅
November 25, 2024 at 12:03 PM
Looking forward to Tanstack Start ☺️ Its philosophy to put itself between next and remix really resonates with me. 👀
November 20, 2024 at 9:07 AM
Oof. :( Nextjs's server actions generate a unique id at build time. When a user has an older version of your app than your server is (aka. version skew), nextjs will throws an error because it can't find the id.

When self hosting, this means I have to avoid server actions completely. 😅
November 15, 2024 at 8:36 AM