Konstantin

Results 12 comments of Konstantin

Solution is set filter mask/category bits in fixtures. For example: https://stackoverflow.com/questions/936935/box2d-collision-groups

same issue, some log Steps to reproduce: - install clean ubuntu 19.04 - install node via snap ```text node -v v10.15.3 node 10.15.3 1793 10 nodesource✓ classic npm -v 6.4.1...

Because of this x package requirement, release image increased: - dev-v1.7.2-rc1 (320.61 MB) - release-v1.7.1 (5.24 MB)

Also [build/stdextractor](https://github.com/fe3dback/go-arch-lint/tree/master/build/stdextractor) not needed anymore, because packages.Load used anyway for parsing AST. previosly we use it to bake std imports inside binary, without parsing it in runtime

Еще потестировал, похоже проблема связана с кешем. Воспроизводится так: Сначала нужно установить свойство как ```php @property string name ``` затем запустить код, проверка пройдет, значение обновится, кеш зафиксирует всё. Если...

Да, так и есть. Но иногда не выгодно при деплои сбрасывать весь кеш. Хочется иметь возможность контролировать этот аспект, как например в twig, доктрине и т.п. Я к примеру использую...

confirm this Free mem: 10GB Linux ln 4.10.0-35-generic #39~16.04.1-Ubuntu SMP Wed Sep 13 09:02:42 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Docker version 17.06.2-ce, build cec0b72 i not have mysql working...

For linting imports, we don't have to use 'packages' at all, that's how it been before in old versions. But linter with the `deepScan` flag enabled, reads all GO code,...

look like some of packages is not installed. No idea hot to fix this :) What i have now: ``` $ ghc --version The Glorious Glasgow Haskell Compilation System, version...

Hey, good idea. I'll do it in version 4 of the config when I have time, if no one does the PR before me. I will be glad to see...