dlayer project update
dlayer's module system now supports isolated per-module contexts: https://gist.github.com/joepie91/f3a0ca5bd9024b227db05cfe8c247993?ts=4
"contexts" here are similar to how they work in GraphQL, being some objects that are generated per-request for eg. deduplicating data source requests, except each module has its own context instead of it being global
re: dlayer project update
I... I think the module system is basically done now?