Release: new electric snapshot pushed
• Electric core: no known breaking changes, I don't think this release contains any Electric-core changes at all
• breaking: contrib.str is now dustingetz.str , this is the first step towards dealing with the contrib module situation and moving this content into an appropriate qualified namespace (including lifting unused contrib code entirely out of the electric artifact)
here: https://gitlab.com/hyperfiddle/hyperfiddle-contrib/-/blob/main/src/dustingetz/str.cljc and thanks, please continue to report any issues like this - we need to audit the tutorials and inline these helpers or figure out a better strategy
Where can I find the source for dustingetz.str? I'm trying to work through the https://electric.hyperfiddle.net/tutorial/webview2 tutorial on my local machine but it includes teeshirt_orders_datascript.cljc which in turn includes dustingetz.str. Thanks in advance!