Will Stevens
Will Stevens
MongoDBBackend is currently not usable by me because I use mongolab.com and they require that the 'pymongo.Connection' be authenticated. Would love to use this functionality.
The icons for `.icon-github`, `.icon-linkedin` and `.icon-twitter` are not loading correctly. It is just loading A, box and K instead of the icons. Is there a way to fix this?
I am seeing a lot of my users doing expressions like this which are causing problems `5*-3`. What they mean is `5*(-3)`, but they are expecting the evaluation to work....
**Is your feature request related to a problem? Please describe.** Based on the [documentation for integrating with the spark operator](https://github.com/datamechanics/delight/blob/main/documentation/spark_operator.md), the secret access token is specified in plain text within...
I have a project with a file structure as follows: ``` my_project __init__.py my_code.py lib __init__.py my_lib.py ``` If I run the following code, everything works just fine: ``` import...