Michal Bultrowicz

Results 31 comments of Michal Bultrowicz

I tried building magic-wormhole in (the awesome) Termux, but right now it won't work because of the cryptography - OpenSSL relationship https://github.com/termux/termux-packages/issues/2847#issuecomment-421893169

I'm not generating release notes yet, but I'll try to work them in at one point. Since I use [AngularJS commit convention](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit), this shouldn't be hard. Right now, you can...

Can probably use https://pypi.python.org/pypi/gitchangelog for that...

@hellysmile I can check when I have some more time to play with this issue.

@akahuku You're correct, although what's also possible in normal Vim is to use the system clipboard as the default register, which gives you yank (`y`) and paste (`p`) "integrated" with...

Nice. I'll try to write something up in the next few days

I have async functions that set context vars with objects that should be used in the entire app (I use a file with context vars as an IoC container). I...

@calexandru2018 So... any updates on that rewrite almost (off by a day) year later? :) It would be good to have a working client that's straightforward to install.

Yup, please document the API endpoint. Been searching for it for a bit and can't find it. Is anyone in the company even looking at this repository? If this project...

Oh yeah, passing -s and using `capfd` fixture makes it pass...