Scott Walton

Results 16 issues of Scott Walton

I'm just working on a feature that provides auto-save capabilities and it'd be really nice to use `backbone-poller` to achieve this. My thinking is the API could be: ```js this.poller...

It would be nice to be able to treat a function that returns a table as a Model in Django. I'm thinking something along the lines of what's already in...

When I'm using Marionette, I'll occasionally make errors such as accessing a region that doesn't exist e.g. ``` javascript var MyView = Marionette.LayoutView.extend({ regions: { main: '.main-hook' }, onRender: function()...

discussion
help wanted

As we've released v3, we've had some time to reflect and have discussed ideas for what the process for PRs and code releases should be. The current state of play...

discussion
docs

A lot of Syphon's code looks like it predates ES6 and the better build tools that come from it. I think it'll be useful for us to update this to...

enhancement

This is an extension of #24 and a potential feature: Extend the `options` passed into `serialize` to not include empty or `undefined` values. The use case for this is to...

enhancement

Hi guys, I've started encountering a Broken Pipe on our staging server when authenticating using `python-openid`. We're using a fork of `django-openid-provider` but the error itself comes from `python-openid` at...

In the README, we should clarify how `ForeignKey` relationships work in the context of SQL Views.

docs

The `transition` argument is used a log without any insight into what its API should look like. For this, we should document the most useful fields such as where to...

This is still a work-in-progress. The idea is to link into this from the README so new users can quickly get up and running with `marionette.routing` and a selection of...