Paul Redmond
Paul Redmond
I'm wondering if there is a solution for telling ffjson how to construct objects? Ideally ffjson would call a function that I define to return a new object. Then I...
Is there some way to create an object that is a point with a radius? It seems like a useful primitive but I don't see it supported by geojson or...
It would be useful if there was a dockerfile to get an example up and running from source. I find the docs are not very clear in describing all the...
I have a docker-compose file using this docker file and ``` protractor: ... environment: - PGHOST=db ``` When I run the protractor container the PGHOST variable is not set. I...
I've entered my ldap config in settings.yml and run 'npm start' to start lets-chat. I tried logging in but my credentials are rejected. Is there log or something? Is there...
I've configured settings.yml to use ldap only and I can successfully log in. However, if I log out then log in again I get an error like: ``` { [ValidationError:...
`go test -race ./...` fails with 4 data races detected. My test which uses disposable-redis found these errors too.