Sandro Martis

Results 12 comments of Sandro Martis

I'm currently trying to migrate from v3 to v4 and getting the following errors when running our Jest (ts-jest) test suite: > Cannot find module '@esri/arcgis-rest-form-data' from 'node_modules/@esri/arcgis-rest-request/dist/cjs/utils/encode-form-data.js' > >...

@ReneU Thanks Rene, that helped, I'm one step further :)

Not sure I fully understand what's going but bumping Jest and Typescript also solved the issue for me. The `moduleNameMapper` does not seem to be needed with the latest Typescript...

Some three.js versions seems to cause issues in Safari: https://github.com/angular/angular-cli/issues/21107 https://stackoverflow.com/questions/68224800/left-hand-side-of-operator-must-be-a-reference-only-in-webkit-safari-in-ang Maybe this is related?

Same issue here with `1.0.0-rc.31`. Is this project still maintained? Looks like this issue has been open for about 2 years now.

I have the same issue here. I'm setting the page title dynamically after I have loaded some data from the database. I can only set the page title after I...

I'm having the same issue, I'm trying to use `"@graphql-codegen/cli": "^2.6.2"` with `"graphql": "^16.5.0"`. I made sure that `"graphql": "^16.5.0"` is the only version installed and that there is no...

Same here on Windows 8. Also using `grunt-protractor-webdriver` in combination with `grunt-protractor-runner`. Seems only to happen with Chrome and IE, but not with Firefox.

Same here :(

I have the same issue. Still occurs in v1.6.0. ``` (node) warning: possible EventEmitter memory leak detected. 11 value listeners added. Use emitter.setMaxListeners() to increase limit. Trace at addListener (events.js:239:17)...