Nikita Golubov

Results 10 issues of Nikita Golubov

#### Description On some Samsung devices (tested S20, S10 and A10) HeatmapLayer isn't visible. Screenshot from browserstack: ![image](https://user-images.githubusercontent.com/7345182/107664088-1d2bb100-6c9d-11eb-996e-d938af689f0e.png) Screenshot from a real A10: ![image](https://user-images.githubusercontent.com/7345182/107741205-c3b79680-6d1d-11eb-8e5a-494413ba0c77.png) We've tested both at [browserstack](https://www.browserstack.com/) and...

bug

For JS projects it would be easier to install fundoc from npm or run without installation via npx.

enhancement

It might be useful for small projects to compile docs not inside separate folders, but right into README.md file in the root

enhancement

It'll be helpful to have an ability to run `fundoc` in watch mode

enhancement

@-properties in comments are widely used in JSDoc. Maybe we should change to some other prefix to avoid confusion and naming conflicts. E.g. some time in the future we may...

question

It'll be nice to have a way to add table of contents inside an article. I suppose [mdbook-toc](https://github.com/badboy/mdbook-toc) can be used: ```js /** * @Article Article with TOC * */...

enhancement

Tried to install fundoc via recommended command: ``` curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- --git daynin/fundoc ``` But it failed with this result: ``` install.sh: GitHub repository: https://github.com/daynin/fundoc...

bug

I have schema with globally set security for all paths. But some of the paths override global security with empty value to disable security. When I generate http client for...

bug

We ran into issue when our server wasn't able to process html file with embedded font because line length was too long. So I made a fork with option to...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your issue described in the documentation? - [x] I have read the...