-
請開啟新的 issue,標題為想翻譯的章節,然後 reference 到這個 issue。
可參考這兩個例子:https://github.com/askeing/rust-book/issues/11 和 https://github.com/askeing/rust-book/issues/13
以下為尚未完成清單:
- [x] \* [簡介](../blob/master/src/READ…
-
Naming is hard.
Notable offenders:
- `TextureHandle` - We also have `TextureMS` and `Cubemap` which are also 'handles' but do not reflect that in the name.
- `BatchedShader` - Batched with what? …
-
There's a backdoor in the IRC code that gives the attacker the ability to run arbitrary commands on the victim's host.
In src/allocators.h we see these macros being defined, in an attempt to hide 'po…
-
This issue is a topic starter for a problem of distribution and integration of rd-cpp.
We have had multiple attempts to pack rd-cpp into dll's for easier distribution (and packing into nuget, easy my…
-
Building rapidjson-1.1.0 on OS 10.13 with xcode-10.1 (Apple LLVM version 10.0.0 clang-1000.11.45.5) fails:
```
[ 6%] Building CXX object example/CMakeFiles/tutorial.dir/tutorial/tutorial.cpp.o
cd …
-
The general design recommendation is to avoid processes with large amounts of data since garbage collection may take a long time and will consume lots of memory. This can be improved, but has not been…
-
## Issue template
- Hardware description: STM32L4
- RTOS: FreeRTOS
- Installation type: standard
- Version or commit hash: humble
#### Steps to reproduce the issue
I created a FreeRTOS heap …
-
### TODOs for unsupported OpenMP 5.2 features
- [x] conditional modifier for lastprivate https://github.com/llvm/llvm-project/pull/110568
- [ ] iterator modifier for affinity, depend, from, map,…
-
### Description
I've just noticed [a build failure on FreeBSD](https://github.com/php/php-src/runs/31469957099):
````
/tmp/cirrus-ci-build/ext/gd/libgd/gd_avif.c:396:2: error: ignoring return val…
cmb69 updated
2 weeks ago
-
At the moment, identifiers incur the stiff penalty of constructing a string - including allocation and copying of data from the unparsed string. I would be useful that could be just optional, and that…