-
When updating com.vladsch.flexmark:flexmark-all to version 0.62.2 I get this error:
java.lang.NoClassDefFoundError: com/vladsch/flexmark/ast/Node
at org.scalatest.tools.ReporterFactory.createHtmlR…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a site-…
-
### Describe the bug
Source maps are seemingly inaccurate when `lang="ts"` is enabled on the `` tag. This _only_ occurs when using TS in Svelte 5. Removing `lang="ts"` fixes the issue.
When pres…
-
This is a very mysterious issue I've experienced with surveyor. If using ZGC or Shen GC it hangs when joining a server, at "joining server" which then ends with a crash or an error message. Updating t…
-
@rustbot label C-discussion
Main tracking issue: #86442
## Background
The [`io_error_more` feature](https://github.com/rust-lang/rust/issues/86442) introduced 21 new variants into [`ErrorKind…
-
As the compiler says it’s definitely a compiler bug… here’s a report:
```
An internal compiler expectation was broken.
This is definitely a compiler bug.
Please file an issue here:
a Expr::Try…
-
## Environment
- Android OS version: android12(90%) and android 14(10%)
- Maps SDK Version: 11.6.0
Fatal Exception: java.lang.NoSuchMethodError: No static method registerReceiver(Landroid/cont…
-
I tried the update package for EN (vosk-model-en-us-0.22-compile.zip). Compared to version 0.21, which worked perfectly, this fails even if do not add any sentences or words.
./compile-graph.s…
-
### Possible Fixes
No
### Modpack Version
1.20 and later
### What happened?
I'm using crafty4 to host and manage servers, the way I usually update server is to create a new one by down…
-
## The problem
Implementing operators in a programming language today is very verbose. This is due to the fact that each operator is its own action. This creates a lot of boiler plate and there is no…