Antal Huck

Results 6 issues of Antal Huck

I have a C# class with a property of type IFormFile and I would like to have CSharpToTypeScript transform this property to the type of a TypeScript File. I suggest...

Since non-primitives in C# are nullable, would it make sense if all the transformed non-primitive fields in the TypeScript interfaces also get nullable? Example: Suppose we have a C# class...

Would it make sense to add an option `--interface-name-suffix ` to allow modification of the interface's name? Example: Suppose we have a C# class called `ExampleClass`. I would like to...

Performing a torch backpropagation after importing deepdrr results in the following error: > Traceback (most recent call last): > File "/medacta/landmark-detection/src/main.py", line 20, in > loss.backward() > File "/usr/local/lib/python3.8/dist-packages/torch/_tensor.py", line...

Hi, I'm currently figuring out a good workflow to deal with the following situation: I have a project that previously used the following pattern frequently: ` This is an example...

# Bug report ## App does not work on macOS Tried adding a new project, yet after pressing the save button nothing happened. Then, opened the developer tools and saw...

bug