-
### Describe the bug
Looks very similar to !10565 :
I'm trying to read a Guid from local storage, so I go `return jsRuntime.InvokeAsync("localStorage.getItem", key);`.
When there is a guid,…
-
I've only been coding in C# / Blazor for 3 months but I don't believe this is working as intended. I am unable to extract the Text from the Marker Label. Please advise. Thank you for building Blazo…
-
Hey,
Is there an option to load objectManager.js only when it's needed?
```c#
private readonly Lazy _structureModule = new Lazy(() => jsRuntime.InvokeAsync(
"import", "./...etc...objec…
-
I just updated KDE/Plasma to 6.2.1 on Arch, and SDDM itself wasn't updated.
I managed to get the following backtrace:
```
Core was generated by `/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-…
-
currently, we build llvm before running `cargo` commands. this was an easier way but there are the following disadvantages:
- llvm is built w/ specific options
- we cannot change options in acco…
-
I was experimenting with `deno` and `deno_core` to implement a runtime similar to what [workerd](https://github.com/cloudflare/workerd) has. Basically for different script it creates different isolate…
-
**Issue:** I'm encountering an unhandled null exception using this library.
The exception occurs randomly.
Cannot read properties of null (reading 'assignedSlot') TypeError: Cannot read properti…
-
If ScriptLoader is set up to load a script asynchronously and the app shutdown before the script is loaded, the script loader will continue trying to load the script since there are no cancellation so…
-
First of all great work!
There is a problem that you can see in this simple project
https://github.com/SandroRiz/BlazeditorSample
If you navigate from a page (eg. index or counter) to the /edit…
-
I use Blazor WASM.
I have installed
I register
services.AddScoped();
In the index.html:
My test page:
```
Test
@inject BlazorPro.BlazorSize.ResizeListener resizeListener
Browser …