Aleksey Nogin

Results 62 comments of Aleksey Nogin

I have seen this issue with cmake 2.8.12.2 and gcc 4.9.4 on Ubuntu 14.04.1, possibly in other configurations as well (this was obviuously a while ago).

> Did you consider building a Makefile target to do this? What I'm envisioning is something like: > > ``` > OFRAK_CONFIG=ofrak-dev.yml PYTHON_PATH=python3 make develop > ``` @whyitfor , I...

@whyitfor could we please land this one and use the new option in our CI? As I am working on #416 and #417 I am went to go back to...

> The AnyCall in this PR doesn't come from anywhere necessarily I don't think, it's just a minimal stub that implements `__call__()`. > > It's then wrapped in simple Subscriptable...

I believe that another use case for this one is hourly news like NPR's or BBC's that, if I am not mistaken, only keep the most recent episode in XML...

Thank you! Will try it now. But as I was trying to recreate it manually, I realized that DB initialization seems to include not only the table schemas, but some...

Yes, I know. But do you have a script to populate the sql db you can share? Thanks!

The question is more on what exactly needs to go into the db once they are downloaded. I can mostly guess it from the schema, and can probably recreate the...

The hope was to first reproduce what you did, as a way of making sure I know how to use your code, before trying anything else.