Philemon Eichin

Results 9 comments of Philemon Eichin

No Problem. Actually i don't have an example, where adding `#nullable enable` would result in wrong annotations. Its simply that i dont feel confident enough to say, there will never...

I`d love to see async support and have just started working on it, but as it is a rather large feature, it will take some time until a PR is...

Hi @jzabroski, good to know, that there are other changes ahead. Almost all changes i made so far are currently pushed to the fork at my Github. Basically i am...

I agree, `async` support is hard to get right and easy to get wrong. And i can assure, i dont just want to slap `async` in the code and call...

So my current idea how to approach this topic is, to add additional interfaces, that provide asynchronous methods for the things, that can be done asynchronously. If a platform does...

> > > This is why I thought you did 140 commits lol > > ![image](https://user-images.githubusercontent.com/447485/83974583-75174a00-a8bc-11ea-9774-65c283b1dd08.png) Ah, yes i branched from develop.

So to conclue this: I will draft a proposal how async support could be realized. AS im currently very busy at my daytimer job, I doubt i can show something...

So its one week later and i doubt i will complete the proposal tomorrow. Because i want async support with as few changes as possible in existing migrations, there are...

I saw you already found a solution. So please do not feel pressured in any way by this comment. It just happened, that i stumbled apon an other solution for...