Gareth Paul Jones (GPJ)
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...
Fix for #2 . Simply renames types.py to eval_types.py
The types.py file is overriding the stdlib module "types".
Should ideally move all GNIP queries out of the views and functions for charting.
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...