-
We need a standardized way to document that a method is deprecated. v0.4 had a lot of deprecations but the only warning was emitted at runtime when the function was called. None of the docs were upd…
-
[https://github.com/miloyip/rapidjson/blob/master/include/rapidjson/document.h](url) line 2296
```c++
template
GenericDocument& Parse(const typename SourceEncoding::Ch* str, size_t length) {
…
-
# Trying to understand 7-ZIP MIPS with many CPU cores
Started by a conversation with @wtarreau about benchmarking issues on big iron (Ampere Altra with +64 cores) let's look closer how 7-zip MIPS b…
-
```
What steps will reproduce the problem?
1. fetchall() on a query that produces string values that contains a character
which a 4-byte UTF-16 representation (surrogate pair). For instance the emoji…
-
```
What steps will reproduce the problem?
1. fetchall() on a query that produces string values that contains a character
which a 4-byte UTF-16 representation (surrogate pair). For instance the emoji…
-
文泉驿项目已经坑了好久了,好多字形都有问题,看起来很不舒服。
CCnut updated
8 years ago
-
`/tools/tserverlite/tserverlite.7z` gets corrupted in 21df45b4aae8dff048808dc1557d47e03b44cfd4
```
7-Zip [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28
p7zip Version 17.04 (locale=…
-
Reproduction:
1) WBT `Wasm.Build.Tests.Blazor.BuildPublishTests` - edit id to be `$"blz_aot_{config}_{GetRandomId()}_TEST_OF_EXTREMELY_LONG_PATH"`, or anything that will result in path longer than 26…
-
**Describe the bug**
See https://github.com/sxyazi/yazi/issues/1534.
It seems that crossterm reports `ctrl+alt+\` instead of just `\` when pressing `ctrl+alt+ß` on a german keyboard. This creates an…
-
Non English letters will fail in File paths for Windows _open cannot carry UTF8 on Windows.
Only solution I know is to use:
#ifdef _WIN32
if ((fd = _wopen((const wchar_t*)filename, O_RDONLY |…