IAMtheIAM
IAMtheIAM
Big thanks to you. Bitpay protocol is dumb, you make it smart, by giving me the QR code my wallet wanted. Thanks again for making this app and sharing it...
I tried every combination I can think of any awesome typescript loader will not respect the `exclude` property in tsconfig.json ``` "exclude": [ "compiled", ], ``` ``` "exclude": [ "compiled/*",...
``` web3Loader: { constructorParams: { MyToken: [ 250000, 'The Coin', 2, 'TC$', '1.0.0' ] } }, ``` `Invalid configuration object. Webpack has been initialised using a configuration object that does...
``` main.js:110 Uncaught TypeError: Cannot read property 'name' of undefined at renderTokenDetails (main.js:110) at window.onload (main.js:68) ``` ``` function renderTokenDetails() { document.getElementById('token-name').innerHTML = _MyToken.MyToken.name(); document.getElementById('token-symbol').innerHTML = _MyToken.MyToken.symbol(); document.getElementById('total-supply').innerHTML = _MyToken.MyToken.totalSupply();...
When beginning a type ahead, for example "b" and then clicking away, following by focusing back on the input, it should retrigger the typeahead search popup . currently it does...
I get this error on version Qt Creator 4.1.0  Any chance of an update to get it working? Its a really good idea, tabs are needed.
When attempting to use this compass-mixins plugin with Normalize.scss (version https://github.com/JohnAlbin/normalize-scss), it produces numerous errors for missing variables. /typography/_units.scss - missing @output-rhythm - missing @default-browser-font-size - missing I had to...
> Clearly describe the bug The `selector-pseudo-element-no-unknown` rule needs to accept `true` and `false` so it can be overridden when extending from a predefined config which has it set to...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Accept a function as a prop (not a default...
Run the install, then Running `desktop-dimmer` gets this immediately ``` module.js:549 throw err; ^ Error: Cannot find module '/home/user/.nvm/versions/node/v8.11.3/lib/node_modules/desktop-dimmer/lib/logger' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Module.require (module.js:596:17) at require...