Results 8 comments of Shabaz Ahmed

Adding ` maven { url 'https://jitpack.io' }` in setting.gradle indeed fixes the problem

Meanwhile we can create the cache file manually ``` fun getCachedImage(uri: Uri): String { val compressedFile = File(externalCacheDir, "picked/IMG_${SimpleDateFormat("yyyyMMdd_HHmmss").format(Date())}.png") Timber.d("compressedFile: ${compressedFile.path}") val originalScaleOptions = BitmapFactory.Options() val stream = this.contentResolver.openInputStream(uri) val...

Installing via conda works. ```` conda install bcolz Fetching package metadata ......... Solving package specifications: .......... Package plan for installation in environment C:\Users\username\AppData\Local\Continuum\Anaconda2: The following packages will be downloaded: package...

If you zoom in the above image you can see green lines in the white notches.

Add below dependencies to app/package.json ``` "@solana/wallet-adapter-react": "^0.10.3", "@solana/wallet-adapter-react-ui": "^0.2.1", "@solana/wallet-adapter-wallets": "^0.8.1", ``` Then npm install npm start fixes the issue.

Facing this issue, started happening after a vs code update Mac OS: Catalina Extension version: v3.0.60 VS code details: Version: 1.63.2 Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3 Date: 2021-12-15T09:37:28.172Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js:...

We can always use an external media player as VLC which handle most of the media. Currently the client transcodes even when the external player can handle directplay. This leads...

It would be good if we can have the option to toggle with TWA and CCT from the Webapp. For users who are not familiar with browsers its very difficult...