Lukas Fellechner

Results 111 comments of Lukas Fellechner

> I tried it again in my application and still see the reported error, even when updating to the newest packages. So this issue is apparently still not fixed. Just...

@lhak That's really interesting. Indeed if I add a publish file and put it as self contained, I get the MissingMethodException! @manodasanW I think you should really look into this....

Has anyone ever got this to work? Being able to use the "LIKE" operator is a very important scenario. Getting the same error as the previous answer: > `System.Linq.Dynamic.Core.Exceptions.ParseException: 'No...

That's really interesting. On my laptop, when I tab into the date control, my keyboard input does not have any effect. Numbers don't work, and also up/down arrow does not...

> So stackless coroutines is slower than synchronous code. See the JS results: https://t.co/YSELe37bGX?amp=1 Sorry, benchmarks like that do not make sense. Coroutines are not made for millions of invocations...

> I think you might want to let the HHVM guys know, then. Clearly, you have a lot to teach them. A short look at HHVM shows that any async...

> Coroutines are stackfull and stackless. The first ones are [already in the D-runtime in](https://dlang.org/phobos/core_thread_fiber.html). Here we are discussing the second. [Like a virus](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/), they lead to the cascading transformation...

> A longer look would have informed you that compilers, and especially optimizers, do all kind of things behind your back, which allow to present a convenient model of the...

Okay this discussion does not seem to make sense. A return value of type `int` is obviously not the same as a return value of type `awaitable`, where you need...

Any update on this @MartinZikmund? This is one of the best new controls in WCT, it would be great if we can use it in Uno as well.