-
```r
expr(c(!! "foo" := 1))
```
-
related to issue #48725.
```c++
enum class Flag {
None = 0,
A = 1,
B = 2,
};
constexpr Flag operator|(Flag a, Flag b) noexcept {
return static_cast(static_cast(a) | stati…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
![…
-
**Repro:**
I have 3 files.
- cmakeCppModules.cpp
- Printers.ixx
- CMakeLists.txt
Adding this line:
```
set(CMAKE_CXX_CLANG_TIDY
clang-tidy;
-checks=cppcoreguidelines-avoid-goto; # adjust …
-
[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following.
- [Circular…
-
### 🐛 Describe the bug
When interfacing with the CPython API, we frequently need to interact with functions that incorrectly take `char*` when they actually respect `const char*`. It is standard to c…
-
Add categories for favourites tab
ie:
All Favourites - List all of the favourites from all pages
Converter Favourites
Deconvolution Favourites etc
-
See https://github.com/cockroachdb/pebble/issues/517 for background on sstable boundary signals. Consider the same scenario mentioned in that issue:
```
L0 a------------------------z
L1 ab de gh …
-
This has bit me several times already: `roachprod local` starts the first node as
```
cockroach start --insecure [...] --listen-addr=127.0.0.1 --port=26257 --http-port=26258
```
This does not p…
-
The bottom lines of suplemon are clearly inspired by nano. In nano those 2 lines are neat and tidy since it's a simple editor with few features. Suplemon's is already getting full and crowded, and I …