Skip to content

Instantly share code, notes, and snippets.

View yarkm13's full-sized avatar

Yaroslav yarkm13

  • Kherson, UA
View GitHub Profile
<?php
namespace App\Botman\Conversation;
use BotMan\BotMan\Messages\Conversations\Conversation;
use BotMan\BotMan\Messages\Attachments\Contact;
use BotMan\Drivers\Telegram\Extensions\Keyboard;
use BotMan\Drivers\Telegram\Extensions\KeyboardButton;
@yarkm13
yarkm13 / mapping.json
Created June 17, 2011 20:21
elasticsearch fragment_size issue
{
"tendy" : {
"lists" : {
"properties" : {
"item2" : {
"dynamic" : "true",
"properties" : {
"position" : {
"type" : "long"
},