-
**What version of protobuf and what language are you using?**
```protoc --version
libprotoc 3.20.0
google.golang.org/protobuf/cmd/protoc-gen-go@latest
go version
go version go1.18 windows/amd…
kmpm updated
9 months ago
-
## Description
When attempting to use OIDCWarden with Logto as the OIDC provider, the token endpoint fails to parse the response with the following error:
```Failed to contact token endpoint: Pars…
-
Hi,
I'm having a time format in the Kafka Messages as follows:
```sh
"_time": "2021-08-10T07:08:08.873Z",
```
I'm using the following schema for the date:
```json
"dateTimeFieldSpecs": [
…
-
Currently we serialize Postgres `date` columns as an RFC3339 date-time in the capture output. In cases where people care at all, they would probably prefer for us to preserve them as purely dates rath…
-
Cannot use `copy.deepcopy` for `datetime` objects created with `udatetime` as `deepcopy` fails for `rfc3339.FixedOffset_type`. Example:
```
>>> import udatetime
>>> import datetime
>>> import py…
-
When deserializing some data into a struct, `serde` doesn't care if an field with type `Option` is available in the source bytes or not.
For example, the following code works fine. It parses an empt…
-
### Bug Description
Hello !
When using the `Any` driver, we run into some issues when creating custom decoders.
`#[derive(sqlx::Type)]` only generate Decode implementations for specific drive…
-
let formatter = ISO8601DateFormatter()
formatter.formatOptions = .withInternetDateTime
this formatOption restricts to RFC3339 format. That format requires timezone. Sometimes the timezone is…
-
### Terraform CLI and Provider Versions
Terraform v1.3.7
on darwin_amd64
+ provider registry.terraform.io/hashicorp/time v0.9.1
### Use Cases or Problem Statement
Currently, when the `time_…
-
### API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/stable/2022-10-01/ResourceHealth.json#L2121C10-L2121C2…