Yury Ershov
Yury Ershov
Hi, I love this extension and I have a proposal for improvement. Today, there's only one list of sites which acts as 'inverted list' or 'no touch list' depending on...
In line 249 there should be spaces before and after the link: `str = str.replace(stra[0], ' ' + repstr + ' ');` because the regex captures them and they get...
Looks like a bug when parsing a link: ``` micromarkdown.js:389 Uncaught TypeError: Cannot read property 'replace' of undefined micromarkdown.mmdCSSclass @ micromarkdown.js:389 micromarkdown.parse @ micromarkdown.js:192 LoadMarkdown @ snippets.html:11 onload @ snippets.html:17...
### Operating System MacOS ### What's the issue you encountered? ### How can the issue be reproduced? 1. Remove any existing installation ``` rm -rf \ /Applications/imhex.app \ ~/Applications/imhex.app \...
### Operating System MacOS ### What's the issue you encountered? I created a custom text and binary mgc files but ImHex doesn't pick them up. ### How can the issue...
### What feature would you like to see? I would like to be able to handle the errors in a soft way. For example, in a file there is a...
### Operating System MacOS ### What's the issue you encountered? In Content Store there button "Remove" doesn't actually remove the thing. ### How can the issue be reproduced? 1. Make...
### Operating System MacOS ### What's the issue you encountered? Because "Standard Magic" is not included in the app installation, the patterns are not automatically loaded when a file is...
Hi, I'm a Vim user. I'm used to the fact that Ctrl-C switches Vim to Normal mode from wherever it is. It doesn't work like that in SC-IM. I was...
This is a proof-of-concept for enabling the 'split' layout to use the 'bias' option and allowing to specify the absolute values for 'resize_window' command. The 'bias' option was previously ignored...