Darren Gibson

Results 92 comments of Darren Gibson

@hamnis Is this not a binary breaking change for users of circe-refined? The reason native use a newer version was because native required a newer version and did not exist...

For any other poor soul that ends up here still seeing this bug... I found that doing this BEFORE running `org-gcal-fetch` for the first time fixes the bug. I'm guessing...

I thinking along the lines of extension methods for `LaunchDarklyClient[F]` ```scala implicit class LaunchDarklyClientExt[F[_]: Monad](private val client: LaunchDarklyClient[F]) { def circeValueVariation[Ctx: ContextEncoder, A: Encoder: Decoder]( featureKey: String, context: Ctx, defaultValue:...

I need something like this too. basically the ability to do what `importApply` for flake parts does... but easy. Right now, I'm passing my flake `inputs` into `ezConfig.globalArgs` so i...

Happy to add documentation if it looks like this code change will get accepted.

@armanbilge Thoughts on getting this merged?

@armanbilge I can make a separate plugin in kernel project or a separate project? In my opinion it doesn't belong in core either (we don't use core, we just use...

😅 Completely understand your reasoning, but I was intentionally trying to avoid putting it in the ci project because we don't want to depend on it... We don't want the...

@armanbilge We could also change it so instead of using `prePR` we use some other separate command alias with a new name for this? 'build', 'prepare', 'lint', 'check'.. just to...