Igor Strebz
Igor Strebz
Maybe it's better to send not images but stickers (`sendImage` or `sendSticker` method, but with "webp" extension)? They support transparent background and usually have much better quality. Though restriction is...
Well, try to send a message `@isthisabot kek`: @aNNiMON is the author, he can describe how he implemented the bot.
Well, it is actually supported out of the box, just append `/test` to a bot's token: ```diff - 5000138056:AAEcdBS9MX9-NxG4ejqn2KzZ1a7Nb5AlIQU + 5000138056:AAEcdBS9MX9-NxG4ejqn2KzZ1a7Nb5AlIQU/test ```
+1 to this. Also, the returned error points to the end of file. Here 220 is the last `}`: ``` Error: invalid type: null, expected a string at line 220...
Well, you can change [these lines](https://github.com/jagregory/language-docker/blob/master/grammars/dockerfile.cson#L2-L4) to add a new file extension. So, the problem here is in the names: `.Dockerfile-prod` or `.Dockerfile.prod`, what is the best one? Anyway, you...
@jagregory @mishak87, what do you think about this one? I inlined the shellscript grammar into the `RUN ` expression, and also made a support of `\`.
@klippx, there are two ways here. The first one it to make a pull request to the `language-shell` package. The second one is just to drop the inner `shell` scope...
@klippx not yet. I want to check whether docker accepts the command with newlines: ``` RUN for (( i = 0; i < 10; i++ )); do echo $i; done...
@dustalov, а как у вас это качество считается? Есть какие-нибудь тесты?
@luizperes did you consider the way [node-expat](https://github.com/astro/node-expat) has chosen?