Jonathan Soeder

Results 7 comments of Jonathan Soeder

@Nargonath do you need help with this?

I haven't had a chance yet; was gonna start right now. Who can I talk to about the way the plugin works right now? to find the optimal place to...

when you're generating your DLL bundle, can you set `libraryTarget` to `commonjs2` or `umd`? it should eliminate the need to worry about this. I might be missing something however what...

@thekannanmca i'm also experiencing the same exact error. please let me know if you figure out a workaround

Yes it absolutely would. It is something I've been meaning to get around to. I'll give you a brain dump of my current thoughts on it in case you want...

You can call `describe()` on a `joi` schema. ```json { "type": "object", "flags": { "unknown": true }, "keys": { "meta": { "type": "object", "flags": { "presence": "required", "unknown": true },...

@rawkode just pushed up a commit. still need to document and test. If you clone the repo and run `yarn` then ``` $ cd packages/software-project-demo-site $ node scripts/graphql.mjs ``` It...