Gavin Ray
Gavin Ray
Super interested in this as well! Has anyone tried just using `alien` to convert the `.deb` to an `.rpm` and then installing it? I don't assume it would work, but...
I'm at a bit of a crossroads with how to handle this unfortunately One of the issues is that if you were to just install the extension, it won't work...
> How about generating a BOM containing the recommended scala-library and scala3-library versions and have it added before the quarkus-bom? I am happy to do this if someone can point...
It sounds like the solution is a BOM, then! 😅 I am not very familiar with this so I may need a bit of handholding/reference material to do it properly.
Could the solution potentially be to set the `Scala 2` Version in `Quarkus Kafka` and `Quarkus Scala 2`'s `pom.xml`? Or do I make a new `BOM.xml` for this project EDIT:...
Hey, so sorry for the late reply! Yes, you're right. It should work with the latest Gradle RC's, and I need to update the build instructions for this. Due to...
Okay, I've updated the `README`, will try to put together a Gradle + Maven starter that works out-of-the-box
> Also posting our old stuff from #55 that I have now an excuse to close (finallyyyy :) > > _EDIT_ Link fixed > [gist.github.com/r-lyeh-archived/40d4fd0ea157ab3a58a4](https://gist.github.com/r-lyeh-archived/40d4fd0ea157ab3a58a4) > > v1.2 > ...
> (Sorry misposted previous answer before I finished the message) > > > // const bool hovered = IsHovered(bb, id); > > const bool hovered = IsItemHovered();> > > No....
> @GavinRay97 Did you track down this 2019 version? I can see an update to the bezier widget but not the generic curve editor. Hey, I think I did actually...