Kevin Brubeck Unhammer
Kevin Brubeck Unhammer
Aha, thanks for the clarification, good to know the exact dangers involved.
Similarly for `fmt`: ```sh $ printf 'user\tutterance\njoe\tSay "hi"\n' user utterance joe Say "hi" $ printf 'user\tutterance\njoe\tSay "hi"\n'|xsv select -d $'\t' utterance utterance "Say ""hi""" $ printf 'user\tutterance\njoe\tSay "hi"\n'|xsv select -d...
Oh, wait, this UNDOCUMENTED HACK seems to work for some reason: ``` $ printf 'user\tutterance\njoe\tSay "hi"\n'|xsv select -d $'\t' utterance|xsv fmt --quote $'\1' -t $'\t' utterance Say "hi" ``` and...
@bjwest I get that too, I think that warrants an issue of its own https://github.com/BasioMeusPuga/Lector/issues/51
Also https://downloads.haskell.org/~ghc/6.12.2/docs/html/users_guide/pragmas.html has a huge white block at the top if and only if saka key is enabled. This is quite bad :-/ It's the `div#saka-gui-root` that overshadows the page.
https://kaldi-asr.org/ is another one that gets overshadowed by the `div#saka-gui-root`. What's worse, it happens even if I add these sites to the exclude list-regex.
> This is not a trivial fix, as different modi have their own history and sorting. > Currently it sorts on frequency (wth is frecency?) within each mode. Frecency: *...
> * How to handle multiple calls to different combi combinations? Yeah, that would be the downside to having one history for `drun,run,window` and one for `window,drun`. Do people do...
> FWIW: You can hit shift-delete to remove an item from history. When I tried, this didn't seem to have an effect (I ended up just starting corebird a bunch...
Just noticed this, figured it should be linked from here since it seems relevant: https://github.com/HuwCampbell/grenade/pull/38