Koyomi Araragi

Results 42 comments of Koyomi Araragi

That's how I approached using `graphql-modules V1` and `typegraphql` in the same project. I created GraphQL Modules like below: ``` import { createModule, createApplication } from "graphql-modules"; const recipeModule =...

@dotansimha @kamilkisiela I was thinking this could be a new Lifecycle Hook (e.g `OnBeforeResolve`) that would be called after all middlewares, but before the resolver. If you agree, I'm keen...

There are two solutions I can see for this without introducing breaking changes. 1 - Add a new option in the module config to set whether middlewares should run from...

@spencermefford as a side note, I was able to get this behavior by doing this: 1 - Add your auth middleware (will apply to the whole schema) 2 - Add...

As a sidenote, I was able to add my profile using PowerShell, but then from powershell it's not possible to run `aws-vault exec`, error below: ``` PS C:\WINDOWS\system32> aws-vault exec...

Funny thing is that `aws-vault exec` works fine in Git Bash. So basically I had to use PowerShell for adding the profile, but Git Bash to actually generate the session...

@irgeek thanks for your reply. So it seems like for it to work in PowerShell we'd need to first declare a $SHELL env var. What about `aws-vault add` failing in...

I have two forms in the same page. Is it possible to have only one captcha working for both forms? I first thought about adding one instance for each form....then...

So I decided to make a pull request with a simple fix for this. I followed suggestions [in this SO question](https://stackoverflow.com/questions/1241947/how-do-i-show-multiple-recaptchas-on-a-single-page).

It'd be nice to use this. I hope they revisit this and implement it.