polemius

Results 5 issues of polemius

First of all thank you for such a great project. I really like it 👍 I was playing around generic function and found that this code show the error: ```ts...

bug

The link to http://redux-minimal.js.org/ doesn't response. Looks like it is not valid link.

I would like to add a validator (for example this one https://github.com/pelotom/runtypes) for each call to validate the response from server. I tried to find a way to do it...

enhancement

**Describe the bug** I can't redifine colors for talker_flutter. It uses the default one only. **Code** ```dart final logger = TalkerLogger( settings: TalkerLoggerSettings( colors: { LogLevel.critical: AnsiPen()..red(), LogLevel.error: AnsiPen()..magenta(), LogLevel.info:...