Sebastien Gissinger

Results 7 comments of Sebastien Gissinger

I would do this ``` items = [{"foo" : "bar"}, {"foo": "bar2"}, {"foo" : "bar"},{"random":"1"}] search = {"foo" : "bar"} matches = [x for x in items if x ==...

Do you prefer that I rollback some things like the big help changes or would you accept this PR as-is ?

It seems to be related to some PyTest dependencies not grappa code. And it runs on non-stable 3.10 nightly builds I don't think I can make this pass

Maybe let this kind of feature to test runners like [mamba](https://nestorsalceda.com/mamba/) and keep focus on assertions.

Ok I began to commit some changes to OwlSim for VS2010 & 2012 solutions. The Owl project is really awesome and is exactly the kind of technology I was waiting...

In pubspec.yaml just add dependency ``` dependencies: easy_logger: ``` And then you'll be able to configure log level ``` import 'package:easy_logger/easy_logger.dart'; ... EasyLocalization.logger.enableLevels = [ LevelMessages.error, ]; await EasyLocalization.ensureInitialized(); ```

I totally agree with you. This is only a workaround until a better solution is released. I use it to have clean unit tests output.