D.Jonas
D.Jonas
I have a problem using the sample. I get the following error if I want to use your action in my workflow. Can you please help me getting this sample...

Roadmap
- [ ] Implement `NLogViewer.Server` - [ ] Implement `NLogViewer.Webinterface` - [ ] Implement `NLogViewer.ClientApplication` ## NLogViewer.Server .NET server application which can handle the `NLogViewerTarget` (https://github.com/NLog/NLog/wiki/NLogViewer-target) and provides the `NLogViewer.Webinterface`...
- [ ] add new `uwp` project with a `NLogViewer` control - [ ] create `nuget package` (Sentinel.NLogViewer.UWP)
I have two software packages. A `client` and a `server` variant. **CompanyA:** - Max Mustermann - John Doe **CompanyB:** - Ronald Foo **CompanyA** has bought the `server` variant and is...
I want to install the provided snippets (https://github.com/reactiveui/ReactiveUI/tree/main/snippets/Rider). As you wrote in the manual (https://www.reactiveui.net/docs/handbook/snippets/), this should be under \ `Windows: C: \ Users \ \ .Rider \ config \...
```xml foo foo 2019-04-11T08:54:56.7989733Z Unchanged: 65 , Added: 0 , Deleted 0 , Changed 0 Unchanged: 65 , Added: 1 , Deleted 0 , Changed 0 Create 1 , Update...
## LCD display type ssd1306 ## Steps to reproduce the issue ```c++ #include "ssd1306.h" void setup() { ssd1306_setFixedFont(ssd1306xled_font6x8); ssd1306_128x32_i2c_init(); ssd1306_clearScreen(); ssd1306_drawHLine(10 , 2, 118); ssd1306_drawHLine(10 , 30, 118); ssd1306_printFixed (0,...
I have made simple `VirtualKeyboard`. In my case I would like to as soon as the `TextBox` receives the InputFocus, transfer the `Text` of the `TextBox` to the `VirtualKeyboard` and...