-
There are a few issues/documentation that currently indicate unmanaged exception interop doesn't exist on Unix:
* https://github.com/dotnet/runtime/issues/6820
* https://github.com/dotnet/runtime/is…
-
Not sure if this is a material change to the image, or something in the game server itself with 1.0. It appears the server process no longer listens internally on IPv6 regardless of the `SERVERIP` env…
-
-
This is a follow-up of the bug #622, but I cannot reopen it, so I open a new one.
There is a library that allows using an unix socket for connecting to the database, [junixsocket](https://kohlschut…
-
Raised in #205 by @scott314159, there seems to be a race condition during the finalization command of the Pyaflowa preprocessing module where the main job tries to delete the log file directory but re…
bch0w updated
5 months ago
-
### Problem
I have Vector installed in Kubernetes in AWS. I am using SQS as a source and S3 as a sink. No matter how high I set batching and buffer parameters, at max-load of event ingestion, my s3…
-
The UNIX time conversion depends on a system time zone. For example, PySpark's ```F.unix_timestamp``` can produce different results for users in different time zones. One can achieve reproducible resu…
-
**Describe the bug**
The values of dayjs().unix() and dayjs().utc().unix are the same, but dayjs().format('YYYY-MM-DD HH:mm:ss') and dayjs().utc().format('YYYY-MM-DD HH:mm:ss') are different
**E…
-
[Currently](https://github.com/rust-lang/rust/blob/74e35d270067afff72034312065c48e6d8cfba67/src/librustc_target/spec/fuchsia_base.rs#L18), the Fuchsia target is part of the unix target_family. I'd lik…
-
Consider this program.
```
import gc, sys
try:
with open("/nonexist","r") as f:
f.read()
except OSError:
pass
gc.collect()
gc.collect()
sys.stdin.read()
```
The result:
``…