Nghia
Nghia
**Describe the bug** When using `traceback.install()` in `vscode`, exceptions aren't raised anymore. The cell status is success and the code continues running. Inside a notebook in `vscode` ```python import rich...
Currently, GCS + gRPC is not GA, some `rpc` ( e.g `InsertBucketAccessControl` ) are unimplemented. This issue is a reminder for enabling tests against production when GCS + gRPC is...
**What component of `google-cloud-cpp` is this feature request for?** `google/cloud/storage` --- In TensorFlow, I am using `google-cloud-cpp` to intereact with GCS. - In the old implementation ( without `google-cloud-cpp`), TensorFlow...
### Checklist - [x] I am using the latest version - `1.4.3` - [x] I checked, but didn't find any duplicates (open OR closed) of this issue in the repo....
### Reproducer I tried this code: ```rust let mut tag = Id3v2Tag::default(); tag.set_artist(artists.join("\0")); // ["Artist1", "Artist2"] let mut tag: Tag = tag.into(); tag.save_to_path(&path).unwrap(); // re-read let tagged_file = read_from_path(&path).unwrap(); let...
This line https://github.com/PurpleI2P/i2pd/blob/69ee6112b3b134c40e4446999ede613d985a9122/contrib/docker/entrypoint.sh#L9 is causing me trouble when I try to bind mount `/home/i2pd/data/` with a named volume. My suggestion is we remove this line and add a `--certsdir` to...
### ⚠️ This issue respects the following points: ⚠️ - [x] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
As discussed here: https://github.com/diesel-rs/diesel/discussions/3936#discussioncomment-8478066
### Support guidelines - [X] I've read the [support guidelines](https://github.com/crazy-max/diun/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [X] ... the documentation does not mention anything about my...
Hello, thank you very much for this crate. Exactly what I need for my application. I would like to ask: How expensive to create one `ReceiveStream` from `Receiver` ? If...