Jofairden
Jofairden
Very cool, thanks for keeping us updated
Yeah so, you'll definitely need to reflect on the assembly to get all useful information. The generated XML file seems nothing more than a mapping to map X doc to...
`Which, however, in turn means you'd need to have IronPython installed in order to do the DLL introspection on your side when generating the docs.` This is a completely fine...
This is exactly what I needed, thanks!
@gmariotti you tagged it as a bug, is this bug relatively easy to fix? I also have this issue and it's a combination of using web and a CoroutineVerticle.
I'm actually getting this issue currently in an AbstractVerticle as well I narrowed it down to HttpContext, when it is trying to pipe the body stream: ``` stream.pipeTo(req, (ar) ->...
Upgrading my version fixed it for AbstractVerticle but not for CoroutineVerticle. Maybe something was forgotten in the update for CoroutineVerticles?
> > > Please add a PR with a failing test case in https://github.com/nuwave/lighthouse/blob/master/tests/Integration/WhereConditions/WhereHasConditionsDirectiveTest.php in order to investigate this further. > > By the way (not invalidating your issue), but...
Come to think of it, I think this issue is relevant: https://github.com/nuwave/lighthouse/issues/1356 If I change my SQL query so one of the IDs is named, e.g. a.id, the issue goes...
I actually have a usecase for this as well, needing to check if a certain ID from a column (not ID!) is present in another table. Specifically a customer's plan...