Rico Moorman

Results 11 comments of Rico Moorman

@loopmode you mean the `webpackConfig` option (as for the custom webpack config file)? I could imagine that the custom webpack file could either export a plain object or a function....

@crucialfelix thank you for sharing your approach! Do you also have a [root level node field](https://facebook.github.io/relay/graphql/objectidentification.htm)? How do you handle permissions there (in case you do have one)? Do you...

@sbernier1 maybe you could try to define a field class for this that contains a custom resolver function in order to centralize the permission checking ```python class MyQueryField(graphene.Field): def __init__(self,...

Thank you for taking a look. The proposed short term workaround is not pretty but it does work. I am looking forward to the longer term solution :-) Keep up...

Well, I can only see a few examples for self-closing tags (which makes sense, the end of the tag itself lines up with the beginning of the tag). Unfortunately there...

@hassox , I don't know if this is the right place to discuss additional items for your wish list, but I am wondering how to have one (phoenix) application support...

@yordis how would you picture #51 working in a situation where multiple configurations (each with differently configured providers) would exist and each configuration should be applied based on the hostname...

@yordis so the idea also includes altering the way of strategy lookup, making the context data (e.g. plug connection) available to the loader and having the loader responsible for returning...

@princemaple , thank you for taking the time to have a look and making it work! I merged the PR, and regarding pinning the issue the more material to learn...

> That would be awesome, especially on windows. Under Linux you don't need this extension anyway. ;-) @NicolasGoeddel What would you use on linux instead? How would you link up...