Yogesh S

Results 12 comments of Yogesh S

@sumersm7 Please refer to the [Dockerfile](https://github.com/mattermost/mattermost-server/blob/master/build/Dockerfile) from the [mattermost-server](https://github.com/mattermost/mattermost-server) repo. I was able to build for arm64 a while back, I just replaced the amd64 to arm64.

Yea sure! So first clone the mattermost-server repo and cd into the build directory After that run the following command ``` docker build -t mattermost:latest . ``` This will start...

I would suggest you to read the official [documentation](https://docs.mattermost.com/install/install-docker.html), it has the information you need regarding the web server and database setup. By default it uses PostgreSQL DB, if you...

I think playbook is available from v6.7.0. The docker file on the server repo has the version 6.6.x. Maybe try changing that version and check again?

@stnguyen90 thanks for the reply, I will use the results from listIndexes for now until this is resolved

Hi @derfel1989 I am not sure if you have found solution to the issue. Probably this will help the one's who are looking for a solution. It seem to be...

I have removed app_name By the way the library only uses a theme which customizes the icon and text color of each item in the FileListerDialog. It uses a different...

The FileListerDialog depends on various libraries specified in the Readme section. Double check if you have imported all of those.

try adding all these in your app module's build.gradle dependencies { implementation 'com.android.support:appcompat-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' implementation 'com.android.support:recyclerview-v7:26.0.0-beta2' implementation 'yogesh.firzen:MukkiyaSevaigal:1.0.6' } I'll try to put up a sample soon