Matt G

Results 31 comments of Matt G

@xolox if I may chime in on this, there are multiple use cases for 'user friendly' and/or 'human friendly' formatting of months in parse_timespan. One of them is why I'm...

@troyhoffman I've been busy on a number of other things, sorry it took so long for me to answer your question. You must start with a contextual date. This can...

I need this badly enough that it brought me here after I searched open pull requests for a pending change. I'm looking into it myself in the meantime.

I'm going to vote on this (which I normally do not do on github issues) I'm getting older and often find myself increasing font sizes on page (like this one...

``` data = [block for block in entry.blocks] for entry2 in libarchive.public.memory_pour(data): if entry2.filetype.IFDIR or dest[-1] == os.path.sep: if not os.path.exists(dest): os.makedirs(dest) else: try: with open(dest, 'wb') as f: try:...

@rocky I hear that is dangerous. That's why homebrew doesn't fix the issue: it breaks other things on the mac. This needs to be elevated to bug, because the osx...

@dsoprea I flagged this for looking into it this evening. I figured it was a dlopen call, not a compiler call.

@dsoprea I wasn't aware of that environment variable (grepped for the more common LD_LIBRARY_PATH). Any reason why modding library.py to examine both might be a bad idea? In my experience,...

Ok, so I started looking at this. I'll issue a pull request when done if necessary, but I suspect the fault is actually in ctypes.