Emre Can Yılmaz

Results 9 comments of Emre Can Yılmaz

@anhkind No, this method adds the master shard at the end of the shards list. So, Octopus is trying in that order: slave1, slave2, slave3, master.

``` ruby # migration file example class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :first_name, null: false, limit: 40 t.string :last_name, null: false, limit: 40 t.string :email,...

> Would you be open on installing a custom version with additional logging? Of course! How can i install the custom version you mentioned?

I can't join any team. ![image](https://user-images.githubusercontent.com/248267/99398980-1556ad80-28f6-11eb-97bd-dadbbab6821c.png) If it is not a problem for you, you can send the instructions by mail. my email: emrecan [at] ecylmz.com

@hanzei When i install the plugin, i get the following error: ``` {"level":"error","ts":1605719042.3522623,"caller":"mlog/log.go:190","msg":"Unable to activate plugin","plugin_id":"github","error":"unable to start plugin: github: Unrecognized remote plugin message: \n\nThis usually means that the plugin...

I upgraded Mattermost to 5.30.1 but still has issues installing a custom version of this plugin. Error: ``` {"level":"error","ts":1608579142.9602752,"caller":"mlog/log.go:229","msg":"Unable to activate plugin","plugin_id":"github","error":"unable to start plugin: github: Unrecognized remote plugin message:...

Hello again, I upgraded Mattermost to version 5.34.2. I also upgraded this plugin to v2.0.1. The error is as follows: `{"level":"warn","ts":1618779681.0006225,"caller":"mlog/sugar.go:29","msg":"Error webhook post","plugin_id":"github","error":"CreatePost: Unable to save the Post., failed to...

For me the problem is in VirtualBox 5.1 I have to give the following command every reboot. ```sudo ifconfig vboxnet0 down && sudo ifconfig vboxnet0 up``` My environment: OS: Ubuntu...

Could you try this? `"\\\"test\\\""`