Alexander

Results 135 comments of Alexander

Yay, let's merge hooks! I desire it so much

my (undocumented) assume: `reqwest({ url: uri, headers: { Cookie: 'serp_view_mode=table' } })` makes error: Refused to set unsafe header "Cookie"

ok, what about node?

OHHH, can we hope here? I rewrote some big script from bash to shelljs today and stuck with this bug 😫😭 So I wasted the time. It's useless now.

### Workaround summary - there is something like `--color=always` on some utils - a [pty.js](https://www.npmjs.com/package/pty.js) as referenced [here](https://github.com/shelljs/shelljs/issues/86#issuecomment-185221754)

I not agree with you @zxqfox, woff is more widely compatible and it's another slightly diferent task

yep e.g. We'll be happy in Yandex with our cases (we have levels: common, desktop, touch-phone, etc.).

@zhukov, can you add little details how to implement folders and I try it. I see 'folders' in https://core.telegram.org/schema/json ("type": "Folder") And I see this schema is replicating in the...

As I understand I need to declare folder_id on `ChatFull`, `Dialog`, `UserFull ` types first. And may be I has to do it on `messages.Dialogs` and other strange update methods

Also, I see messages.dialogsSlice returns chats, that contains chats and channels. But type Chat and type Channel does not contain folder_id, hm