I'm trying to use circle from thi.ng.geom via scittle-kitchen. Either I can't get the import right, or maybe the scittle-kitchen plugin-templates.edn needs to be adjusted? Has anybody used one of the namespaces that are directly in src/thi/ng/geom ?
@gregorybleiker hi 😄 - right probably the namespace is just missing from this list:
:geom {:namespaces [thi.ng.geom.viz.core
thi.ng.geom.svg.core
thi.ng.geom.vector
thi.ng.color.core
thi.ng.math.core]
I'll look into it over the weekend (feel free to submit a PR beforehand if it suits you better)Is this a ClojureScript or JS lib?
ClojureScript turned JS lib via scittle-kitchen
https://github.com/timothypratley/scittle-kitchen/blob/main/plugin-templates.edn
OK no idea then. Ping @timothypratley :)
@timothypratley https://github.com/timothypratley/scittle-kitchen/pull/8
Awesome, thank you @gregorybleiker! released as scittle-kitchen@0.8.31-73 (kept the name geom for backwards compatibility for now, happy to discuss as a future thing if it's important.)
@timothypratley uh-ohh
yikes! thanks for reporting just pushed v0.8.31-76 (may take a few minutes to get deployed) removed all the .map files which were very large,, left the .map files in the dev directory. AFAIK it's fine to remove the .map files for the non-dev build?
sure, no maps are ok for prod. I wonder how helpful they are anyway with these bundled libraries. Have you ever debugged into them?
@timothypratley I'm still getting the message. Can you try https://cdn.jsdelivr.net/npm/scittle-kitchen/dist/scittle.js in the browser? Is it a caching issue on my side?
https://cdn.jsdelivr.net/npm/scittle-kitchen@0.8.31-76/dist/scittle.min.js seems to work (using the version number) but no, https://cdn.jsdelivr.net/npm/scittle-kitchen/dist/scittle.js without the version doesn't load (says "Package size exceeded the configured limit of 150 MB.") I think it is just that it takes some time for new versions to become the default 🤷 not sure if there is anything that can be done about it (hopefully it will update later?). 🤔
you're probably right, just takes some time to choose the newest one from the cdn
thanks for fixing it so quickly!
A small step for a circle, but a big step for intersections
😄 👍 great!