Alex Kondratiuk

Results 27 comments of Alex Kondratiuk

@erikras please merge this PR and release a new version 🙏

It works for me with additional headers (using node-fetch) ```js const { filename, createReadStream } = await file const form = new FormData() form.append('file', createReadStream(), { filename }) await fetch(FILE_SERVER_URL,...

> > > @lynxtaa, that doesn't work for me. When using those headers from Node v12 on Windows to express server on same, I get the following error: > >...

I've omitted a `threads.js` dependency long time ago and wrote a simple helper for creating workers, which works in compiled code and in tests. Hope someone finds it helpful: ```ts...

I guess it's not relevant anymore since https://github.com/redux-form/redux-form/pull/4771 is merged

I hope the new theme will be reverted. For now I've switched to "Mumble Dark" theme from [this](https://github.com/jagannatharjun/qbt-theme) repository as it suggested on reddit https://www.reddit.com/r/qBittorrent/comments/z6a0ql/comment/iy1263j

I don't think it's solved. I want to disable Unigram UI animations (for example when opening the sidebar or right clicking a message) permanently and don't see any new options...

Oh, I see.. Anyway thanks for this awesome app :) Will hope someday it'll be solved since it's actually an accessibility issue, animations can trigger discomfort for those with [vestibular...

Hello @asorian0 , for managing subscriptions you can use [subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws#requestoptions--observableexecutionresult-returns-observable-to-execute-the-operation) I'm not sure about benefits of integrating this library in awesome-graphql-client, but I'll think about it