Yuri Gor

Results 26 issues of Yuri Gor

Looks like [here](https://github.com/YuriGor/mongoose-slug-updater#example-random) we have an incorrect example found by @FarazPatankar in #9

documentation

Naomi breaks native java syntax highlighter: > error: Error loading syntax file "Packages/Java/Java.sublime-syntax": Apparent recursion within a with_prototype action: 25000 context sanity limit hit If I disable Naomi package -...

bug
priority: high
context-limit-reached

Anonymous code blocks works fine, but code blocks with syntax `js` or `javascript` make following text after code scoped as a string. ![image](https://user-images.githubusercontent.com/6861317/47482879-75c2b000-d840-11e8-90e0-439e2ad85444.png) here is a text sample: https://gist.github.com/YuriGor/acb356c1803b0ea75ebeb865d48f28ef

bug
priority: medium

Try to uncomment(`Ctrl+/`) last line `// module.exports = [];` ```js // const _ = require("lodash"); // const _ = require("lodash"); // const _ = require("lodash"); // module.exports = []; ```...

bug
priority: medium

place cursor right before any opening quotation mark and try to `ctrl+/` ```js ""; (""); console.log("test"); ''; (''); console.log('test'); ``; (``); console.log(`test`); ```

bug
priority: high

**What is the current behavior?** Looks like crawler doesn't call preRequest for links with empty href? **If the current behavior is a bug, please provide the steps to reproduce** ```...

Coverall report fails for latest Node on Travis [failed build example](https://travis-ci.org/YuriGor/mongoose-slug-updater/builds/481969283) ``` 0.65s$ npm run coverage > [email protected] coverage /home/travis/build/YuriGor/mongoose-slug-updater > nyc report --reporter=text-lcov | coveralls [error] "2019-01-20T08:06:22.579Z" 'error from...

Hi, very cool sliders, thank you very much! I noticed that default CSS is designed for the specific size of the container element, so it looks bad in the arbitrary...

Feature