Glenn F. Henriksen

Results 29 comments of Glenn F. Henriksen

I don't know about the settings file. I my mind, having it like that limits the context menu to simple "open this directory in this program" things. Of course, [I...

As long as it's not a "throw the baby out with the bathwater" kinda thing 😊 One good thing about having a settings file is that each user can reduce...

The "Open Whatever solutions/projects" concept is pretty generalizable and can benefit from an open customization. For instance, what file pattern to look for, which folders to in (in addition to...

If I wanted to start on a config file and the structure needed to read the settings, would extending `FileAppSettingsService` and `AppSettings` be the place to do it, or would...

> There's not other shortcut I remember for context menus Shift-F10 opens context menus. Same keycode as the "Menu" button.

I'm having the same problem, but *both* on a RPi 2 and on my Windows 10 PC. I've tried running my own code and I've tried running the tempSensor sample...

Strangest thing, today desired properties updates just decided to work. Update desired updates in the Module Twin and boom, the update triggered on the PI. No change in the Direct...

Well, turns out I've been doing the wrong thing. _Doh!_ I expected the _Direct Method_ button in the IoT Edge Device page to be able to work with modules, but...

Was thinking of building this exact thing today as a side-project and looking at YARP. Thinking that this could this be solved with a custom `IForwarderHttpClientFactory` that returns a `HttpMessageInvoker`...

Are you using the source or the nuget package? What are you debugging, the kmon project or one of the sample projects? Or another project?