HeroSony

Results 5 issues of HeroSony

**Describe the issue and what do you intend to do** After done prepared Server configuration and run `mvn clean install -DskipTests` got below error: ``` [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (copy) @...

help wanted

Hello, thank for amazing package. ``` private void changeBitmap() { if (mCurrentBitmap == mBitmap1) { mCurrentBitmap = mBitmap2; } else { mCurrentBitmap = mBitmap1; } mRenderPipeline = EZFilter.input(mCurrentBitmap) .addFilter(new LookupRender(RecordBitmapActivity.this,...

Build failed and produces the error: ``` AAPT: error: resource style/Theme.MaterialComponents.DayNight (aka com.israelfl.bitmap2video:style/Theme.MaterialComponents.DayNight) not found. error: failed linking references. ```

After I test it on others device it looks like the behind drawer appeared, so how can we hide it or dynamically calculate drawerWidth? ![image](https://user-images.githubusercontent.com/4160246/68308655-d46f6a80-00df-11ea-86cf-e07c3df1dc2a.png)

After `npx prisma migrate dev` successfull, then `npx prisma db seed` failed.