-
### Source information
Comicabc v 1.4.2
### Source language
Chinese
### Steps to reproduce
Source: ComicABC v1.4.2
Select any manga
Select any chapter
### Expected behavior
Load the chapter …
-
The `self.find_class(“java/lang/String”)` doesn’t have a corresponding `auto_local()` operation. I discovered the problem while testing this crate before publishing: .
-
### basic
`a.b` `^abc` `abc$` `\d` `\w` `\s`
- `.` 임의의 한 문자 `a.b` = {"acb", "a2b", "a!b", ...}
- `^` 문자열 시작 `^abc` = {abc로 시작하는 모든 문자열}
- `$` 문자열 끝 `abc$` = {abc로 끝나는 모든 문자열}
- `\d` 숫자 = {0…
-
### Describe the Bug
Numeric parameter is serialized as string, observed on `onException` `maximumRedeliveries`
### Steps to Reproduce the Bug or Issue
1. Create `onException`
2. Set `maximumRedel…
-
Hey! I've faced an issue with `encodeArguments` function - when it tries to encode `string` into `Fr` it uses `Fr.fromString`, which always treats the input as a hex string. Even though I understand t…
-
### Describe the project you are working on
`ustring.cpp`, investigating performance problems discussed in https://github.com/godotengine/godot/pull/77158, https://github.com/godotengine/godot/pull/9…
-
### Description
![image](https://github.com/user-attachments/assets/45c164ab-853f-4e9a-9d77-ee4fdb5523c9)
Since there is a difference between clusters and bytes and Unicode code points, it would b…
-
### Version of the Meziantou.Analyzer NuGet package
2.0.175
### Rule Identifier
MA0165
### Target Framework
net8.0
### C# Language version
C# 10
### Description
After upgrading to `2.0.175` f…
-
### Description
Spring has this behavior that's not supported by quarkus-spring https://docs.spring.io/spring-framework/docs/5.3.x/reference/html/web.html#mvc-ann-requestparam
> When an @RequestPara…
-
## Bug Report
### 📝 Summary
`` `${number & tags.Type}` `` passes decimal string (such as `"0.1"`)
- **Typia Version**: v6.5.4
- **Expected behavior**: Only pass integer string (such as `"1…