Kris Harper
Kris Harper
Ah, so it is. Do you know, offhand, if this sort of thing is actually supported by Entity Framework? When I've modified the code to create a store function with...
Yeah that's exactly as far as I got (I believe it's thrown [here](https://github.com/aspnet/EntityFramework6/blob/527ae18fe23f7649712e9461de0c90ed67c3dca9/src/EntityFramework/Core/Mapping/FunctionImportMappingComposableHelper.cs#L338-L342)). I was not brave enough to try and go about patching EF to make this work, as...
Is there any update on this? I'm running into the same issue. Here's my example. ```python from dataclasses import dataclass, field from datetime import datetime from dataclasses_json import config, dataclass_json,...
I am effectively looking for something similar to the [`HasChanges`](https://msdn.microsoft.com/en-us/library/system.data.entity.infrastructure.dbchangetracker.haschanges(v=vs.113).aspx) method from Entity Framework's change tracker. This gives a single place to check for any changes across all objects being...
Actually just noticed that it appears it's always missing the latest PR in the changes. I.e., if we merge one PR it says "No changes." If we then merge another...
Yes, also noticed that it doesn't affect every repo. I'd say maybe half. But I haven't noticed a pattern as to which ones are affected.
Would love to know if this is fixable. We just ran into this issue as well. We have a Java client that fails introspection of our Strawberry APIs because some...
It very well might be an issue with the client library. I'll try to make a reproducible example this weekend.
Just in case anyone comes across this discussion like I did, I found that removing `~/.okta/cookies.properties` solved the problem for me.