-
I always got the following error:
```
Error: System.ArgumentException: The assembly 'blazor.redux' does not contain a public invokable method with [JSInvokableAttribute("DevToolsReady")].
at Mi…
-
Hi, thanks for the port It's awesome.
I want to get the code selection from the provideCompletionItems delegate, like the javascript example on the Monaco playground:
```
monaco.languages.registe…
-
A single `WXRuntime` thread holds a context with `HashMap`.
When a request is received by the web server, it sends a channel message to this thread here: https://github.com/webx-net/webx/blob/8d00005…
-
I had a C++ project that I used to build using a makelist.txt file. The project has Array.hh MyLib++.hh MyLib++.cc . All three modules are defined within the same namespace. In blazor webassembly,…
-
I assume this is probably an easy one and I am doing something wrong as I am not a Blazor expert.
I have a page that needs to check the query string, and then call my database for the data for the …
-
```java
JSRuntime.doubleToString(36893488147419103000.0, 10)
```
errors out with
```
Exception in thread "main" java.lang.IllegalAccessError: superclass access check failed: class com.oracle.tr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When using the `UseRouting` middleware as described in the migration documentation (the…
-
Hi,
I appreciate you work. Great component!
I use the Signature pad (8.1.5) in a blazor server scenario as well as in a BlazorWebView via net Maui (both time via the exact same code via a shared…
-
try to get it run with 3.0 final
protected override async Task OnInitAsync()
should be in readme.md
protected override async Task OnInitializedAsync()
but at this point I get a
NullReferen…
-
## Steps to reproduce
1. Clone https://github.com/withastro/astro
2. `cd` into cloned repository
3. Run `pnpm i`
4. Run `cd packages/astro`
5. Run `DENO_FUTURE=1 deno task test:node`
Output:…