Robulane

Results 6 comments of Robulane

@ivan-prodanov , how did you manage to run the debugger on web worker? Can you please share the package that you wanted to create? The issue I am getting is...

This change can cause severe service outages. E.g. if we have a code public class SomeClass { public static SomeClass Instance = new SomeClass() } If we tried to use...

Also, we need to think how do we want to model this. One way is that the file is just the array of bytes. Another way is that the file...

I disagree that this is expected. The Void should never be returned for the expression that expects the value. You should either return the error or the type of the...

We should not wait the Runtime to throw an error, the check function should return the error. This makes the software that is using PowerFX less reliable for customers as...