Riccardo Cosenza

Results 7 issues of Riccardo Cosenza

## 🐛 Bug Report The border property is lost when duplicate a WS and merge cells Lib version: 4.2.1 ## Steps To Reproduce ```javascript async function readData () { const...

Hi,as title, why i can use modificationTime and size in NgxFileDropEntry interface??? your demo has these properties in the table, but your library doesn't implement those two properties in the...

scrollStartThreshold and swipeStartThreshold don't seem to work, I set various kinds of values, but the swipe never block // project edited https://codesandbox.io/s/naughty-montalcini-pbgo25?file=/src/basic/BasicExample.js:1171-1191 thanks Ric

Every now and then it happens that a started workflow doesn't start because on the host server I find the container started and the registered runner waiting for a job...

Related to #539 Fixes the correct request length set in Header-Length when the placeholder replacement option `[]` is used.

hi, this is my simple code for test idReplacement, but not work and generate this error on my express server ```bash BadRequestError: request aborted at IncomingMessage.onAborted (C:\Users\ricca\Desktop\express\node_modules\raw-body\index.js:245:10) at IncomingMessage.emit (node:events:518:28)...

This PR allows dotenv-webpack to accept inline comments like this: PORT=8080 #8081 8082 In this case, everything after # will be excluded from the value. fix #507