Sergey Lukin

Results 11 issues of Sergey Lukin

When deploying several netlify sites, it's hard to distinguish them in PR comments. Adding optional configuration `project-name` which is used in PR comment message.

Hi, Trying to get my hands dirty with the project. However getting following error on both `npm start` and `npm run build`: ```bash crazy-awesome-json-viewer/node_modules/@types/jest/index.d.ts (39,31): A rest parameter must be...

Hi, First of all thank you for amazing JSON viewer, use it a lot. It would be great if after rendering json it would be possible to hide both sidebar...

Camelcase format is not compatible with HTML data-\* attributes. I keep error translations inside HTML data-\* attributes, like so: ``` html ``` and dynamically parse and extend IdealForms errors object...

Hi, I like the idea of subrepo being absorbed into the main that you followed in `git-subhistory`. I currently use `git-subtree` for a while to manage 1 shared repo among...

[This line](https://github.com/tvkhoa/react-tippy/blob/master/src/Tooltip/js/tippy.js#L368) produces `Cannot read property 'innerHTML' of null` when tooltip is updated from `` to ``

Introducing new feature. Shouldn't break any existing functionality. Inspired by what can be done with `mod_rewrite`: ``` RewriteRule ^something$ index.php?page_ID=15 ```

**Is your feature request related to a problem? Please describe.** Running previewjs in a [NX](https://nx.dev/) monorepo results in "No workspace detected". **Describe the solution you'd like** Make it work for...

enhancement

## Description Render tooltip from the opposite side of mouse (using same offset but in opposite direction) when mouse is positioned so close to screen edge that tooltip is rendered...

When building production-ready build, modules filenames are renamed in respect to their contents. Currently RequireJS is not aware of that, so, for example if you want to load `modules/widget` when...