Misha Reyzlin

Results 10 issues of Misha Reyzlin

Hi, I'm trying to use Janus and add custom settings for Syntastic. If I place the following in either `~/.vimrc.before` or `~/.vimrc.after` the settings are not picked up: ``` viml...

Hey! I am helping a friend with their Kirby website and I’d like to enable them (non-tech person) to get the content backed up on git. I think this plugin...

help wanted

**Describe the bug** When placing `foo/index.htm` into `public` folder, build command produces an error. In development, this works fine – /foo/ correctly served as HTML When running build, I get...

bug
filetypes
discussion

The docs say: "You can edit it in your project to customize Webpack behavior.", but adding `webpack.prod.js` to the root of my project doesn’t seem to affect effective webpack config....

On HN, the posting bot always includes the following line: “please only email submitters if you personally are interested in the job—no recruiters or sales calls”. On HNHiring it is...

**Describe the bug** When passing a boolean or number, I am seeing the variable type in the rendered output, i.e. ``` 1__number false__boolean ``` **Steps To Reproduce** See https://jsfiddle.net/fev3zko2/ with...

NEEDS DOCS

We had to replace this loader with `svgo-loader` (that is the only optimisation we applied). Previous (3.4.x) as well as the most current published versions were breaking the build when...

Is there an option to have both HTML and markdown processed within the same block? Example below doesn't work for me with these options (i.e. heading's being processed as it...

enhancement

Hi! This PR adds a new property to the object returned by blurhash resolver, called `hash` that exposes ”blurhash” encoded preview image. I had changed the file-system caching file extension...

From my understanding, serving image as base64 doesn’t realize full potential of blurhash. Full benefit of blurhash algorithm is that it produces a string significantly smaller than base64 of the...