Nojus Gudinavičius

Results 10 issues of Nojus Gudinavičius

Hi, I just switched from recent version maps.me, so I don't really know how the interface is supposed to look exactly. However, this seems a bit off: ![IMG_0359](https://user-images.githubusercontent.com/46261165/182485197-50ffe11b-0eff-45f6-9a98-47f426ec4be3.png) (the grey...

Good first issue
iOS
UI

This PR adds ability to list upcoming contests, and register/unregister from them.

I realized what I'm missing from this package. While it's great for predesigned interfaces, it's not very suitable to create dynamic layouts, for example a chat view. I was thinking...

will consider

Hi. As I'm further delving into and modifying `tview`, I came to realize that the current implementation of text parsing and rendering is quite complex, difficult to understand and maybe...

Fixes scrolling lines with double with characters. Example, where the problem occurs without this fix: ``` package main import ( "github.com/rivo/tview" ) func main() { app := tview.NewApplication() t :=...

This is even more a hack than the previous code, which was marked as a workaround. However, it works - I have not seen the problem described in #3082 with...

As I understand, taxi routing was remove a while ago, but invisible taxi icon remained in route preview. Deleted it; icons are now nicely center aligned. **Was** ![IMG_0580](https://user-images.githubusercontent.com/46261165/191071350-96852087-3027-46c0-a245-b937fc81c306.jpg) **After this...

#### 🎯 Subject of the issue When font size is below or equal to **11** the patched `Hack` font is stretched and noticeably differs from original font. Happens in terminals...

confirmed

One should use heap.FromSlice to specifify the backing slice. Otherwise this will modify the expanded slice.

### Description Hi, in Lithuanian language tables and pictures are numbered as `1 Lentelė`/`1 Pav.`, that is digit goes __before__ the supplement. It would be nice if this would be...

feature request
styling