Sakura Isayeki

Results 27 issues of Sakura Isayeki

### Is your feature request related to a problem? Please describe. I'm finding it difficult to test my GHA CI pipeline, without making a mess of my package deployments. As...

enhancement

#### This PR resolves #815, by implementing a new serializer option, named `PropertyCaseSensitivityHandling`: ```cs public enum PropertyCaseSensitivityHandling { // Case-insensitive matching (default). CaseInsensitive = 0, // Case-sensitive matching. CaseSensitive =...

#### Could a mitigation or detection system be implemented in the replays unpacker, for [CVE-2022-31265](https://www.cve.org/CVERecord?id=CVE-2022-31265) ? This vulnerability is currently affecting the WOWS Community, which has no way of mitigating...

# Context During plugin development no way of documenting new features is available ousite of GitHub pages and readme files. Plugin developers should be able to easly document their newly...

enhancement

enhancement

enhancement

# Context Current moderation flow involves manually checking each and every new post submitted to the platform. With human verification being at the center of the process, mishaps and oversights...

enhancement
API
Web

# Problem: During development time, Discord webhooks are sometimes an unnecessary chain in the workflow of an API request, and can cause more complexity in setup. A developer should be...

enhancement
good first issue
API

# Problem: Certains parts of a request's flow are not contingent for it's success or failure, and can be invoked in an auxiliary manner. However, the current implementations consider them...

enhancement
API