-
Hi!
I recently came over the RE-flex benchmark. It is very interesting and useful, thanks for making it!
I was a bit surprised _not_ to find [re2c](https://re2c.org/) and [ragel](https://www.col…
-
### What happened?
I tried to run `build` and `verifyPlugin` in one Gradle invocation after I migrated to the latest snapshot of the IntelliJ Platform Gradle Plugin. I got the following error:
```…
-
**Quick questions**
HOI4 version: 1.13.5
Kaiserreich version: 0.27.4
List any other mods used: None
**Explanation of the issue:**
After the French Empire is declared, France is still referred t…
-
As the title.
-
Needed to build ClickHouse for older processors, but the build fails miserably.
Commands:
1. cmake -S . -B build -DARCH_NATIVE=1 -DENABLE_SSE42=0
2. cmake --build build
**Operating system**…
-
https://github.com/congo-cc/congo-parser-generator/blob/d174dc12c5cf1043be526aac42031bb03d9d87de/src/java/org/congocc/core/nfa/CompositeStateSet.java#L91-L93
-
**Quick questions**
HOI4 version: 1.13.4
Kaiserreich version: 0.27.3
List any other mods used: None
**Explanation of the issue:**
The tooltip description should be "Add 30 days" instead of "Add…
-
### Description
Rust's `regex` crate does not support backreferences or lookaround. Backreferences in particular are ubiquitous in regex replacement. For instance, this behavior is not supported in p…
-
### OS
Win 11
### HOI4 Version
1.13.5
### Kaiserreich Version
0.27.3
### List any other mods used
None
### Were you using Steam?
Yes
### Were you in multiplayer?
No
…
-
When generating with a regular expression, like this:
```
model = ziplm(training=open('mobydick.txt').read().lower())
prompt = "Ahab is seeking vengeance against"
regex_str = "(ishmael|moby dick)"…