halloleo

Results 61 issues of halloleo

Hi sven Here my go at the `set_tags` feature: **new feature**: methods set_tags_batch & set_tags allow to write metadata tags to image files. implement a test for this in `test_exiftool.py`....

Hi smarnach Like the concept of your wrapper - simple, but effective! And works great for _reading_ tags. _Writing_ tags is possible via `execute`, but the parameters for this have...

enhancement

The keywords tag contains a list of keywords. Adding and removing keywords are common operations on this tag supported by `exiftool`'s command line interface. So we should implement methods for...

Another enhancement could be to allow for more options to be passed to the initial "`stay-open`" call to `exiftool`. E.g. I'd like to have `"-m"` always in the mix to...

enhancement

I'd like to put in a request for adding the [Plotly for Python docs](https://plot.ly/python/reference/). Plotly is a popular visualsation library. From its Wikipedia page: > Plotly provides online graphing, analytics,...

request

When calling `ag` I get the error `cond: Wrong type argument: listp, ag/run-finished-hook`. ## Environment & Version information package `ag-20201031.2202` executable `ag version 2.1.0` (I know this is rather old,...

When dispatching my main function with `argh.dispatch_command`, I want to provide another PARSER_FORMATTER. I tried: import argh import argparse argh.PARSER_FORMATTER = argparse.RawTextHelpFormatter def myfunct(arg, param=None): pass # here my working...

I have compiled LightTable on Centos 6 from source, but i still get GLIBC errors: ``` /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable) /working/software/broleo/installs/LighTable/LightTable/builds/lighttable-0.8.1-linux/LightTable: /lib64/libc.so.6: version `GLIBC_2.14' not...

question

I have adjusted my email address in the Nim forum to an email i have set up a gravatar for. However (even after days) I still get the generic avatar...

Raise a Python exception in a xonsh script, e.g. ``` # raise_me.xsh raise ValueError("Not the right stuff here.") ``` then call the script via `xonsh raise_me.xsh` and you will get...

error