Serge Malinin

Results 3 issues of Serge Malinin

There is an examlpe of svg file: ``` ``` I expect that in html this file will look the same. But the viewBox attribute is lost in html. The code...

I use the lib redux-state-sync without problem - everything works fine. But when i add the packages with types @types/redux-state-sync i get an error: ` index.js:41662 Uncaught TypeError: _broadcastChannel.BroadcastChannel is...

I have a big Svelte project with a lot of heavy ESLint rules. This is my original `.eslintrc.cjs` config: ``` module.exports = { root: true, parser: '@typescript-eslint/parser', extends: [ 'eslint:recommended',...