Dustin Oprea

Results 59 issues of Dustin Oprea

I need help to figure what's going on with my file copies to Amazon. I've been struggling with this for a week and the results oscillate between unreliable/inconsistent and termination...

FUSE

What's the correct way to determine what data needs to be constructed and returned? Obviously, some fields might have a higher cost to populate than others. This is a resolve...

``` 0.36s$ pytest ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --cov-repo=term-missing inifile: /home/travis/build/linwoodc3/gdeltPyR/setup.cfg rootdir: /home/travis/build/linwoodc3/gdeltPyR The command "pytest" exited with 4. before_cache 0.01s$ rm -f $HOME/.cache/pip/log/debug.log...

When I hit the "package_search" action API at _data.gov_, 26564 results are currently returned: ``` http://catalog.data.gov/api/3/action/package_search?q=fish ``` When I pass the "rows" parameter to limit the results, it seems to...

bug
public feedback
api

The project has a very cushy rating, but it doesn't seem like there's anywhere I can go to see the list of features. There's a wiki and FAQ, but there's...

Traditionally, it takes, at least, a minute or two for me to see actual output, whether I'm watching a stream of Fargate ECS task output or just downloading all of...

The "django.contrib.messages.context_processors.request" template-context processor (TEMPLATE_CONTEXT_PROCESSORS) is no longer available. "dajaxice.templatetags.dajaxice_templatetags.dajaxice_js_import" now emits a message, every time: "WARNING 2013-03-13 04:39:54,208 dajaxice_templatetags.py:29] The 'request' object must be accesible within the context. You...

As mentioned in https://github.com/ulikunitz/xz/issues/1, this project was declared as "not even alpha" in 2015. What is the current maturity of this project? As mentioned in https://github.com/ulikunitz/xz/issues/23, this project was considered...

enhancement

I had to use `XMLSitemapParser` directly in order to accomplish this. It's more of a hack since the project seems geared to only work with HTTP URLs and the parser...

Because of this: https://github.com/mediacloud/ultimate-sitemap-parser/blob/68d1ccdd573be16cdfadc7f071c088642182bff1/usp/fetch_parse.py#L43 and this: https://github.com/mediacloud/ultimate-sitemap-parser/blob/68d1ccdd573be16cdfadc7f071c088642182bff1/usp/log.py#L36-L43 this library almost always ends-up configuring the logging of the calling application in ways not often desired. It's usually not appropriate to unconditionally...