Andrew Arrow
Andrew Arrow
nice! thanks @rakslice
if you are doing this from rbenv: ``` RUBY_CONFIGURE_OPTS="--with-openssl-dir=/opt/homebrew/[email protected]" rbenv install 2.6.7 ```
looking for an ez solution for this one. Maybe after each build I can just throw the binary into the right folder structure and rename .app?
+1 for this. Maybe we should make `\[` escape the significance of the [ character.
Ok I finally have a solution! Made a PR https://github.com/gizak/termui/pull/321 and there is no need to `\` to escape. I made the logic look for ]( i.e. you have to...
we can do this today but just within a table right?
oh, I see. If I do: ``` mainwin.Destroy() mainwin = ui.NewWindow("Testing", 800, 480, true) mainwin.SetChild(child) mainwin.Show() ``` My textfield has focus!
I make a window, place a button there to say "start". Then the event for that button clears the screen and adds a textfield. But the textfield has no focus...
makes sense! I see, thank you. I started: https://github.com/andrewarrow/avdl_to_golang
there is: 1) java lucene with java solr 2) java lucene with java elastic 3) golang golucene with gosolar 4) golang golucene with goelastic i.e. do gosolar and goelastic exist...