NewGyu

Results 2 issues of NewGyu

Hello developers, I'm trying to understand Component Model with cargo-component. To that end I have tried to create a simple example, but I have the following error and would like...

Current implementation is the following. ```js public AppendLine(value: string) { this.Values.push('\r\n' + value); } ``` On Windows, the line separator `\r\n` is correct, but it is not correct separator on...