David Wolever

Results 56 comments of David Wolever

What am I looking at? It looks like you've added a new copy of one of the files, so I don't see any diff. Please modify the file in-place so...

What elaboration would you like? You are correct — there are situations when audio seeking isn't available, and it would be nice to alert the user in those cases.

That pull request seems to be unrelated to this issue. Please keep the discussion on issues related to the issue.

That is a very good question… alas, I have no idea what our conversation on Oct 4th, 2011 was about. Maybe I was hoping I'd have a @hyfen-esque database to...

I also ran into the `Invalid file format` issue, and it seems like it has something to do with using `yaml` as the input file format: ``` $ datamodel-codegen --output...

For what it's worth, I've been using [jsonnet](https://jsonnet.org/) and been happy with it (… at least, as happy as one can be when they need to template JSON). They even...

I'm having a similar issue… and while a Correct Fix would be _ideal_, a pragmatic fix - at least for me - would be an option to ignore users, topics,...

In fact, here's the quick thing I've whipped together which seems to do a pretty decent job: ``` python from django.db import connections from djorm_pgfulltext.models import SearchManager as _SearchManager from...

Here's what I'm using for now: ``` python def create_search_field_index(self, using=None): using = using or self.db connection = connections[using] qn = connection.ops.quote_name field = self.search_field index_type = 'gin' tablespace_sql =...

Actually, I've gone ahead and done that: https://pypi.python.org/pypi/python-kyototycoon/0.4.0 I can give you administrative access if you send me your username.