Lev Lybin

Results 70 issues of Lev Lybin

``` python a = b = Point(113.9192428, 22.4876533) a_y = radians(a.y) b_y = radians(b.y) delta_x = radians(a.x - b.x) cos_x = sin(a_y) * sin(b_y) + cos(a_y) * cos(b_y) * cos(delta_x)...

Added support customize celery task parameters like a rate_limit, task name and others.

It would be great to be able to authenticate by pressing a key instead of enter a PIN. https://developers.yubico.com/ yubikey also works on mobile through usb or nfc. Have npm...

enhancement
web
desktop

I've created QR for requesting Burst. I'd like have functionality share or copy that QR code, to send it Currently you need additional software to do that. ![image](https://user-images.githubusercontent.com/5445357/81275722-42d7ba00-907c-11ea-82e0-1946c7864a8d.png)

enhancement
web
desktop

Request burst page, fee is minimum by default. **Expected behavior** I want to create invoice for you, I think I await that payment will soon. I believe it should be...

enhancement
web
desktop

**Describe the bug** Notifications when send or receive assets show not correct information. **To Reproduce** Send assets on phoenix account and look on notification, there showing only Burst fee. Send...

bug

I don't to see what contact chosen in left list now. With whom I talk. ![image](https://user-images.githubusercontent.com/5445357/58755943-93fc3700-8518-11e9-98a7-52ce9c5b3976.png)

enhancement
good first issue
web
desktop

I also read in Discord a suggestions about it. Possible misunderstanding with icons lock and exit. Most don't will wait displaying hint. But behavior is not expected. ![image](https://user-images.githubusercontent.com/5445357/72611969-0ca3ec80-395e-11ea-9795-c063512bdb53.png) I propose...

Hi. I will write step by step in one ticket. ![image](https://user-images.githubusercontent.com/5445357/84692813-a654e180-af70-11ea-8553-a74dbba5737b.png) Imho will be more convenient show modal window, like that, enough show only text and wait in loop when...

help wanted