Gareth Paul Jones (GPJ)

Results 12 issues of Gareth Paul Jones (GPJ)

**Why* This change fixes an import error with Pendulum. In existing implementations folks will get the following error: ImportError: cannot import name 'Pendulum' from 'pendulum' **What Changed** Migrating the pendulum...

# Feature Add a go.mod file to manage dependencies of a given Go project. This should allow users to specify a version when installing the GoLib vs always pulling from...

status: code review request

Fix for #2 . Simply renames types.py to eval_types.py

The types.py file is overriding the stdlib module "types".

Will use this to track the fixes.

bug

Should ideally move all GNIP queries out of the views and functions for charting.

enhancement

Queries continue to run in the background if the user leaves e.g. user does a search and the query continues to run. Possible Options - 1. Have `GNIP` query stop...

bug

Need to add Test Cases to project.

help wanted

Remove un-needed requirements e.g. psycopg etc.

bug