halloleo

Results 57 comments of halloleo

Good idea to try it in PyCharm. Thanks.

Same here. I get the error with the PyPI version of PyInquirer under Python 3.7.

Actually I now tried just using the `ag` function in `ag.el` - and I get the same error (see [issue #173](https://github.com/Wilfred/ag.el/issues/173), so I think this is not a problem _in_...

Not sure if it needs another _page_. I've created an PR where I just add to Syntax.md a table with the "normal" characters .

Also, I think because `nim-compile-default-command ` is not designed as a file-local variable I cannot add values to the `safe-local-variable-values` when opening a nim file.

Thanks @krux02 for chiming in! :-) Will try your custom `compile-command`. Normally I use `compile` and `recompile` for all sorts of stuff (like [invoke](http://www.pyinvoke.org/) tasks), but I thought if `nim-mode`...

I concur. The codec error caught me a few times and then it is quite a hassle to create a cleaned version of the CSV file before using `csvkit`. Most...

@tuck1s You can achieve the same result with `csvtool` from the [OCaml-CSV package](https://github.com/Chris00/ocaml-csv): csvtool setcolumns $(head -1000 "$inp" | csvtool width -) "$inp" The performance should be similar to your...

Alright, will try when i'm back at taht machine. What's the easiest way to install the latest dev branch? Can I use `brew` for this?