Urban
Urban
**Is your feature request related to a problem? Please describe.** Font awesome icons have different widths. This doesn't look good when using different icons in rows and columns, because they...
**Describe the bug** It is not possible to completely override the style for CollapseBody **To Reproduce** It is possible to set padding for CollapseHeader, but not for CollapseBody because padding...
Version: Your demo page on 27th of April 2019 Viewed on mobile: on Android 8 Oreo - on Chrome browser Issue: when pressing any button (selecting day, hour, minute, pressing...
**Describe the bug** `ConfigurationFunctions.ShouldQuote` should not check for `CsvConfiguration.Delimiter` when `CsvConfiguration.DetectDelimiter` is `true` **To Reproduce** Steps to reproduce the behavior: 1. use `CsvConfiguration config = new CsvConfiguration(CultureInfo.InvariantCulture){DetectDelimiter = true};` 2....
### Description There are many things that could be better. Developing a MacCatalyst app: - Building a Release version on Visual Studio for Mac always builds for the first framework...
### Description I would like to set my app name that macOS uses in the About/Hide/Quit Menu and in the dock. I can set CFBundleDisplayName and CFBundleName in `Platforms\MacCatalyst\Info.plist` and...
I tried all C# ports, all of them are from 2015, 2016 or 2017: https://www.nuget.org/packages/GPSOAuthSharp https://github.com/vemacs/GPSOAuthSharp https://www.nuget.org/packages/GPSOAuthSharp.NetStandard1 https://github.com/AeonLucid/GPSOAuthSharp.NetStandard1 https://www.nuget.org/packages/GPSOAuthSharp.Portable https://github.com/Nimgoble/GPSOAuthSharp https://www.nuget.org/packages/GPSOAuthSharp.NetCore https://github.com/Davidblkx/GPSOAuthSharp.NetCore https://www.nuget.org/packages/GPSOAuthSharpNetCore https://github.com/cormaltes/GPSOAuthSharp All of them return: `{"Error": "BadAuthentication"}`...
Thank you for your great library! I am using it in my https://github.com/Jinjinov/BlazorWasmProfiler **Describe the solution you'd like** `protected virtual void OnParametersSet()` is a method defined in `Microsoft.AspNetCore.Components.ComponentBase`. If I...
**Is your feature request related to a problem? Please describe.** I would like to use the `Breadcrumb` control for navigation, so I can get rid of the `TreeView` control. The...
Problem 1: - `xcopy` doesn't work on Linux Problem 2: - `ChromelyBlazor.WebAssembly` shouldn't know anything about `ChromelyBlazor.WebAssemblyApp` because `ChromelyBlazor.WebAssemblyApp` is using `ChromelyBlazor.WebAssembly` Solution 1: - Remove this from `ChromelyBlazor.WebAssembly`: ```...