Pablo

Results 40 comments of Pablo

Maybe related to #351. In my case I could install it with `apm install pigments` but immediately crash my PC while trying to enable it (Atom 1.45.0). I forgot to...

In my case `autojump.txt` became completely binary/"garbage" after autojump crash (don't know why). `strings autojump.txt` doesn't give anything useful. Fixed overwriting with `autojump.txt.bak`. Compared side by side with an hex...

I cross again with this bug, this time with v22.2.4 Python 3.6.7. In this case I'm pretty sure the problem was moving around files with Cyrillic characters. The error was...

All the issues related to inaccurate forecasts are duplicates of issue #9, isn't it?

Maybe this recent (trivial?) bug on v2 is related to this issue: ![image](https://user-images.githubusercontent.com/657836/82185339-71953200-98bf-11ea-967b-f8414101322e.png)

![screenshot](https://user-images.githubusercontent.com/657836/27763173-c5eeeaa6-5e54-11e7-9175-ca01436223bb.png)

To be more precise, according to [this scifi.stackexchange.com post](https://scifi.stackexchange.com/questions/137575/is-there-a-list-of-the-symbols-shown-in-the-matrixthe-symbols-rain-how-many) they're not only katakana, but _just normal Latin alphabet digits, letters, and symbols; the rest are Japanese characters (mostly [half-width katakana](https://unicode-table.com/en/search/?q=Halfwidth+Katakana),...

[Here](https://github.com/ggreer/the_silver_searcher/issues/551#issuecomment-310805058) is a workaround for _pattern1 AND pattern2_ on ag ([here](https://stackoverflow.com/a/50403922/4970442) on SO). Would be great o have it builtin on ag, though.

@gaia Is a nice workaround, just separate the query for the numeric column, use [VALUE](https://support.google.com/docs/answer/3094220?hl=en-GB) using array forumulas (`=ArrayFormula(VALUE(ImportJSON(... ,"/mynumbers",...`).

[Here](https://superuser.com/a/1596393/500826) is an example of how to use it: ffmpeg -i input.wav -filter_complex 'lv2=plugin=https\\://github.com/lucianodato/speech-denoiser' output.wav