Youssef Victor

Results 911 comments of Youssef Victor

@Arlodotexe Is `NavigateToUriAction` in global namespace? Does things work if it's not in global namespace?

@jeromelaban One of the issues here is `HAS_UNO_WINUI` not defined for the WPF head, and the source generator uses `HAS_UNO_WINUI`. This is what gets passed to the compiler: `TRACE;DEBUG;NET;NET6_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER;UNO_REFERENCE_API;HAS_UNO_SKIA;HAS_UNO_SKIA_WPF` @jeromelaban...

@jeromelaban To make this work properly, it seems it will involve implementing the grammar for both template and pattern. ``` ::= | | | | | ::= [] ::= "...

@carldebilly So are you saying there is no need to implement the full grammar? or are you just providing a workaround until the full grammar is implemented?

I think I also introduced a similar issue in https://github.com/unoplatform/uno/pull/6760. I did that because `throw`ing was very common in Uno generators so I was blindly consistent. I expect too many...

@anpin I think you need to file a separate issue with a repro.

Marking as a draft until I get more info on https://github.com/unoplatform/uno/issues/3241#issuecomment-934493428.