I just went to try out flavour today and I ran into a couple of issues - and I have questions.
I created a new project using the archetype, as described at
https://frequal.com/Flavour/book.html (Getting started)
First thing I noticed was that it has TeaVM 0.6.1 as a dependency, which is older, so I tried to just change the dependency to 0.9.2 (the latest) and received an error.
[ERROR] Method org.teavm.jso.core.JSArray.get(I)Lorg/teavm/jso/JSObject; was not found
at org.teavm.flavour.templates.Slot.insertBefore(Slot.java:89)
at org.teavm.flavour.templates.Slot.append(Slot.java:29)
at org.teavm.flavour.templates.Templates$RootComponent.<init>(Templates.java:84)
at org.teavm.flavour.templates.Templates.bind(Templates.java:43)
at org.teavm.flavour.widgets.ApplicationTemplate.bind(ApplicationTemplate.java:42)
at org.teavm.flavour.widgets.ApplicationTemplate.bind(ApplicationTemplate.java:46)
at ca.weblite.Client.main(Client.java:12)
So, probably I need to build the flavour sources myself with newer dependencies - or maybe fix a couple of things. But it isn't clear which repo is the latest. I know the frequal flavour is a fork of Alexey's flavour, so I went to
https://github.com/ScraM-Team/teavm-flavourBut I'm looking at the sources and there are no recent changes. In fact I see the change with comment "Bump to version 0.3.0" that says "3 years ago"

And now I'm a little confused because you just made this announcement 11 days ago about the 0.3.0 release.
Where are the sources I should be working on?
My initial feeling here is that it would probably be a good idea to rename the flavour fork to something completely different to avoid confusion with Alexey's flavour. Alexey has said that he doesn't have the time to support his branch of the Flavour project, but I don't think that means it's dead - I mean if he gets interest or time he may revive it - in which case there will be a lot of confusion on "which flavour to use".
Anyways, looking forward to playing around with this. Really like the book and podcasts you've been putting out there, Andy.
Steve