Johannes Neubauer

Results 81 comments of Johannes Neubauer

On a lower level calls to virtual functions (as all non-final methods on Objects are in Java) are realized via a vtable lookup followed by a static call to the...

In Xtend they have explicit extension imports but implicit extension method definition. In Kotlin it is the other way around. The "Xtend way" you can use my "possible realization" (and...

> Ok, so, essentially this boils down to a dispatch table built at execution time. Yes. > This requires detailed high-level rules expressed in terms of class loading (NB there's...

> Package-level functions and properties become members of the corresponding "file classes". So there you have a class where you could put the initializer code. > The alternative approaches we...

> The alternative approaches we consider now are basically different ways to pack that dispatching in platform classes, e.g., type classes with "table-passing implementation" (that's basically extension provider as an...

> @alexryd could you please let us know if it is a feasible from the device API to get the White control fixed ? > Lamp is almost not usable...

So, settings white temperatures seem to translate to a rgb color instead of a w value

Perhaps the GitHub-Wiki can be used for this. One thing I do not know, e.g., is how to add my own frontage/readme in jazzy docs.

This is still an issue. I get this error, too.

Yes. I even tried to realize it as separate platforms/child bridges. Same behavior. I am not completely sure whether this is an issue of the plug-in or a constraint of...