jdelobel
jdelobel
Same problem with [email protected] for me (during minification process).
@ljharb You can clone https://github.com/jdelobel/angular2-tour-of-heroes/tree/develop. Then: - `npm i` - `gulp dist` - `npm start` and you will see the error. Browser: Chromium Version 47.0.2526.106 Built on Ubuntu 14.04, running...
> Hi @jdelobel, just a friendly FYI - adding the language after `like`java will add syntax to the snippets. :) > > `maybeAddImport` will check if the type is in...
> imports said `"org.springframework.beans.factory.config.ConfigurableBeanFactor"` instead of `"org.springframework.beans.factory.config.ConfigurableBeanFactory"` Hi @eddumelendez, Thanks its working! The problem was me with the copy/paste.
Hi, Thanks to keep the issue open. I try to use the recipe `org.openrewrite.maven.UpgradeDependencyVersion` ````yaml --- type: specs.openrewrite.org/v1beta/recipe name: com.socgen.digital.spm.migrate.UpgradeJavaxServletApiVersion recipeList: - org.openrewrite.maven.UpgradeDependencyVersion: groupId: javax.servlet artifactId: javax.servlet-api newVersion: 4.0.1 overrideManagedVersion:...