HeroSony
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) @...
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? 
After `npx prisma migrate dev` successfull, then `npx prisma db seed` failed.