-
Related:
https://vi.stackexchange.com/questions/31310/search-throws-e363-pattern-uses-more-memory-than-maxmempattern
quote: "the underlying search, which may be found in separate file like a synta…
-
Like the title and [screenshot](https://i.imgur.com/Fd2DRbp.png suggests, matched text gets displaced when some multi-byte char(s) is(are) present in the line containg the match. As you can see from …
-
NL = New Line (0x0a)
CR = Carriage Return (0x0d)
TAB = Tab (0x09)
## Inside Line Comments and Documentation Comments
* Any TAB is rejected by the grammar since it is ambiguous how it should b…
-
I've been working on a multi-governor, I've had to pretty much duplicate the entire interface due to one small parameter change
I need an additional parameter to accept data during the propose, curr…
-
[Job](https://mihubot.xyz/runtime-utils/EhVH02w) completed in 20 minutes 2 seconds.
https://github.com/dotnet/runtime/pull/109482
### Diffs
```
Found 263 files with textual diffs.
Summary of Code S…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [8734660d8907a58cc32cc1df9ca9efc02edc31c8](https://github.com/dotnet/runtime/co…
-
This is the offending method, copilot suggests simple utf8 -> utf16 code, so maybe worth adding to libzero, but perhaps copilot is oversimplifying:
```csharp
private static unsafe string C…
-
Multi-byte Unicode characters are being stripped to the first byte when use node-java.
Testcase is below.
node app:
```
var java = require('java');
// initialise
java.classpath.push(__dirname + '/H…
-
I've been playing around recently with compiling a crate that simply contains:
```rust
pub const BYTES: &[u8] = include_bytes!("large-binary-blob");
```
and I've been surprised that the compil…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [4602f78bd93f14be24d2e89afde28e9f5ba5a33c](https://github.com/dotnet/runtime/co…