Andrey Goncharov
Andrey Goncharov
## Expected outcome App should perform a request and should not crash ## Actual outcome App did not perform the request and crashed after a minute or two ## Versions...
Linked to #106 It does not fix the original case, however it should be fixing the most popular use-case - class decoration. Now this works as intended ```ts import "reflect-metadata";...
Routing-controllers allows to set config for 'cors' module, but it doesn't enabling handling of pre-flight requests https://github.com/expressjs/cors#enabling-cors-pre-flight I suggest to expose another option to createExpressServer (like 'handleCorsPreflight') to enable it.
In electron setup, bundlers usually bundle for browser environments. In browser envs, bundles seem to pick up .mjs files first. .mjs fro node-fetch exports fetch as a default export. This...
**Issue type:** [ ] question [ ] bug report [x] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [ ] `mysql`...
Currently, [Chromatic](https://www.chromatic.com/) published build results to our slack channel `#core-ui-ci`. We need to: 1. Limit Chromatic slack bot to publish the build results only for the `master` branch 2. Use...
Currently, we use a global type declaration ```ts declare module '*.scss' { const classes: { [key: string]: string } export default classes } ``` We need to proper types generated...
And use `lerna bootsrap --host` to lift them up