-
We manually partially inline utf8.DecodeRune in a few places in the tree. For example, in `bytes.EqualFold`, we have:
```go
if s[0] < utf8.RuneSelf {
sr, s = rune(s[0]), s[1:]
} else {
…
-
### NeoForge Version
forge 1.18.2
### Twilight Forest Version
4.1.1494
### Client Log
_No response_
### Crash Report (if applicable)
tower out of range
tower blocked by twilightf…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
go version go1.7 linux/amd64
go version go1.7 windows/amd64
### What did you d…
-
### Ability name
Coup de grace
### Description
When Phantom Assassin hit hero together with illusions, such as Manta and Illusion rune. The critical is not proc.
https://github.com/ValveSoftware…
-
`char32_t` represents UTF-32 codepoints. They aren't supported yet purely out of lack of need and unclear best translation.
How these might translate to C# is somewhat unclear. Older methods such a…
-
Hi,
trimToLimit function (in file p_guerrilla_db_redis.go) does not work with utf-8 encoding. This function is also used in the file p_sql.go.
It should be like this to correct operation.
```…
-
Hello, I've installed the extension, and configured it to set the full path to the rune-languageserver.exe. However, it looks like it's doing nothing, and I have literally 0 log from "Rune (Client)" i…
-
![Capture](https://user-images.githubusercontent.com/65718751/115601436-bbf40f80-a2d5-11eb-9b7a-9a9f826d319c.PNG)
when playing The Trickster-God's Heist and taking control of my equipped Icehide Trol…
-
1.19.2 but I'd assume present in all versions too so far with latest
Not really a bug report, just minor things I noticed when going through the code:
On line [here](https://github.com/Lothrazar/R…
-
When you have chained method calls / builder pattern the Rune auto-formatter wants to put it all on one line. It would be better if it formatted this like `rustfmt` split over several:
```rust
sys…