Dmitry Kutsenko

Results 10 issues of Dmitry Kutsenko

Hello. I have many sprites in one svg file. I want to convert them to png, each sprite must have own raster png copy. ``` 'source/res/one.svg#first' 'source/res/one.svg#second', 'source/res/one.svg#third' ``` How...

enhancement

Hello! How can I find out a NODE_CHROMIUM_REVISION revision matching, for example, Chrome/Chromium 84? #question

question

Thanks for the program, especially for two-panel diff viewer. Please add ability to - move single commit in history - squash several commits into one

I want to create single only editable element. I already set ContentEdit.PREFER_LINE_BREAKS to true; But if user press Shift+Enter, he can anyway create another block, wrapped into p tag. It...

bug

Hello. content-tools.js, String.prototype.unformat. Seems it can operate only with specified tags (b, i, span, div etc). But what if I applied span class="fontsized", span class="fontfamily" etc? (with some style applied,...

question

Can I use preact-portal to display material-ui@next modals with preact? Preact itself doesn’t support them

It there any way? It makes Dialog completely unusable, because even after click on the suggestion, they don't close. And Dialog buttons remains overlapped by suggestion list.

Is there any way to implement this? Something like a "scrollable" and "fixedHeader" properties. Thanks.

I've updated example. 1. The version you provided cannot be compiled anymore in new Nodejs environments. You will get errors like that ``` npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build...

ERROR in ./~/diffie-hellman/lib/primes.json Module build failed: SyntaxError: Unexpected token, expected ; (2:11) ERROR in ./~/elliptic/package.json Module build failed: SyntaxError: Unexpected token, expected ; (2:9) The json loader is enabled by...