scittle

Gregory Bleiker 2026-02-22T14:10:16.489029Z

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 ?

timothypratley 2026-02-27T17:55:26.795129Z

@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)

borkdude 2026-02-22T17:50:19.695669Z

Is this a ClojureScript or JS lib?

Gregory Bleiker 2026-02-22T17:57:09.762099Z

ClojureScript turned JS lib via scittle-kitchen

Gregory Bleiker 2026-02-22T17:57:49.093899Z

https://github.com/thi-ng/geom

borkdude 2026-02-22T18:44:27.432439Z

OK no idea then. Ping @timothypratley :)

timothypratley 2026-03-02T22:17:54.734739Z

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.)

❤️ 1
Gregory Bleiker 2026-03-04T16:18:27.806609Z

@timothypratley uh-ohh

timothypratley 2026-03-04T18:06:05.171129Z

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?

💪 1
Gregory Bleiker 2026-03-04T18:15:06.459629Z

sure, no maps are ok for prod. I wonder how helpful they are anyway with these bundled libraries. Have you ever debugged into them?

Gregory Bleiker 2026-03-04T18:22:53.136599Z

@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?

timothypratley 2026-03-04T19:15:44.789309Z

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?). 🤔

Gregory Bleiker 2026-03-04T19:37:44.744099Z

you're probably right, just takes some time to choose the newest one from the cdn

Gregory Bleiker 2026-03-04T19:37:56.538179Z

thanks for fixing it so quickly!

👍 1
😄 1
Gregory Bleiker 2026-03-04T20:23:36.829149Z

A small step for a circle, but a big step for intersections

timothypratley 2026-03-04T21:50:52.086689Z

😄 👍 great!