Azizur Rahman
Azizur Rahman
During installation (on MacOS) I am getting this message: `graphviz was not found on the system. Downloading vizjs instead. See http://plantuml.com/vizjs. This may take a few minutes.` This means it...
Now that there is a formal [definition of Structurizr DSL](https://github.com/structurizr/dsl/blob/master/docs/language-reference.md) exists, perhaps it is time to consider if C4Builder should support it. I haven't read the Language reference line by...
**Actual Behaviour** If you run `npm audit` ```sh $ npm audit === npm audit security report === # Run npm install --save-dev [email protected] to resolve 1 vulnerability SEMVER WARNING: Recommended...
I just tried upgrading to [v5](https://github.com/AnomalyInnovations/serverless-bundle/releases/tag/v5.0.0) I am getting Webpack build failure. My project does not have a webpack config file. When I remove the plugin from the package it...
This is my first PR, be gentle with your review comments. I wanted to use React component for HTML emails sent via Simple Email Service (Amazon SES). This change allows...
It's not possible to remove/turn off all translations. When you remove Translations using "Remove All" button  When you choose a translation. ![screen shot...
At the moment, you can only specify a background image on `OnboardingViewController` is it possible to create an instance of `OnboardingContentViewController` with a background image? That way every `OnboardingContentViewController` will...
Thank you for this great component. I just started learning iOS, so this component is a great help in coding my app. I am using xCode 7.3 and getting this...
The current implementation depends on user having to install `localstack` binary on their machine since it uses the following command (https://github.com/localstack/serverless-localstack/blob/master/src/index.js#L332) to start docker container. ``` localstack infra start --docker...
I am not 100% sure if it's and issue with the `Modernizr 3.0.0-alpha` but when I am trying to exclude `track` and `performance` tests from `Modernizr`. So my `customizr.json` looks...