XAMPP! Didn't change the default login for phpmyadmin. You can never guess what happened next!
XAMPP! Didn't change the default login for phpmyadmin. You can never guess what happened next!
If true
Cool! I wonder what the fallback for that looks like π€ (not at a computer)
Yeah I agree. It was just a light hearted joke π Although one that might have been pulled a few too many times
CSS code mimicking the tailwind code in the og post
Oh look, it happened!
technically it's been ready for mainstream adoption for a while now, since those were out and mostly stable:
- tanstack (query / router / start / form)
- ark-ui (ui lib)
- shadcn distribution (copy/paste/dl from registries and adapt)
so whats missing?
Typescript Exclude type
My LLM autocomplete just suggested the TS native type Exclude<...>. Didn't know about that, and it seems to be exactly what I needed. Almost like your DistributiveOmit, except it doesn't enforce "K extends keyof T", so it doesn't work for objects, like in your example. But good enough for unions!
Right on time!
I just had to replace an omit with a manually specified subset of a union yesterday. I was very surprised the omit didn't just work.
Will use this helper today to get some dignity back! π
And thanks! π
Of course, it's built with both valibot and formisch! πͺ
A closed circle is a geometric shape that is a complete, enclosed loop with no breaks, representing the set of all points equidistant from a center.
Sorry, I tried to be funny π
That's a closed circle though
Looking forward to trying it once some fixes have landed! Currently not usable if you need basepath unfortunately.
github.com/TanStack/rou...
github.com/TanStack/rou...
github.com/TanStack/rou...
1/ End-to-end tests are supposed to give you confidence.
Instead, many Playwright setups create⦠chaos.
Hereβs why (and what to do instead) π§΅
FYI, I have another issue with Solid and the RC, if you'd be willing to take a look π€ github.com/TanStack/rou...
The router is amazing ofc, I used it before start. Excluding the router, it's pretty much RPCs and the flexibility of streaming/ssr/csr.
Welcome to the dark side
I think @devagr.bsky.social covers it in this talk youtu.be/N1wSVaUdV_U?...
Might have been mentioned elsewhere in the thread
Big day today! Endform is launching on Product Hunt! π
Endform is the platform for Playwright E2E tests, and we're really excited to be getting it into your hands!
Would love your support for the launch, come check it out!
www.producthunt.com/products/end...
Btw, we just added self-serve Google SSO yesterday if you wanna set it up π
@endform.dev is in open access! Fast Playwright tests without changing your configuration
endform.dev
We've been using Endform for a few months at work. It's solid. I recommend it.
We just opened up Endform to public access π Come join the fun and run your Playwright tests faster!
You get 2000 test minutes for free in the trial, and it's $0.01 per consumed test minute after that.
endform.dev
We're launching a GoFundMe to cover legal fees to #FreeJavaScript trademark from Oracle.
We need to raise $200k to make full use of the discovery phase in the trademark cancelation petition. This is a critical step in protecting the JavaScript name for the whole community.
π javascript.tm
Do it!
So that is compared to old non-edge functions, and then they also force your edge functions which were a lot cheaper into fluid compute, with the total ending up much more expensive. Is that right? π
Lovely π
Oof, more than double the price for less than half the fn duration. At least it's still small amounts π
Really? I got the impression that it was very efficient and cheap. That's all from their own mouth though...
How much more expensive is it for you?