Sébastien Boulet
Sébastien Boulet
Hello @fthomas, would you be interested in a contribution based on [GitHub Security Advisory API](https://github.blog/changelog/2018-10-16-github-security-advisory-api/)?
I am interested by this PR too. Any news ?
- [x] [multi line text field](https://material.google.com/components/text-fields.html#text-fields-multi-line-text-field)
I am facing a compilation error when implementing this suggestion: > To hash as precisely as possible while avoiding to compile parent projects as you rightly described, could we include...
By looking at [`ClasspathImpl.interDependencies`](https://github.com/sbt/sbt/blob/e1b0b25418c774182144ddc032aac8f8cc4a381e/main/src/main/scala/sbt/internal/ClasspathImpl.scala#L282-L314), I was able to combine the `remoteCacheId` of parent projects ```scala remoteCacheId := Def.taskDyn { Def.value { val data = settingsData.value val log = streams.value.log val...
I had the same issue and I found a solution by relying on `settingsData`. https://github.com/sbt/sbt/issues/6312#issuecomment-1521851372
Hello. I am trying to achieve that with Doobie, and it seems impossible for now. Has anyone found a workaround?
@CodiumAI-Agent /improve