Tom Clark

Results 42 issues of Tom Clark

### Summary If the django user model is modified such that the email address is treated as a username, the `entries_by_author` route cannot find a reverse match, resulting in server...

The docs currently give the impression that there's an epic number of steps to build from source when it comes to using ceres on windows. There's a [port out there](https://github.com/tbennun/ceres-windows)...

windows

I have an explicit through model, with which I define a Many-to-Many relationship to allow the related items to be orderable in wagtail. I've succeeded in getting this to work...

## Description Hi @timhagn, thanks for this library, it's very cool :) This issue is a quirk, rather than armageddon, and see below for a workaround - but I thought...

not stale

Hi all, After a car crash of a demo to a client caused by my search indexes being missing (!the demo effect!), I thought I'd build a check into my...

# Description Say we filter the queryset as shown in the [docs](https://django-zombodb.readthedocs.io/en/latest/searching.html#lazy-and-chainable) ``` Restaurant.objects.filter( name__startswith='Pizza' ).query_string_search( 'name:Hut' ) ``` Is that a scalable solution? I suppose I'm asking whether: -...

Plotly provides a JSONSchema for graph objects which, assuming the schema is correct, should guarantee that the output is renderable. Currently, production of figures can be hit-and-miss, since the outgoing...

feature

Tests print a lot of data to the screen (according to a side comment in #20) - review test output to stdout and tidy up if needed

good first issue
style

Not cool, Tom:

bug
style

To follow #6 using this [guide for conan based travis testing](https://docs.conan.io/en/latest/integrations/ci/travisci.html) This [pr into catch which does the same](https://github.com/catchorg/Catch2/pull/943/files)

devops