Alexander Pushkov

Results 158 comments of Alexander Pushkov

Tangential: I'm trying out [the following config](https://gist.github.com/notpushkin/9dba2cf93c800919d32a569e71d1c29a) for Ruff + wemake on a new project. I'll let you know how it goes!

@kosssi Yeah, it makes sense, and I've implemented it some time ago, but this got lost after an update (#42). We should reintroduce that at some point!

Should be pretty straightforward with `position: fixed` on footer! Want to give it a try yourself? :) UPD: okay, this is trickier than I thought initially, as some parent element...

@WillyKaze Would be really nice, although need to watch out for [servers that don't support arbitrary tags](https://serverfault.com/a/116430).

Just added another account to try it out and this doesn't seem to reproduce for me :o Could you share console output (Ctrl-Alt-I inside the composer window) after changing the...

I did have this feature working (ported official [translation](https://github.com/notpushkin/Mailspring-Libre/tree/8d5a8d2c58056139d64678a3befb716262c4ed2b/app/internal_packages/translation) package to Yandex.Translate from getmailspring.com API which is basically a proxy to it) but it requires an API key to be...

Mailspring-Libre's purpose was mostly to allow using Mailspring without it's ID service. Since that was implemented in Mailspring itself a couple years ago, this project has been stagnating. Other than...

@alexanderadam I'm actually planning to gradually move away from GitHub ecosystem but a CI would definitely be nice! There's config for testing on CircleCI already, perhaps we could extend it...

Thank you for your insights! A few tweaks to Travis config should do the trick (it currently fails because of some missing secrets, but that shouldn't be hard to fix)....