Julian Verdurmen

Results 414 comments of Julian Verdurmen

Are the row and column numbers tracked after compiling currently? Where could I find them?

@rexm can I go from `Token` to the original source? If not, could I add that? (maybe missing something from the lexer?)

OK, for error messages the meaningless white space isn't really a problem I guess ;)

> That would be the first step, each token would need to be reversible. In some cases during that stage some meaningless white space is thrown away so that would...

yes, row and column would be great, but I think that's the hard for now. So therefor im also fine with printing the value which is error. e.g. `{{#File}}` could...

FYI This issue is nowadays the most upvoted (open) issue. (See https://github.com/microsoft/playwright-dotnet/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) This could be relevant as its a "P3-collecting-feedback" issue.

Related https://github.com/microsoft/playwright-dotnet/issues/2239

Correct (clickable) link: https://playwright.dev/docs/api/class-cdpsession

> Calling `Program.Main(new[] { "install", "chromium" });` I'm already calling that? Or do you mean: ```c# private static async Task LaunchBrowser(IBrowserType browserType, BrowserTypeLaunchOptions options) { Program.Main(new[] { "install", browserType.Name });...

@mxschmitt I'm not sure if you get the idea of this feature request. It should make things **easier**, and preferabele, working out of the box. So there is **no need**...