Grigorii Duca
Grigorii Duca
## What's going wrong? I have a config file and when enabling the watch mode, I want to watch only a specific folder for changes. Config file: ``` module.exports =...
If you run this, you will never get a response. ```js const juice = require('juice'); const result = juice(`.my-class:not(.is-content-justification-space-between, .is-content-justification-right) {}`); console.log('result', result); ``` If there is only one class...
## Description of the issue A bad build target in used on containers up when working with multiple compose files. Seems like the image check doesn't consider the `build.target` value....
Why in 2.0.0-beta.17 I can not use anymore custom layouts for router-outlet? I get an error if I want to change the layout in application. For example: ``` ``` When...
With latest versions of express, `body-parser` is integrated in the express itself and provides the same middleware (Docs: https://expressjs.com/en/api.html#express.json). It would be good to use Express middleware directly for xml...
Hello, When an email address contains special characters like `+`, the request fails with 400 invalid email parameter error: ```ts statusCode: 400, serviceCode: 'InvalidParameter', opcRequestId: '43FCB4E031F8-11EF-8CD1-BF8CE55FC/2B6CD7C119E2429B8D904913FEAEF72E/95DB72DF682D438C8464F14B2370B445', targetService: 'Email', operationName: 'listSuppressions',...
Hello, I am trying to start a process from NodeJS, but seems like `shutdown_with_message` option is not available in the `pm2.StartOptions`. Can it be added? I want to use it...
### Confirm this is a Typescript library issue and not an underlying Cloudflare API issue - [x] This is an issue with the Typescript library ### Describe the bug DNS...
I am trying to provide a custom `messageFormat` option to display the error stack from a new line, but the new lines are replaced with a single space. Options: ```ts...