Francesco Gramano

Results 6 issues of Francesco Gramano

My `karma.conf.js` file reads: ``` module.exports = function(config) { config.set({ basePath: '.', frameworks: ['systemjs', 'jasmine'], browsers: ['Chrome'], plugins: [ 'karma-chrome-launcher', 'karma-jasmine', 'karma-systemjs' ], systemjs: { configFile: 'jspm.config.js', config: { defaultJSExtensions:...

Would it be possible to allow for a `custom` mergeStrategy in which the webpack file exports a function? This function would receive both the environment (e.g., `production` or `development`) and...

enhancement
builders:custom-webpack
priority:low

Feature Request: Ability to use `replace: true` with `@Component` decorator

Hello @theicfire, I was wondering what license to assume for the repository if people such as myself decide to use it. Did you plan on adding a license? Which rights...

It would be useful to have a Python interface to the generic antlr symbol table found [here](https://github.com/antlr/symtab)

enhancement

When trying to use `import DevTools from "remotedev-app"` and render `DevTools` in jsx as a React Component, I get the following error. ``` ./node_modules/remotedev-app/node_modules/react-tap-event-plugin/src/TapEventPlugin.js Module not found: Can't resolve 'react-dom/lib/EventConstants'...