Oleksandr Koval

Results 18 comments of Oleksandr Koval

@donmendelson before making such a proposal, I'd like to understand whether it's possible to change `` attributes in a way I proposed in #148 (in particular providing just length type...

Hi, I tried to fix all the warnings, check out #3676. Try it and let me know if something is still not fixed.

Hi, I don't know the internals of Doxygen but I think that in general case it's not possible to correctly deduce final return type as it might depend on the...

@albert-github I'm not sure that it's exactly the same problem, but it looks very similar. I'm using Markdown for my pages and I got surprising behavior: when Markdown file is...

You mean that you have badge on the icon of the extension in the side bar? I meant a different thing, something like [this](https://imgur.com/a/5Yze2kB). I currently use this extension for...

> Can you explain why it's useful to know these numbers? In my particular case a list of issues reflects the development of the project, it's basically a list of...

The problem is not just a validation, it's also about clear separation between client's and core code. Originally, I edited `multiply()` and `identity()` functions in my solution and was very...

Thanks for a quick reply, you're both right. Probably my eyes misread `out` as `opt` and I missed the warning because it was at the top of a long Doxygen...