Pavel Serikov
Pavel Serikov
This error appears only because csv file has no `Content-type: text/csv` headers, normally inserted by server. If you still annoyed by this you can run ``` python -m SimpleHTTPServer ```...
Seems like `~/.atom/projects.cson` absolutely does not work in latest Atom ( v `1.35.1` ). If I press `Ctrl+Alt+P` I see this popup  Hovewer if I remove `~/.atom/projects.cson` `Ctrl+Alt+P` shows...
+1. E.g. I need to execute `JSON.SET` from [RedisJSON](https://oss.redislabs.com/redisjson/) but no way with Perl client lib.
Btw, you can execute module commands even now via `__std_cmd`, e.g. ```perl Redis->new( server => 'redis:6379' )->__std_cmd('JSON.SET', $mem_key, '.', encode_json($data) ); ```
Hi, Please provide your code.
Seems like that, tested on 2GB container instead of 512Mb - everything works fine.
I noticed that `*.mp4` and `*.webm` formats (and possibly all [HTML5 video formats](https://en.wikipedia.org/wiki/HTML_video) that can be used with `` tag) are played fine in Filestash even if video is large...
Your second example is working. I don't know `coffescript`, but seems like first example has a syntax error in `year: () => {` So please check your Atom and file-templates...
@NikitaMelnikov как дела с этой фичей?) Вы, кстати, писали что для получения текущих цен есть отдельный метод. Но в [Swagger](https://tinkoffcreditsystems.github.io/invest-openapi/swagger-ui/) я его не нашёл. Можете подсказать какой у него endpoint...
@tvoikoteika228 you are absolutely right ``` $ docker run -it wenbinf/ndscheduler bash -c "cd /mnt/scheduler/src/ndscheduler/.git && git log -1" commit 5b1f5bf62c5cb6e247ad45a5b2acd50723fd87c3 Author: Aaron Webber Date: Fri Dec 14 15:42:07 2018...