digitaldirk
digitaldirk
@DanielHolland Official responses from the maintainer: - https://github.com/codebude/QRCoder/issues/152#issuecomment-437800025 - https://github.com/codebude/QRCoder/issues/152#issuecomment-438461685 - https://github.com/codebude/QRCoder/issues/299#issuecomment-910415076 I believe you want to raise the pixelsPerModule value in this line: `byte[] qrAsPngByteArray = qrCode.GetGraphic(20);` [Source from...
**Some things I ran into that I could not find in this guide:** `DialogOptions` - `DisableBackdropClick` -> `BackdropClick`, this needs to be added to the inverted negative parameters section? `MudDatePicker`...
Minor one for `MudColorPicker` - ShowToolbar is now defaulted to true so you need to set that to false to get previous default.
MudToggleGroup removed Dense, you get an error but not in this guide @henon
Just a small FYI if it helps debugging/testing. Due to SelectedItemChanged not firing this example doesn't work when you select the 2nd gradient color. https://mudblazor.com/components/colorpicker#example-usage Thanks and good luck :)
Test is now added @henon @danielchalmers @ScarletKuro Test passes on my branch and fails on dev. The test component has both the `ItemDisabledTemplate` and `ItemSelectedTemplate` defined and it does not...
> @digitaldirk what would you write in the migration guide? Just a one-liner please `ItemDisabledTemplate` and `ItemSelectedTemplate` will now display when a `ItemTemplate` is not defined. @henon
@augustoproiete @nblumhardt Just bumping as I would find this very useful. I am writing a log viewer in Blazor (which I am thinking about making open source) Thanks for the...
Happens in 7.0.0 preview 1, hope that helps narrow it. I went through a few PRs visually but could not pinpoint a specfic one @danielchalmers @henon Thank you
@waldekmastykarz Added a video to this issue and on the repo (same video) thanks @tajbender Thanks you for that!