Michael Wills

Results 25 comments of Michael Wills

@bd100b take a look at https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html tl;dr it serves as a catch all at that end point.

Quick note @ange007. Have you tried setting `sync: true` for the bot's config in bottender.config? I am only testing locally at the moment but it will immediately return without that...

@Java-Jonas we are discussing some of these bits over in #72 .

It's certainly an improvement! No more 404. The updated test code and error is below: ``` process.env.DEBUG = "navalia"; import { Navalia } from "navalia"; const navalia: Navalia = new...

@joelgriffith running the tests does have a failure: ``` Test Suites: 1 failed, 2 passed, 3 total Tests: 1 failed, 39 passed, 40 total Snapshots: 8 passed, 8 total ```...

[edit] Quick test with navalia graphql works adding the following to `Chrome.ts` ``` Promise.all([ cdp.Page.enable(), cdp.Network.enable() ]) .then(() => { return cdp.Page.navigate({url}) }) .catch(err => { reject(`Failed: ${err} ${url} ${typeof...

@sefel When I run it visibly, it's actually Google Chrome Canary that launches as opposed to Google Chrome. I'll try to do some more tests.

Just trying out paper-css as an experiment. I haven't had to resolve this just yet. This comment is helpful though: https://github.com/cognitom/paper-css/issues/12#issuecomment-348083649

Interesting. TestOVWildcard.cpp shows wildcard usage and it's in the usage not in the .cin files. So while _typing_ I can use `f*r` and it will match `foobar`. If I can...

An option would be good. I see how it comes together in compose but it'll take me a bit to get the environment set up and get syntax details right....