halloleo

Results 57 comments of halloleo

Sven, do you mind incorporating the `settags` pull request beforehand? It enhances the package vastly by providing `write` methods.

Hi Sven, I have added methods for keyword modification. Internally they don't use the JSON input, but that can be changed. The `mode` constants `KW_...` are on the top level,...

I guess I should mark this issue as _enhancement_ - just don't now how to do this on github...

The nice thing with a package like the `logging` module is, that you can incorporate in some logging and then choose _from the outside_ whether to use/show it or not.

I'm just starting with `argh`, but from the [docu][] I conclude, that `argh` needs to be told the options either in thye function signature or in a decorator. So if...

Thanks for the link, @prertik. I tried to install GLIB 2.17 via thisscript, but I get the errors: /usr/sbin/build-locale-archive: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/sbin/build-locale-archive) and /sbin/ldconfig: /usr/lib64/libstdc++.so.6.0.22-gdb.py...

Thanks @scopatz for looking at this and sorry, I did a few typos in the issue description: Of course the script has to read `raise ValueError...` plus in the _Expected...

@scopatz I get where you are coming from. However the behaviour is inconsistent between Python mode exceptions and subprocess mode exceptions: Look at a script _catch_py_error.xsh_: ``` try: execx('print(3+undefined)') print("Normal...