-
- Using V 2.1.6
- .NetCore 3.1
- Hosted in Chrome 87
I have a memory stream that is `280803689` bytes
I have direct access to the buffer it contains via `var bytes = ms.GetBuffer();`
I then …
-
# Description
If I run the MatBlazor.Demo.ServerApp.exe from a console on Windows the application will fail with the following exception:
> Microsoft.JSInterop.JSException: Could not find 'matBl…
-
I have a handler for "OnMarkerClick" on the ApexChart component that calls an Action:
```
private void MarkerClick(SelectedData data)
{
if (MarkerClicked != null)
{
…
-
Hey there,
I haven't been working with Blazor for that long. I currently use MudBlazor and am trying to integrate BlazorMonaco.
If I test the following code:
``
The following error message …
-
MatAutocompleteList control rises error and breaks connection on tab enter when switching throught component controls using "Tab". MatBlazor v2.6.0, serverside, NET.Core v3.1.5.
Error: Microsoft.J…
-
```
fontawesome-Svg[nest]-config.js:1 Failed to load resource: the server responded with a status of 404 ()
fontawesome-config-utilities.js:1 Failed to load resource: the server re…
-
Hi, I noticed in GridLayer, that createTile does not yet exist. Are there any updates on this? I am new to jsinterop, would this work?
@JsFunction
public interface FunctionCreateTile {
HTMLEl…
-
The [addTelemetryInitializer](https://github.com/microsoft/ApplicationInsights-JS/blob/master/API-reference.md#addtelemetryinitializer) function defines the following signature:
``` javascript
pub…
-
## Environment
*Dart SDK version:* 2.18.5 (stable) (Tue Nov 22 15:47:29 2022 +0000) on "windows_x64"
*OS:* Windows 10
*Browser:* Chrome
Web environment only, regarding DDC and dart2js.
## Pro…
-
Firstly, can I say that project is looking awesome, great work!
However I am having a little trouble getting to first base with it...
I'm getting the below error using the library in my app runn…