-
### [Debug : BepInEx] System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json
I know this is a universal unity support module and not specific to my game and/or mods bu…
-
```
Traceback (most recent call last):
File "/global/homes/l/laldorot/.conda/envs/diff/lib/python3.11/site-packages/astropy/io/fits/util.py", line 810, in _free_space_check
yield
File "/gl…
-
It would be nice if `type File` would implement `io.Writer`. That way I could update some static files on the fly when served via `http.FileServer(box.HTTPBox())`.
-
Generally I'd go with `System.IO.File` over `StreamReader` as the former is mostly a convenient wrapper for the latter. consider the code behind `File.OpenText`:
```
public static StreamReader OpenT…
-
### Describe the bug
**Versions**:
`flytekit`: 1.13.11
`flyteidl`: 1.13.5
`flytecore` chart: 1.12.0
When using inter-Flyte task file IO for both pickles and LightGBM binary datasets, `fsspec`…
-
### Is there an existing issue for the same tech request?
- [X] I have checked the existing issues.
### Does this tech request not affect user experience?
- [X] This tech request doesn't affect use…
-
This issue has been discussed before, I can't seem to find where though. The goal would be to have the released `go.opentelemetry.io/auto` package be a self-contained distribution.
Currently, when …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I have got the latest Bookstack version from Dockerhub and I use it in a Docker Compose…
-
**Describe the bug**
When I change the url of a input.http with set_url(...) it sometimes can't play the new stream. In my real script it does not happen that often, but in this test it happens often…
-
Optional mode for `fopen()`, to indicate to `fwrite()` that writes should be committed immediately, not deferred until the sector buffer is full.