-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remix nodejs+postgres example #948
base: main
Are you sure you want to change the base?
Conversation
@domenkozar I cleaned the There are many failing tests, at least one is because of Especially since the docker compose setup I replaced had binary incompatibilities between native macOS I'm using and the docker linux environment caused by Prisma, which worked with devenv out of the box. |
Would be great to fix the tests so it can be merged. |
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 rebasing on main help? And the question about Prisma dependency on |
Ideally we'd fix prisma in nixpkgs so that it works. |
be471a3
to
001d6c0
Compare
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 a Node.js project and it'd be nice to have an official example in place for that. |
@frontsideair happy to merge once tests pass, can you make sure those work? |
I think I fixed them @domenkozar, running |
Every test is failing for a separate reason, one failing because of |
I'm currently focusing effort to get #1005 out, once it's done I can help you take a look. |
@frontsideair hey, can you rebase and see where we're at? |
e00bf92
to
17c90e9
Compare
@domenkozar Rebased, thanks for keeping tabs on this! |
I created a basic Remix example that uses PostgreSQL.
I couldn't find a simple enough full-stack Remix template so I created my own. It can be regularly rebased on top of the official default template, and I feel comfortable about transferring repo ownership to cachix organization.
The test seems to be passing on my machine, but I'm open to improvements. I based everything on Ruby on Rails example and my own experimental project where I started using devenv.
A Next.js example can be built based on this relatively easily if needed.