Fatih Altinok
Fatih Altinok
It's been a while, but IIRC you lose the nice error messages when a test fails, that shows the test code that failed as a snippet.
Or we could read `packageManager` field from project root `package.json`, and fallback to `preferred-pm` if it doesn't exist. In a future version we may completely switch over to corepack detection....
I'm trying to use `fontFace` for work and I discovered I had to do this: ``` fontFace({ fontFamily: 'Roboto', fontWeight: 300, ... }) ... const roboto = fontFace({ fontFamily: 'Roboto',...
I'm giving this a try and everything worked well so far. To get the best of edge computing, I'm experimenting on moving one route to the edge runtime in Vercel...
It would be really nice to have a Node.js/Postgres full-stack example. I tried to build one a few weeks ago but didn't work out smoothly. I think one of the...
This [Remix](https://github.com/remix-run/blues-stack) template is a good candidate I think, it has a docker compose file and should work with minimal changes.
I fully support this! I like this library because of the Suspense support and `usePouchDB` for TS support and `query`. Having both would be wonderful.
@domenkozar I cleaned the `create-remix` output a bit. There are many failing tests, [at least one](https://github.com/cachix/devenv/actions/runs/7621758408/job/20764654320?pr=948) is because of `prisma` dependency on `libssl`. I could simplify the template to use...
I would find some direction immensely helpful, as there are 71 tests failing and many of them are not related to this PR as far as I can tell. Would...
I rebased my changes in case it helps. I'd be really happy to get this merged, I plan to write a blog post about using devenv to manage dependencies for...