Johannes Zick
Johannes Zick
Morning, I cannot commit from work, but I can at least paste something in here. For me, the following test case fails on 2.0-M5. ``` Java public class VarTest {...
Oh, interesting, I read that as an implementation detail, sorry. So, what's the point then to have `observeInvalidations()` and `observe()` if they both behave basically the same? Also, it's easy...
OK, my thoughts so far. First of, I've found the documentation on `Observable`. I don't see it in my IDE when calling `observe()` on some other class, that's how I...
Hi, thanks for the hint. I just checked your code. I did not realize `Val` was already lazy. I'm pretty sure that the "vanilla" classes from JavaFX always evaluate those...
> If you want the loading to be asynchronous, what would you return from getValue(), when you don't have the value yet? True, you need to supply a placeholder. For...
For error handling, I would give the same arguments you had when it came to errors during event stream processing. Either you handle it directly inside the `Supplier` (or whatever...
No idea, but I have the same issue. I get it running from Gradle, with just a URL and login defined. So it should not even try to report anything...
Maybe duplicate of #213 ?
Second this. But seems to work fine anyway. At least I did not notice anything so far.