moson-mo
moson-mo
Hi, > ```go > // how can i get the table row and col here? > ``` ```go r, c := table.GetSelection() // returns selected cell coordinates cell := table.GetCell(r,...
So that you can chain several method calls. Most of the methods do this in this library. Example (lines 10 to 17): https://github.com/rivo/tview/blob/master/demos/form/main.go
> Yea, well, but I could not find where `SetFocus` is used this way. Well, it probably isn't in any of the examples. If you'd need to, you could though....
> switch it in an overloaded Draw func This assumes you use your own primitives though, or I'm missing something 🤔 I want to be able to override what characters...
> If I understand the point, users should already be able to use the aururl setting to change the RPC server `aururl` is also used to link to other resources...
> Oddly it's only on one display. The primary one DP-1 while DP-2 will display the mouse fine regardless. I've only noticed the behavior after waking from swaylock and maybe...
Not sure if it's worth to implement. So not a priority for me atm to be honest.
Same problem here when using `quote identifiers`. The issue seems to be that there are double quotes applied twice for the column name: ``` column ""IDcolumn"" of relation "sometable" does...
Seems like the main blocker is that with the switch to `embed`, a simple `go install ...` won't work anymore / people would need to have `npm` installed as well...
> Unfortunately, as far as I know, at this point in time the AUR does not support searching by provides (resulting in an awkward provides searcher that has already given...