Stefan Wójcik

Results 11 issues of Stefan Wójcik

This test passes: ``` test( "Prove that Collection#parse is called with a RelationalModel as the response", function() { var parseArg; var Contact = Backbone.RelationalModel.extend(); var Contacts = Backbone.Collection.extend({ model: Contact,...

bug

I haven't seen anything in your documentation, code, nor old GH issues that would explicitly say whether this library is or isn't thread-safe (and whether that's even the goal). I...

type: docs update
status: help wanted

We should: - [ ] Make sure our client works well in Python v3.x. - [x] Make Circle run tests on 2.7 + 3 (similar to https://github.com/closeio/tasktiger/blob/master/.circleci/config.yml). - [x] Add...

So that it's obvious at a glance what kind of an error we experienced. Right now it's possible to get an enigmatic traceback: ``` In [3]: api.get('me') Traceback (most recent...

The implementation of `editors.Number.onKeyPress` is faulty and prevents the form from being submitted by pressing the "enter" key. Currently, the newline character `\r` gets appended to `newVal` in https://github.com/powmedia/backbone-forms/blob/master/src/editors/number.js#L50, which...

Master branch: ``` In [3]: %timeit pyzipcode.ZipCodeDatabase().find_zip(state='CA') 10 loops, best of 3: 32 ms per loop ``` This PR: ``` In [2]: %timeit pyzipcode.ZipCodeDatabase().find_zip(state='CA') 10 loops, best of 3: 25.6...

There should be a way to provide a CleanCat schema not only with the data we want to validate, but also the context in which we want to validate it....

See #36 for some examples of invalid email addresses that CleanCat considers valid.

bug

Some of the error messages start with "Value" (e.g. "Value cannot be changed." or "Value must be of int type.") whereas others start with "The value" (e.g. "The value must...