Nelson Faiçal Rechdan

Results 9 comments of Nelson Faiçal Rechdan

Just made this "workaround" for the array of strings, but an options to actually make a proper array of strings would be very welcome!

An alternative to new docs could be to convert to TypeScript...

I'm having that same issue here, TypeScript 4.8 works just fine!

I can confirm that there is a problem with the watcher, nodemon does work when using it in Docker, but parcel does not catch when a file changes or is...

Maybe thats a problem with my node version? ``` node -v v12.18.4 ``` And here is the command I used: ``` copy-and-watch --clean ./src/public/**/*.* ./dist/public ```

> 4. In this case, there may be problems with type inference in Typescript. I'll think about it And turns out it is! I was doing a wrapper for the...

> Not sure we can make this any faster. On first connection we actually set up the port forwarding, so some time is required for that. It is not only...

Here is another example, when I forward an simple NextJS server in VSCode: ![image](https://user-images.githubusercontent.com/7198081/120056057-44ba4580-c010-11eb-8633-d695e2851ddf.png)

As @LoveriusB mentioned above, we can change the value of `defaultMaximumTruncationLength`, but it feels super wrong and a better option, maybe, would be to add that setting to `tsconfig`?