Jiří Jakeš
Jiří Jakeš
> Seems like you should also specify this requirement in the CONTRIBUTING.md > Also this is the type of thing you probably need a GitHub workflow to enforce Thanks, @ProofOfKeags...
Changes: - rebased - added to style guide - added linting workflow + simple script - uses https://github.com/DavidAnson/markdownlint-cli2 - checks only what this PR is solving, other checks might be...
Rebased. Linter run: https://github.com/jirijakes/bolts/actions/runs/9318710058/job/25651599958
I had similar problem with Maven. I got this exception only when the case classes were in a default package. Once I moved them to another package, it worked.
I have been playing with this for a few hours but my lack of experience with zio-schema shows and I could not find non-trivial examples of using `Deriver`. Could I,...
My further experiments and attempts to use zio-jdbc in one of my projects bring me to another question: should the codecs work based on position or names? As for now,...
> Can you take a look at the failing build? I believe it's unrelated to the change, something with building website: ```text /home/runner/.npm/_npx/9849c5a0a30b153c/node_modules/@zio.dev/create-zio-website/src/cli.js:4 const { create } = require('create-initializer'); ^...
FYI, I could not reproduce locally with Node.js v18.16.0. v18.16.1 is not yet available for my platform, so now waiting for the build to finish. Perhaps it's something v18.16.1 specific....
I tried to force a new build attempt but it needs approval.
> @jirijakes Looks like legit, website is failing. Can you take a look? Well, I rebased to current main and now it passes. No other changes.