Alexander Moiseev

Results 5 issues of Alexander Moiseev

This commit adds optional inheritance type template parameter (represented as a wrapper Virtual/Direct type) to FixedArity node mixin. For #8529 Signed-off-by: Alexander Moiseev

## What? There's a need for visualization utility for model developers, as stated in [ONE-vscode issue](https://github.com/Samsung/ONE-vscode/issues/309#issue-1160993830) _(Memory measurement in compilation environment and visualization of measurement result)_. This feature requires support...

## What Currently, `loco` IR's node mixins (such as `FixedArity::Mixin` and others) use virtual inheritance which allows to avoid 'diamond inheritance' problem, since it can often appear during mixin idiom...

This commit adds optional inheritance type template parameter to FixedArity node mixin. For #8529 Signed-off-by: Alexander Moiseev

## What? Currently there's `csslint` utility to check style and formatting of CSS files. It seems this utility is no longer actively developed anymore and it doesn't support many modern...