Benjamin Buchfink

Results 34 comments of Benjamin Buchfink

Not sure if its the best solution but this is what fixed it for me: Replace `RootPanel` in `LayoutRoot` with this: ```C# /// Gets/sets the root layout panel that contains...

oh btw. to produce this issue you just have to add an anchorable via code to the `AnchorableSource`. This should trigger the issue

Man I was hoping to get some cool colors for my Serilog output. But neighter this nor #2 are implemented... so I guess not?! Seeing this great extension missing attension...

Found it online somewhere ```py from __future__ import print_function import time from mraa import getGpioLookup from upm import pyupm_buzzer as upmBuzzer def main(): print("Insert Grove-Buzzer to Grove-Base-Hat slot PWM[12 13...

Had this issue as well. Here is my workaround: Add package `Microsoft.Web.Administration` ```C# public static class IisHelper { public static string? GetIisUrl(IWebHostEnvironment env) { try { using ServerManager serverManager =...

we use `vs-icons` which allows us to define [custom icons](https://github.com/vscode-icons/vscode-icons/wiki/Custom) as long as monokai pro doesn't support this. We're suck with vs-icons as icon-theme...

> I'm working on this grammar right now, I have ideas. Any news?