Nikita Golubov
Nikita Golubov
#### Description On some Samsung devices (tested S20, S10 and A10) HeatmapLayer isn't visible. Screenshot from browserstack:  Screenshot from a real A10:  We've tested both at [browserstack](https://www.browserstack.com/) and...
For JS projects it would be easier to install fundoc from npm or run without installation via npx.
It might be useful for small projects to compile docs not inside separate folders, but right into README.md file in the root
@-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...
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 * */...
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...
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...
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...