taylorchu

Results 57 comments of taylorchu

what do you mean by "compilation"?

if rendering requires to call a function that is not synchronous or this function will run for a while. this will be similar to how code highlighting works. making all...

https://github.com/marcusolsson/tui-go/blob/be6863e1fd33e2421430e366a6ac316aba7ca6cd/table_test.go#L36 I wonder if this is intended.

I added a bottom spacer widget to the vbox that has the table. Strangely this does not shrink the table height. And setting size policy also does not work too.

Here is a minimum example. It turns out that I have a no-break space in my text 🍰 . ```go package main import ( tui "github.com/marcusolsson/tui-go" ) func main() {...

btw, the norm in this package uses vector norm not matrix norm.

I have similar issue that this library does not always use the longer ngram in decoding. example: `Now you feel free to jockdown a quick note, but know that you...

So it seems like if the file extension is `.bin`. we need to pass in `unigrams`, but that actually makes the output skip more spaces. I think there might be...

do you have thousands of jobs that are enqueued within 1 second? I am not sure what this solves.