ChandanChainani

Results 59 comments of ChandanChainani

@stnguyen90, I am interested will start exploration, thanks

@stnguyen90 I am almost done I am not able to capture stdout will raise PR after figuring that out or will raise the PR with the changes I have done

@AyushChamoli961 are you still working on the issue?

@andydotxyz it seem the issue is resolved please can you close this and related issues

@icelander Please can you share the script

We have `mmctl channel modify` command which takes `--private` and `--public` flag to make the channel private or public

@isacikgoz This issue can be closed since the feature already exists

@isacikgoz Please close the issue since it is done the [`PR`](https://github.com/mattermost/mmctl/pull/331) for this issue has been merged and changes are available in master branch

The problem stated by @MatthewRuddy and @Spence1115 seems correct. However since we suggest to use `after_commit_everywhere` should add `after_commit` support in transaction? @anilmaurya should I try to fix the same....

@aasikraja to get the order in generated schema you need to wrap `x-order` `number` value in double quotes (`"`) or single quotes (`'`). ``` type User struct { // User...