Tommi Kaikkonen
Tommi Kaikkonen
I like the benevolent leader approach, because someone needs to make the hard calls when there's valid arguments from two sides, e.g. when discussing adding or changing an API. A...
Thank you everyone for the interest! I have currently added @markerikson and @tiii as repo collaborators. Outside GitHub, @plandem expressed interest in taking more responsibility within the contributor role, reviewing...
You mean that following a foreign key `A.F1` on the join table and getting a set of objects `[X]` that match the foreign key, you want to do that and...
Redux ORM does not mutate state data. Beneath the session abstraction, a pointer is held on the most up to date state after each update, which makes it seem as...
Currently a creating a record with an id that equals another existing record would just overwrite it - that's not expected functionality. I agree that this should be added. Ideally...
I added the following at the beginning of backbone-tastypie, which appears to fix the issue for now. I did not run any tests, though. ``` javascript jQuery.ajaxSetup({dataFilter: function(data, type) {...
I think this sounds good. I believe we'll need to extract logic from `pretty_dict` to a utility function that takes an iterable of key-value pairs instead of a `dict`, called...
Thanks! No particular reason, on Python 3 I've only worked with 3.5 and 3.6, so initially I wrote the library to support just 3.6. I recently added support for 3.5....
I agree, I think we can add this as a configurable option. I'll see if I can make this change sometime this week to ship in a new release with...
Yep, these are now taken care of :+1: I modified the checklist