agracio

Results 139 comments of agracio

Hi, thanks for adding me as maintainer. I am not very proficient in F# myself but want to maintain Edge.Js language integrations up to date ensuring compatibility with both .NET...

@nikeee looks like our comments served a good purpose - nan v2.23.0

If `\n` is present in string then `\t` also breaks ```cs void Foo() { Console.Write("\tFirst line.\nSecond Line"); } ``` Result ``` ------------------------CONVERTED------------------------ member this.Foo() = Console.Write( " First line. Second...

Thanks! I will try to take a look at output before Fantomas formatting. I already checked all the instances of `.Split('\n')` and nothing is happening there so `\n` is not...

Hi, Unfortunately I was not able to figure out how to fix `\n` issue in AST output, so will have to leave it at that. Can post a *working* fork...

Managed to fix the issue in `CsharpParser.fs` by using regex to replace `\n` and `\r` at the point of `SyntaxKind.StringLiteralToken` construction. Unfortunately my branch is very different from yours as...

My code: https://github.com/agracio/FShaper, it is not marked as a fork since I had repo set to private while playing with it. https://github.com/willsam100/FShaper/blob/9b03ab5afe5779693677b5445100b2124b3a9ee1/FShaper.Core/Converter.fs#L793 runs after the code has already been split...

Same issue as https://github.com/nexe/nexe/issues/1073, https://github.com/nexe/nexe/issues/1030

There haven't been any responses from official nexe team in a while, I do not expect this issue to be fixed any time soon. PKG has been archived but there...

I would be happy to contribute to this repository as well. There are a few items I would like to address. - Updating Electron version to current - Electron 37...