Simon Kohlmeyer
Simon Kohlmeyer
rebased out the accidentally commited `flake.{nix,lock}`, I'll look into the other comments when I find time
I reworked stuff a little and added tests. (They found issues of course :smiley:) Still need to have a short think of how to best test `string` and `text`, will...
Had the same error with the db in an sshfs mounted folder, moving it out of there fixed it for me
Not sure if this is helpful at all, but our "fix" was using a gcloud bucket for storage, no issues since then
Note that minio requires xfs to get a shot at their consistency guarantees. Quoting the docs: MinIO strongly recommends provisioning XFS formatted drives for storage. MinIO uses XFS as part...
Tbf I might just have a messed up config, this seems to work: ``` { test: /\.lit.css$/, use: [ "lit-css-loader", {loader: "postcss-loader", options: postcssLoaderOptions} ] }, ```
Okay, so I think my real problem is that my `url("img/foo.svg")` isn't handled. For my usual css, I'm using this: ``` { test: /\.lit.css$/, use: [ "lit-css-loader", {loader: "postcss-loader", options:...
I'll look into it when I have a little time, shouldn't be too long.
I have similar issues on arch linux in a reproducible way, I don't want to add too much noise here but if needed I'd be happy to participate in debugging....
I've been thinking about doing a prototype, but to be completely honest, like most people probably are, I am a bit overloaded recently. I'm not really comfortable to commit to...