TSUBOI Shotaro

Results 6 comments of TSUBOI Shotaro
trafficstars

Why does gorm replace "JOIN" with "LEFT JOIN"? Just "JOIN" means "INNER JOIN" in MySQL and PostgressSQL at least. I had the same problem. ## minimam sample ```go type A...

additional comments - I think `list.AppendItems` API may be needed for efficiency. - Is the list module assumed that able to append items additionally by design? (what use cases does...

I found a corner-case. If Items decreased and items fit in one screen height, list splits into 2 pages. (Seccond page includes only one item.) I dont have good solution...

Support for page increases/decreases.

Something like preQuitMsg might be a good idea🤔?