Bob Renwick

Results 6 issues of Bob Renwick

When setting up an experiment, we often want to ensure that the user isn't adversely affected. In order to avoid possible slow downs in the candidate code from affecting the...

The parsing and validation of graphql queries is doubled up! Using the following versions: ``` graphql-core==3.1.4 graphene==3.0.0b7 graphene-django==3.0.0b7 ``` 1) [graphene_django.views.GraphQLView. execute_graphql_request](https://github.com/graphql-python/graphene-django/blob/623d0f219ebeaf2b11de4d7f79d84da8508197c8/graphene_django/views.py#L287-L341) parses and validates the query but then passes...

🐛bug

We're using jQuery-menu-aim in a single page app and so needed the ability to destroy the event listeners that it sets up and also to reset the menu-aim to its...

The docs say that: > The goal of validate.js is to provide a cross framework and cross language way of validating data. The validation constraints can be declared in JSON...

This preserves the typing information when calling `filter.sort` and `filter.filter` on the SQLAlchemy `Filter`s. This works with `pylance` but seems like it's failing with `mypy` on CI.

We've decided that we don't need the raw `timer` data when we have the `timerData` data too. This keeps the default as indexing everything but allows users of the backend...