John Grant
John Grant
The [demo](https://maxklenk.github.io/angular-circular-navigation/) does not behave the same in Chrome and IE 11. Using IE 11: - [ ] I cannot change the color of elements in the demo. - [...
**Page**: [`/cli`](https://docs.amplify.aws/cli) **Feedback**: Where is the exhaustive reference for options to commands like `amplify init` ? I'm looking for something like: https://docs.aws.amazon.com/cli/latest/reference/
Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- feature What is the current behavior? ----------------------------- only statically defined dependencies are supported What is the expected behavior?...
compilers hate us.
Hi, How can I detect the presence of any image of a set of known images, within frames of a video? I want to build an application where a user...
I'm trying to correlate the response statusCode with the response body. How can I get a log of the body & the statusCode? I attempted this: ``` ...blah scenarios: -...
I wanted to understand what the CSS import affects. If I don't import the CSS module, I see a map, but it pans north uncontrollably. Is that expected? ``` //...
I must be overlooking it, but I cannot find the equivalent to `docker login` in the SDK. I need to use `docker login` because I am trying to pull an...
How can I use separate shader sources? I see the shader examples use a single source file and look like this: ```glsl // shader.glsl ...common code... #if defined(VERTEX) ...vertex shader......