josundt

Results 41 comments of josundt

I'm also waiting for this bugfix. Is any date set for the 2.1.23 release? (I'm currently not using the dotnet global tool...)

An alternative to using the `Function` _constructor_ is to use dynamic `import()` of a **dataURI** containing the source code. This will require **Content-Security-Policy: script-src data:**, but not **Content-Security-Policy: script-src 'unsafe-eval'**...

I've made a tiny simple Vanilla (no dependencies) browser app in TypeScript that already runs fine in the browser after compiling TypeScript (to ESM modules). I use ".js" extensions for...

**c3** was last updated in August 2020, over two years ago. **c3** has a dependency on **d3**, version constraint `^5.8.0`. There has been two major releases of **d3** since this...

I recommend doing what I did: Replace c3 with billboard.js. billboard.js is a fork of c3 that is under proper maintenance. Migration is very simple, there's a guide describing the...

If SonarLint connected mode will switch to .editorconfig for rules configure, I would like to propose a feature. The teams in my organization already use a standardized .editorconfig file to...

> tbutler-qontigo Sonar provides code analysis scanners, but it has also grown as a ecosystem for static code quality control, supporting external code quality tools. SonarQube/SonarCloud is already capable of...

Will jszip support browser web streams in addition to node streams soon?

@TripleSpeeder You can set `output.clean` to `true` in webpack config instead now....

With C# 11.0/.NET 7.0, the `required` keyword is being introduced for properties. Properties with this keyword needs to be initialized through the object initializer when the class/struct/record is initialized from...