Declan Naughton

Results 188 comments of Declan Naughton

find in https://gitlab.com/declann/calcy-quarty-vizy-template/-/tree/webby?ref_type=heads 0375a872d0e07fbc55ab00c0a1cf53fc5cac7dfa

![untitled(5)](https://github.com/calculang/calculang/assets/353214/de1fc502-d9d8-445f-a2a9-991f40485881) Issue probably that `c` depends on itself? My existing testcases didn't include this case

#52 (alpha 6) and some tooling work on this helps

Also helps a lot to make ESM support for fondue, I might end up with an example and illustration of that point rather than a working integration => probably not...

Update: there is a static concept here including viz linking dependencies (not other way yet), really useful: https://observablehq.com/d/b129b9f788ebc9af?collection=@declann/calculang-wip There are performance issues. **memo would fix a lot of these, but**...

Note: for numbers overlays, search `fondue-callsites-map` in miscel models repo. Not hard to complete (I think only position is not great without tooltip/zone logic?)

Might close as not sure how much this will add. I get key pieces of fondue instrumentation functionality for a long time by processing introspection info. The difference is fondue...

Consider Proxy as a way to do cheap instrumentation in modern JS from an llm (validation usecase but others can be creating call graph and more): ~~~js async function loadUserModule(code)...

+in 2025 I would take nice ideas from fondue / [Theseus](https://github.com/adobe-research/theseus) but I would not rush into using them - Proxy or other solutions better to consider first