Chris Arderne
Chris Arderne
Can confirm that this works with Nextjs 15 (from https://github.com/electric-sql/pglite/issues/322#issuecomment-2372563526): ``` // next.config.mjs const nextConfig = { serverExternalPackages: ["@electric-sql/pglite"], }; export default nextConfig; ```
Hi @Robbbb yes this should be possible, would need a bit of code to be written. Will try to have a look in the next couple of days.
Hi @Robbbb I just added a feature in v2.0.0 to export to a `data.json` file. Please try it out: ```bash pip install signal-export==2.0.0 ``` i didn't directly add a feature...
I had another look at this, and added some code that pulls out the members for each group: https://github.com/carderne/signal-export/blob/459bfe72dbda2ed0bb2c6a1df0b603fa07caa077/sigexport/data.py#L46 But the ids that come out don't seem to match the...
Hey @yarko thanks for reporting this. I can't really keep up with the changes in Signal. If you can investigate and submit a fix that would be great, otherwise this...
You could just do `docker run --rm -it python bash` (plus whatever volume mounts you want) and then go from there (install sigexport, run it etc)
(1) Yes, that would be great! (I'll start working on a patch but I suspect I'll still be noodling by the time you merge yours.) For (2), I suspect the...
Sorry you're moving too quickly for me! ## About (1) You're right that `package=false` does what is needed. It allows a very minimal root `pyproject.toml` that looks like the one...
What @b-phi is talking about is exactly what I mentioned in (1) of my [comment](https://github.com/astral-sh/uv/issues/6935#issuecomment-2326341785) up above. Basically you have to add each workspace member in three places. Would be...
Oh of course, sorry. So (2) I think is resolved. The remaining stuff about getting the right files into the Dockerfile are not really uv's problem. (Although could be helped...