Ben Hendel-Doying
Ben Hendel-Doying
actually, I think I confused myself: this bug exists in 0.5.50 as well, however if you use Ctrl+P to print page, there are no ill side effects. view: ``` Print...
I just tried changing the button to instead be: ``` Print ``` and that works, without any ill side-effects! so weird...
I've attempted to create a minimum project which will show the issue, however I'm unable to test it because I'm getting that "can't reach this page" issue I mentioned in...
@Eilon I have a minimum project demonstrating the issue (now working, thanks to your hint about explicitly including WebView2), here: https://github.com/BenMakesGames/MBBPrintBug I've added some notes on the print page about...
I was able to view my laptop's camera, using OpenCVsharp (https://github.com/shimat/opencvsharp) to grab the camera, and setting an `` tag's `src` to the base64-encoded frames. code-behind: ```C# public void DoStartVideo()...
I'm experiencing the same issue as @2ndwolf. I would also really like this missing parameter issue sorted, but I think more work is needed than what's in this PR.
I ran into this issue as well, but with the DataMatrix codes. we also wanted a thinner border for our application; I resorted to cloning the project locally, and making...
I ran into this, as well. a documentation fix would be cool; it'd be _cooler_ if `[Name]` worked with records :P
> (Are there any other issues open/closed similar to this?) a few open ones, anyway :P I noticed a new version of PowerShell, and was hoping the change logs would...
> My only nit is the generous use of `static` everywhere... > `static` [...] is contagious I like the contagious nature of static, but only when `static` is used well,...