Alexander Pushkov

Results 81 comments of Alexander Pushkov

Right now, the main problem is the license (or, to be precise, the lack of it) I guess. Minor technical differences shouldn't be too difficult to overcome/rewrite.

Try running it through flamegraph.pl, as in the last example in the README: ```sh flameprof --format=log requests.prof | flamegraph > requests-flamegraph.svg ``` This results in an interactive chart with click-to-zoom...

https://github.com/star2dev/Google-plus-buttons

> by cgroup?! haven't used it before... cgroups are what LXC uses (and if I understand correctly, Docker too, in default configuration) to provide isolation, so it's the matter of...

Another idea: Sergey Chikin has published [free icons for some Russian cities](http://sergeychikin.ru/icons/) which might be a good basis for some subdivision flags (see also: [ISO 3166-2:RU](https://en.wikipedia.org/wiki/ISO_3166-2:RU)).

I've written [this](https://gist.github.com/iamale/15996ddd1fc3cc15ca094ae2e53a01c9) in one of my projects sometime ago. `fetch-plus` seems a lot nicer though.

Another thing that I had in mind since I wrote [arequests] is [this](https://gist.github.com/iamale/09a2a0921db416a8ffb92c56cfd26717): ```js const api = Afetch({url: "https://api.github.com"}); let mdo = await api.users["mdo"].get(); let json = await mdo.json(); //...

@alexkli Thank you so much for this solution!

Figured out setting a `className="selection"` directly instead of a `selection` suppresses this warning, but getting this usecase officially supported would be really nice to have, too!