Robbie Mackay

Results 30 issues of Robbie Mackay

- Add dependencies to package.json (currently using my fork of showdown until browserify issues are fixed there too) - Wrap the lib with AMD / CommonJS checks - Document use...

OneToManyReader assumes records are sorted by join fields. For each left row, it iterates over RHS rows until it hits a row which doesn't match. If they're out of order,...

**Describe the bug** This change: https://github.com/sensedeep/dynamodb-onetable/pull/339 changed the typedef for Model.create() to enforce required model properties during create. This makes sense, except if you have a required property that's also...

bug

*cfn-lint version: 0.56.0* *Description of issue.* Custom rules can restrict the value of a property but if it's not set they are ignored. I wanted to set a rule to...

WWW-Authenticate header is only included by OAuthServerException for `invalid_client` errors. I think it should be included for other errors, at least for access denied errors from the resource server. RFC...

With the normal backbone ajax sync you could do this `collection.fetch({username: myusername, password: mypassword});` to pass extra params to the jquery.ajax call This doesn't appear to work with backbone.offline

pngquant-bin is licensed under GPLv3 which is incompatible with this packages MIT license.

The docs suggest errors should be an array of error objects. > errors: [{ // an array of jscs error objects However it appears to be returning an object, not...

Using v0.5.3 with Wagtail 2.9.0 and Django 3.0.7. I'm trying to use CondensedInlinePanel in the ModelAdmin, but while it renders beautifully, it won't save. Here's the panel config: ``` CondensedInlinePanel(...

bug

Splits toGeoJSON into 1 function to build the array, another to encode. This means you can get the array to push into another GeoJSON array before encoding, and avoid decoding...