Max Poliakov

Results 4 issues of Max Poliakov

## Overview When sending a message with an attachment, the following error occurs: ``` The Message Integrity Code (MIC) does not match the sent AS2 message (required: **required_mic**, sha256, returned:...

It appears that you don't need to store ```visibleItemCount```, ```totalItemCount``` and ```firstVisibleItem``` as member variables of the listener, since they are recalculated on every invocation of ```onScrolled``` and aren't used...

I'm certain that this is a feature unsupported by junction, but just in case, I'll provide some system details. ``` OS: Ubuntu 20.04.2 LTS Build system: CMake (used through CLion...

The classes `MultiStepper` and `AccelStepper` frequently use double literals, such as `20.0` where float literals should be used (`20.0f`). One particular example is `AccelStepper`'s `setSpeed()` method - line 316 features...