Vamsi Avula

Results 46 comments of Vamsi Avula

I'm sort of running into this all of a sudden -- everything somehow works fine if I manually `source ~/.antigen/bundles/Aloxaf/fzf-tab/fzf-tab.plugin.zsh` (antigen should already be doing this?). @s-a-tanjim did you manage...

This will arguably help humans in disambiguating packages as well (consider `golang.org/x/perf/benchstat` vs `golang.org/x/perf/cmd/benchstat` from above, for example -- although I guess `cmd/` is hint enough here). FWIW, I was...

A workaround I'm using at the moment is to inject some custom CSS like: ``` %%html .gt_table { display: block !important; max-height: 80vh; overflow-y: auto; } .gt_col_headings { position: sticky;...

Just the CSS snippet is enough, you don't need any other changes (with the GT object).

You just copy the snippet from https://github.com/posit-dev/great-tables/issues/585#issuecomment-2614053987, put it in a different code cell and run it. For example, you might have 3 code cells like: ``` import great_tables as...

I.. ended up writing my own watch command https://github.com/avamsi/dekh for when I really need hyperlinks (and to play around with bubbletea), but it's really barebones and doesn't have pretty much...

I ended up writing a small CLI (https://github.com/avamsi/ash) to do this: ```toml push = [ 'util', 'exec', '--', 'ash', '-r @- revision', '--remote', ''' \ jj bookmark move \ --from='heads(ancestors({{.r}})...

Seeing this issue in txt files as well (but more importantly for me, in log files).

@as-cii @nathansobo could you please reconsider this decision to wrap at a certain point no matter user settings? This is almost the only thing that I need to go back...