StErMi
StErMi
Is it possible to extend the number of currency supported via code?
At the moment the dismiss operation is delayed by `1000ms` and that param is hardcoded into the code. Could it be something useful to configure?
Hi all, with chrome I've no problem I've tried with Firefox 39 (Ubuntu) your example http://plnkr.co/xwV5Yn and no one of the Copy button was working. Please let me know how...
Hi @jeremydaly it would be awesome for newcomers like me to have an example app that shows off how you should structure the code as a best practice. Nothing fancy...
Hi, I look up at the source code and it seems that this construct does not support custom subdomain. In this use-case I would like to deploy a website that...
Hi, this is my init configuration: ```javascript i18n.configure({ locales: ['en', 'it'], defaultLocale: 'en', directory: __dirname + '/locales' }); ``` This is how I use i18n-node module: ``` let translated =...
This is my current setup: Django version: 1.6.1 I've installed django-lazysignup from pip I've configured everything ``` python 'lazysignup.backends.LazySignupBackend' to AUTHENTICATION_BACKENDS 'lazysignup' to INSTALLED_APPS ``` and I've updated settings with...
Hi all, when I try to pass a custom profile I get this error: ``` > serverless publishSite Type Error --------------------------------------------- TypeError: Cannot read property 'toString' of null at ServerlessPlugin.runAwsCommand...
This is my `package.json` ``` { "dependencies": { "dotenv-flow": "^3.2.0" }, "devDependencies": { "@types/dotenv-flow": "^3.1.0" } } ``` This is the code: ``` import dotenvFlow from 'dotenv-flow'; dotenvFlow.config(); ``` This...
As far as I get scaffold-eth have adopted the hardhat-deploy plugin approach to deploying contracts, the old `deploy.js` script file is not used anymore and we should remove it