Konrad Kokosa

Results 14 comments of Konrad Kokosa

Hi @nazar-kuzo, I'll jump in helping to investigate this issue. As you have already configured `dotnet-monitor`, which is great, now we are ready to diagnose. First of all, what I...

Thank you very much, on it. Need some time to look at them and I will return with next steps.

A lot of work done in #10 but still, many MVVM refactorings needed.

In my oppinion it would be nice to add references by some script "meta-tag", analyzed and removed before compilation. Something like; ``` #r "System.Numerics.Vectors" using System; namespace Samples { public...

You will be able to add references as soon as I will find time to review and accept https://github.com/kkokosa/Tune/pull/24 :)

But this is community-driven project. If "should be found", find it and contribute.

Well, not agree. Maybe someone is willing to spend extra money to get extra content? What can be done is to just some additional info/icon for paid content 🤔

Maybe a more general concept of typed strings, taken from Bosque language? ``` var code: String = Zipcode'02-110'; entity PlayerMark provides Parsable { field mark: String; override static tryParse(str: String):...

What would be better? IMHO dev-side seems to be better, as we can preview result locally.

... and using Source Generators to auto-generate tests from `il` files.