andig

Results 723 comments of andig

Thanks for porting. I was recently looking for a simple generic queue but couldn‘t find one! Nitpicking: your gain calculation used the fork as basis. In terms of gain it...

Imho B has a gain in speed of 66%. It performs at 33% of the run time of A and A is 200% (or 3x) slower than B.

@Avinodh I've just stumbled about the same problem: ```go type Device struct { ID int `gorm:"primarykey"` Class Class Type string Details []DeviceDetail `gorm:"constraint:OnUpdate:CASCADE,OnDelete:CASCADE"` } type DeviceDetail struct { DeviceID int...

The token refresh is handled by the `RefreshTokenSource`. How would an API look like that is able to supply additional headers? Are these the same headers as during initial token...

+1 for this request. Required for polestar api. Some similarity to https://github.com/golang/oauth2/issues/483

The main point for doing this from my pov is that the `oauth2.Token` itself cannot be unmarshaled from a JSON structure since `expires_in` doesn't map to `expiry`. This forces every...

Migrated to https://github.com/golang/go/issues/61417

When patching the subject next step fails as well: raise SeatConfigException("No vehicles were found for given account!")

@Farfar also see https://github.com/evcc-io/evcc/pull/9703 for what had to be changed for evcc to retrieve list of vehicles.