ceisele-r
ceisele-r
Hi, I saw that in #88 there was the move from `lodash.toarray` to the regular `lodash` package in dependencies. Would it be possible to create a new release that contains...
As soon as I add the `smp.wrap(..)` around my webpack config, I am getting the following exception: ``` (node:29480) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader [webpack-cli] TypeError: Cannot read...
#### Issue description When using webpack 5 with a vendor webpack config that uses DLLPlugin, the webpack report created for this bundle does not display any contents within the chunks....
### Summary When installing remirror in a Typescript project and compiling the project using `tsc`, the following error is logged: ``` Error: node_modules/@remirror/styles/dist/declarations/src/emotion.d.ts(5,20): error TS2307: Cannot find module '@emotion/styled' or...
For `node-fetch`, there is the advisory https://npmjs.com/advisories/1556 . As `react-image-magnify` uses `node-fetch` via this path `react-image-magnify > prop-types > fbjs > isomorphic-fetch > node-fetch`, `react-image-magnify` brings in this vulnerability to...
After updating to greenmail v1.6.5, the following exception is logged at the end of our test executions: ``` commands.IdleCommand| Error processing command: End of stream Command should be ' IDLE'...
Rarely I am facing an exception that occurs when using greenmail: ``` Exception in thread "imap:mydomain.com:3143
Hi, I am wondering whether it is possible (out of the box) that the suggestion list gets filtered while typing. E.g. when having the following suggestions in total: * Example...
**Describe the bug** Throughout `kendo-theme-default`, `/` is being used for division in SASS code that is deprecated by SASS lang. See https://sass-lang.com/d/slash-div **To reproduce** Steps to reproduce the behavior: 1....
When trying to use _only_ the `"es/no-string-prototype-replaceall": "error"` rule, eslint reports that this rule is not available: `Definition for rule 'es/no-string-prototype-replaceall' was not found` .eslintrc.json: ``` { "parser": "@typescript-eslint/parser", "parserOptions":...