recodyx

Results 6 issues of recodyx

Hi. Getting NullpointerException if MemoryCache is disabled. BitmapLruCache.java:560 ... BitmapLruCache.Builder builder = new BitmapLruCache.Builder(App.getContext()); builder.setMemoryCacheEnabled(false); builder.setDiskCacheEnabled(true).setDiskCacheLocation(cacheLocation); ... Feature?

Hello, this example does not compile. there is no **isShowing** method in DialogInterface. https://github.com/codepath/android_guides/wiki/Using-DialogFragment ``` alertDialogBuilder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { if (dialog !=...

Hello, after runing npm run build , a dist folder is created and contains files like _bundle.js_, _bundle.css_ and _index.html_ But then, if I'm runing **npm run prod** I see...

```xml org.codehaus.mojo build-helper-maven-plugin 3.2.0 timestamp-property timestamp-property build.timestamp dd.MM.yyyy, HH:mm ``` pom.xml ```xml ${build.timestamp} ``` Output: ```` 2021-09-22T08:38:51,295 INFO : [main] - Application - loaded version.properties: {app.buildDate=2021-09-22T06:38:13Z, app.version=v1.0.0} ```` sorry for...

All other metrics are working, but SWAP Used always shows N/A Any idea what i can do? Ubuntu 22.04 ![missing_swapbytes](https://github.com/oijkn/Docker-Raspberry-PI-Monitoring/assets/4247606/856853c8-b5f3-4dd3-b94e-b277918c3593) P.S. on my raspberry pi 4 it works without problem

ViewPager2 is definitely not an improvement over ViewPager from my point of view. Sorry I'm migrating from ViewPager right now and it's terrible. 1. since always the method to add...