-
Notifications
You must be signed in to change notification settings - Fork 283
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
add reusable helpers recipe and implement missing expression features #1085
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8acbd8e
to
74a6b7c
Compare
74a6b7c
to
2369295
Compare
1cf8856
to
2369295
Compare
I don't understand why CI is failing. It's suddenly not finding edit: Ok, wtf
edit2: It was an npm fuckup npm/cli#7657. Fixed by forcing an older node version in CI. |
667253f
to
c49bfca
Compare
@koskimas first CrowdStrike killing many services, now this. 😨 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Love the new $asScalar
thing.
2d1328c
to
09da2ba
Compare
09da2ba
to
64899e1
Compare
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…kysely-org#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
…#1085) * add reusable helpers recipe and implement missing expression features * force node 22.4.1 in CI because of an npm bug
Add a new recipe about creating reusable helpers.
This PR also implements some obvious things I discovered while implementing a bunch of different kinds of helper functions.
This is just a first draft and any input is welcome.