Felix Zedén Yverås
Felix Zedén Yverås
Not being able to use custom colors is currently a large downside for us - potentially enough for us to choose another lib. We're using DaisyUI with custom colors and...
https://github.com/OMikkel/tailwind-datepicker-react implements my suggested solution above.
I bumped into this as well today. However, in my specific case I was able to set up a workaround using gradle: **`build.gradle.kts`** ```kt tasks.register("buildDockerImage", type = Exec::class) { //...
Looks like the fix was reverted in #69845 and moved to #69846 . Reopen?
@benjie I'm planning on making documentation fixes (and probably adding a changeset?) but I'd like to confirm that these changes are in line with your expectations and desires first.
The syntax in my commits is based on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).
Hey @benjie, have you had time to take s look at this and decide whether it's in line with your plans (i.e. should I finish it)?
No worries, just wanted to make sure it was in there somewhere 🙂👍
I'm happy that the feature (passing `poolConfig` via `makePgService`) will be available and appreciate you taking the time to look into this. For me, the end result is most important...
Makes sense. Something I don't like right now though is that there is nothing restricting the values in `PgAdaptors` from being just anything. Also, there's not an easy to declare...