Austin Harris
Austin Harris
I started with the Google implementation, and eventually switched to FlatSharp because I felt like 90% of my code was dealing building buffers and that was getting quite tiring. I...
In the interim I have just copied the generated file out of the obj folder and removed the duplicate function definitions. It's working great so far with that workaround.
I'm looking at http://facebook.github.io/graphql/#sec-Fragments-On-Composite-Types and trying to get a the same behavior out of this graphql library. They have the example ```graphql fragment fragOnUnion on CatOrDog { ... on Dog...
From the brief testing I was doing earlier, this case is already handled O.K. I'm sure it could be better. Likely is the case that anything can be an owlThing....
So it appears that if the components of a Union implement a common interface, then you are able to pull the common fields from it right now. Not sure of...
Do you know any way that graphql supports some kind of a Both case? All I can think of at the moment, which I think you suggested earlier would be...
So I think we have two separate issues here. 1. This one #3 = Handle unions in rdfs:range position. 2. Need to define = How to handle subtypes or implementers...
Hi @posahok This project does not currently have native support for the async and await style JsonRpcMethods as it was created long before async and await keywords were added to...
TLDR: I think I have the same problem. Removing MCP config made it go away. Seems MCP server related. I believe I'm experiencing the same issue, and it began right...
In my case, I was able to get the local MCP to work, as the MCP server I was using had a local option as well. Key error in the...