Eric Sherman

Results 52 comments of Eric Sherman

Any update on these efforts?

https://django-leaflet.readthedocs.io/en/latest/advanced.html#config-overrides Or you can write javascript to have leaflet fit to the bounds of your layer. Check out their documentation.

Having the same problem, https://github.com/simov/grant/pull/107#issue-255555746 is putting me on a path that might help

This might be less relevant if we introduce canvas drawing on the backend

Not really. It was my first stab at getting passport to work with auth0 in order to add support for username password login

Wondering if we can update roles via user PUT? We can handle updating data via that PUT param; though I can't play around with this locally very easily since authentication...

I did write a memo; TL;DR it looks like you can embed a Patreon signup on a page, but I assume it redirects to the Patreon website. Further testing would...

This would probably involve using some additional libraries for backend testing. Mocha and Chai seem to be popular. I'd prefer we use jest if possible to avoid having multiple different...

The ability to have a local/test "default user" that can exist in development would also be useful.

Articles on relatively straight forward testing: https://levelup.gitconnected.com/building-an-express-api-with-sequelize-cli-and-unit-testing-882c6875ed59 https://jaygould.co.uk/2020-07-28-jest-sequelize-testing-dedicated-database/ https://walrus.ai/blog/2020/04/testing-database-interactions-with-jest/ The main drawback seems to be needing to run jest sequentially instead of in parallel. But I'm wonder if we could...