Kaur Kuut
Kaur Kuut
Unfortunately I don't remember the specifics. It has been months since I looked into the code. I think they changed how nesting of structs is serialized. [Maybe this?](https://github.com/GoogleCloudPlatform/google-cloud-go/commit/2a64f942c3425b5788a8f205262dcc627fd106aa) In any...
Interesting. Is this package here on the road to deprecation? Or is it expected to not share datastore data between flex & standard, because the datastore package here and `cloud.google.com/go`...
We can leave the embedded struct business aside and just look at [API announcement e-mails](https://groups.google.com/forum/#!topic/google-api-go-announce/79jtrdeuJAg). > If you use the `"cloud.google.com/go/datastore"` ("cloud") package in conjunction with the `"google.golang.org/appengine/datastore"` or `"appengine/datastore"`...
I'm also seeing a bunch of clippy warnings for rather basic types now, with 1.63.0. ```rust warning: very complex type used. Consider factoring parts into `type` definitions --> druid\src\widget\env_scope.rs:25:19 |...
I'm researching the potential of using `-Z minimal-versions` as well and also ran into a failed build due to this `backtrace` version `0.3.0` mis-dependency. `backtrace` version `0.3.5` is where the...
Not intended and is not a problem in Druid last I checked. What macOS version do you have?
I see you also commented on [glazier#38](https://github.com/linebender/glazier/pull/38) - does that not fix this issue?
That's interesting and certainly sounds like a regression. All of this worked back in 2020 when I implemented it. I also did very extensive testing, with some of those results...
Yes the current code is only for OpenID 2.0. Supporting OpenID 1.1 (or older) would most likely require code changes. I don't know from the top of my head what...