Panayot Cankov
Panayot Cankov
@Blackclaws this may be related: https://github.com/OpenAPITools/openapi-generator/issues/13128 I would love to use a parameterless constructor with no null checks, nor setting the _flag* for primitive types.
I am sorry for the delay, but this issue has somehow slipped my attention. I probably should add some tests for the augmentation, what it does is basically provide typing...
I have troubles publishing it, but this PR should've fixed it: https://github.com/testdeck/testdeck/pull/294
Got my Authenticator in order, there is now v0.2.1 that has the typings in order.
I am trying to refactor some code that uses an asp.net server and SignalR with web sockets to make a web view in a VSCode extension talk to some dotnet...
Ok, this seems to work, I just have a gut-feeling it is not very correct. I am not that confident in the way it await at the end, and if...
Works well with the following vscode-jsonrpc TypeScript: ``` TypeScript import * as cp from "child_process"; import * as rpc from "vscode-jsonrpc/node"; // ... some code ommited here // dotnetPath is...
Hey @silkentrance The `isAsync` only checks if the method `isDoneCallbackAsync`. I think you can rename `isAsync` to `isDoneCallbackAsync` or something among those lines, then make it a protected virtual method...
`About the timeout - maybe we can calculate the timeouts and somehow store them in the LifecycleSettings:` Nevermind. I think I read some sort of "TODO" that for @timeout on...
@mattleibow There are more details in how Generic.xaml worked in WPF "[DefaultStyleKey](https://learn.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement.defaultstylekey?view=windowsdesktop-8.0)" would be used to look up a "default style" in WPF. Its values would apply with lower precedence...