Will Gittoes

Results 10 comments of Will Gittoes

Thanks so much for accepting this! It was really easy to get the dev environment set up and working ☺

@charliegarrison and @Weixuanf how did you get yours working? I can build just fine using that repo or by pinning the older commit, but no matter what I do I...

Thanks so much @zwopi ! I ended up just using via C++ and Objective C++ bridge as per the instructions here: https://github.com/kewlbear/Open3D-iOS/issues/15

I worked around this by using `ApplyPolicy.Validation` which does still fire for `_entities`

> > I worked around this by using `ApplyPolicy.Validation` which does still fire for `_entities` > > I couldn't use `ApplyPolicy.Validation` but worked around with with > This is much...

I had a similar issue, and I had to do this: 1. Rename file from .mcpack to .zip 2. Unzip into the resources folder iOS files app can't rename files,...

I had the same issue when I didn't have a `link` before my `schema`: ``` schema @link(url: "https:\/\/specs.apollo.dev\/federation\/v2.5", import: [ "@extends", "@external", "@key", "@inaccessible", "@override", "@provides", "@requires", "@shareable", "@tag", "FieldSet",...

Same as magahl, I get this error when trying to do the workaround: ``` An item with the same key has already been added. Key: DateTime at HotChocolate.Configuration.TypeInitializer.DiscoverTypes() at HotChocolate.Configuration.TypeInitializer.Initialize()...

> I was able to work around this by modifying your private static scalar lookups using just the right amount of unholy reflection and replacing your datetime scalar with a...

@randyridge thanks for that, I figured all that out but what I also needed to do was replace the references to it in the filtering. Because we have `.UseFiltering()` there...