-
See these two functions, each in null safe code:
```dart
import 'dart:async';
FutureOr f1() {
return; // error: return_without_value
}
FutureOr f2() {} // clean
```
A bit odd. I assu…
-
Hi,
I'm compiling cJSON using CMake FetchContent with LLVM clang 16 on Windows:
```
> clang.exe --version
clang version 16.0.0
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDi…
-
We recently upgraded `dd-trace-java` from `1.31.2` to `1.34.0` and have gotten a crash. We've only seen this happens once so far.
Not completely sure if this is a Datadog issue or a JVM issue.
H…
-
LTP syscall "migrate_pages03" case will be failed due to infinite loop and timeout when any qemu guest is launched in v6.8 - v6.10 kernel
ltp/testcases/kernel/syscalls/migrate_pages/migrate_pages03…
-
[SmithyBuildImpl.java](https://github.com/smithy-lang/smithy/blame/main/smithy-build/src/main/java/software/amazon/smithy/build/SmithyBuildImpl.java#L183):
```
void applyAllProjections(...) {
…
-
### Description
We're encountering this exception periodically on OSX via two paths.
Most of the time we see this call stack:
```
System.ArgumentException: The supplied System.Net.SocketAddres…
-
Hi, i follow the instrucctions that i found on this library, sorry for the big hyper noob question, but when i move my encoder the serial monitor showing data, but, when i saw my day it dindt work. i …
-
Hello, I have a question about a mod that pauses the game during the void jump. Since I don’t own the game myself, I wanted to ask for clarification: what exactly does 'pause during the void jump' mea…
-
size_t is the index type used for all containers in the STL.
It is a 64 bit integer on 64 bit archs, and 32 bit on 32 bit archs.
Using int64_t breaks compilation on 32 bit archs:
```
[ 40s] …
-
### Background and motivation
Motivating csharplang discussions: https://github.com/dotnet/csharplang/discussions/8343 https://github.com/dotnet/csharplang/discussions/7785
Today, delegates are …