Is anyone using our contrib namespaces which is included (not with intention) in the electric module?
• contrib.datomic-contrib - I am unpublishing this, it will be rebuilt and published somewhere else, likely under dustingetz namespace.
• other contrib namespaces which are used lightly in our tutorials - they are going to be moved somewhere else, or removed
In other words: please do not use them, they are artifacts of a superseded monorepo structure, they are not part of electric, and it is time to start dealing with the classpath contamination (i.e. the problematic leaking the internal/unused contrib ns into published artifacts and therefore userland classpaths)
I only use them as they are used in electric fiddle examples … I.e. no new usages
Working my way through the v3 tutorials and loving it. A few minor issues I noticed System Properties tutorial • e/Offload is used in the code but not mentioned in the explanation. Dir Tree tutorial • "Just because on L22, let binding s is created in a server block, does not move s to the client". Should this be "s is created on a client block"? • I think there's a bug where directories are always shown regardless of what's in the input box (hyperfiddle/electric/impl and hyperfiddle/incseq). For instance I can type in zzzz and those directories will still show in the tree viewer.