Daniel Vigovszky

Results 135 comments of Daniel Vigovszky

I think right now the best possibility is to - reimplement the annotation macro itself as an sbt plugin with scalameta so it generates controllers for all fxmls in a...

The macro can remain a Scala 2-specific feature for now to not break projects not interested in upgrading to Scala 3.

Sorry I was a bit busy, I'm trying to get some time this week to make a first release of this!

Currently there is no direct way to do this, but you can create a helper class holding a reference to the stage, and pass it as a dependency to your...

The cache key for this must be separate and only calculated from the test component WASMs, which are changing relatively infrequently.

Seems like it is working as you described; I did not realize that encoding the WIT produces a different structure as when building a component targeting a WIT world; So...

To further explain why am I asking for this: I think the ability to restore the whole WIT package from a component is a nice property, and although there are...

I now have a much smaller reproducer for this, still investigating the root cause. Just wanted to add some details from this ongoing investigation, in case it triggers some ideas...