Tomas Neme
Tomas Neme
Hello. Thanks for all the work on this library, you saved me a bunch of trouble, and came up with a pretty well designed solution, where I would've done a...
I've got the following structure (somewhat simplified): ``` Media = Backbone.RelationalModel.extend(...) MediaCollection = Backbone.Collection... Playlist = Backbone.RelationalModel.extend({ relations: [{ model: Media, type: 'HasMany', collection: MediaColection}]}) PlaylistCollection = BackboneCollection... LoadedPlaylists =...
if there's a good reason for this, it can be disregarded, but why is the `idAttribute` option overriden instead of always just using the `url()` method? in my use case,...
Sorry, this is a question, rather than an issue, but is there support for jsonschema's per-field "description" property?
This fixes #23, but I'm not sure if I'm missing something. I think it makes sense, though, I just leave things as they are at super if no file is...
Hi. The following line: https://github.com/zmathew/django-ajax-upload-widget/blob/master/ajax_upload/widgets.py#L44 doesn't seem to play nice with empty forms in formsets, because of this: https://github.com/django/django/blob/master/django/forms/forms.py#L445 since the initial value will return None, but the `value_from_datadict` will...
I've noticed a few things. One of them is that regardless of what I put in `/etc/X11/nvidia-xorg* ` (got this from the documentation at the arch wiki, so this might...
Hello. Sorry to write this as an issue, but github provides no way of emailing you You made a great job making multilanguage indexes for haystack. I'm trying to figure...
The docs site talk about `event.urls` and the such, I don't know if I'm missreading something, or the docs are really old
I'm not sure if this is a real issue. I'd email you about it, but it might at least be a documentation issue. I can't but realize that the pypi...