Florent Aide

Results 5 issues of Florent Aide

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one. - [X] This issue only relates...

because the github version pulls from master and is not in synch with what kallax uses from squirrel. See #279 for more reference

when running a simple `go build` in the `gopkg.in/src-d/go-kallax.v1` directory (resulting from a go get) I get the following error: ```bash # gopkg.in/src-d/go-kallax.v1 ./store.go:120:12: undefined: squirrel.DBProxyContext ./store.go:121:12: undefined: squirrel.DBProxyContext ```...

All is said in the title. This would fix the import error when using twisted > 0.8

This PR adds a special interface `CustomLookup` that allows the caller of Render to manage the context lookup in its own methods. I included a small unit test that demonstrates...