halloleo
halloleo
Trying to compile and run `hello` demo from source, but I get "ReferenceError: hello is not defined"
Thanks heaps, @JennaSys! Will try it out! :-)
Good idea to try it in PyCharm. Thanks.
Same here. I get the error with the PyPI version of PyInquirer under Python 3.7.
When calling projectile-ag I get the errror "cond: Wrong type argument: listp, ag/run-finished-hook"
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?