Artem Berezin

Results 9 issues of Artem Berezin

Some feeds shows with abracadabra: Examples for http://filmitorrent.org/rss.xml: ![http://do.khoden.ru/imgs/2016-04-22_12-12-42.png](http://do.khoden.ru/imgs/2016-04-22_12-12-42.png) Same feed item in Feedly shows correctly: ![http://do.khoden.ru/imgs/2016-04-22_12-13-42.png](http://do.khoden.ru/imgs/2016-04-22_12-13-42.png)

```go type WithDate struct { Time dat.NullTime `json:"time"` } func TestParseNumberAsDate(t *testing.T) { data := `{"time":5}` result := &WithDate{} json.Unmarshal([]byte(data), result) // PANIC! } ```

Would you add feature/option to show whitespaces? Spaces as small dots, tabs as arrows

enhancement

### Describe the bug Code in [storybook/code/lib/core-server/src/utils/server-address.ts](https://github.com/storybookjs/storybook/blob/next/code/lib/core-server/src/utils/server-address.ts) has the method ```ts export const getServerChannelUrl = (port: number, { https }: { https?: boolean }) => { return `${https ? 'wss'...

feature request
core

`u_res = date.strftime(format)` (это конец функции `ru_strftime`) Какой-то странный глюк. Если `format='%Y мая'`, то возвращается пустая строка. Удивительно, ведь метод-то встроенный в python. Если просто в python сделать в консоли...

Например бок о бок, как во многих markdown-редакторах

enhancement

http://github.github.com/github-flavored-markdown/ Было бы клево, например, поддержкой таблиц

enhancement

Если водить поверх тулбара, то из-за всплывающего тултипа все дергается, неприятно

bug

При уходе с редактора заметки, если забыть нажать "Сохранить заметку", то все изменения потеряются. Это не очень удобно. Можно было бы прехранять их где-нибудь, как, например, делает SublimeText. Или хотя...

enhancement