zakeryooo

Results 8 comments of zakeryooo

Ok thanks, do you know if anyone else is working on this? I haven't had chance to look at the code yet be aware of how much work would be...

@roji can I ask if this is still potentially planned for 5.0? Is this one of the features that would need to be implemented to query inside jsonb arrays? i.e:...

Is this issue still pending? I hit the same problem with the Github GraphQL API, getting information on a repository but if it's deleted it returns type: "NOT_FOUND" in the...

@borisdj Any plans of an official fix for this (not requesting/pressuring, I'm already very grateful for this library, just curious if it was on the radar)? I'm not yet knowledgeable...

Is there any proper workaround for this yet? I was using dotnet publish then mounting the resultant image with a volume via the docker command line but now with the...

Is there an elegant workaround for this for an array of enum (mapped to text[]), I think I'm hitting the same bug (v5 preview 7); ``` Region region = Region.US;...

Thanks for the suggestion @yyjdelete but unfortunately it didn't work, the query goes through with that cast, but it doesn't actually return any results (not sure why): ``` info: Microsoft.EntityFrameworkCore.Database.Command[20101]...