rburnham52
rburnham52
I'm having a few issues with scrolling not behaving as you would expect. 1. performing a swipe up / down gets captured by drag and drop. Drag and drop should...
I'm trying to setup the FluentEmail Razor Renderer but getting a bunt of errors due to missing default namespaces. For example `The type or namespace name 'List' could not be...
Is there any way to name your SQL variables the same as the C# variable name instead of @p0, @p01? I have a script I'm building up and even though...
Have you thought about using LSP integration for a more unified language support across IDE's? https://microsoft.github.io/language-server-protocol/ IT seems like this should be possible with this client library https://github.com/ballerina-platform/lsp4intellij and the...
Is there any way to name your SQL variables the same as the C# variable name instead of @p0, @p01? I have a script I'm building up and even though...