Declan Naughton

Results 163 issues of Declan Naughton

Probably worth doing even given limitations, it's a powerful thing to show for transparency. (overlay = showing numbers alongside formula calls) https://github.com/calculang/calculang/issues/40#issuecomment-1568598032

documentation

example: ```javascript [ {product: 'PV panel', purchase_price: 1000, selling_price: 2000}, {product: 'battery', purchase_price: 300, selling_price: 500} ] ``` should be loaded effectively like: ```javascript export const pruchase_price = () =>...

enhancement
practical scalability

https://en.wikipedia.org/w/index.php?title=Template:Circle_of_latitude&action=edit ["Tropic of Cancer"](https://en.wikipedia.org/wiki/Tropic_of_Cancer) "continuously updated formula"

![image](https://github.com/calculang/calculang/assets/353214/8ef716da-70af-426e-8896-4ca827256b47) This should not have summarised ray_angle_in ![image](https://github.com/calculang/calculang/assets/353214/009b8ae3-0244-4aba-9f71-a14ac72bfb12)

but=bug! ![image](https://github.com/calculang/calculang/assets/353214/39a26d86-d652-4ab7-ac22-aa12597de49d) caught by eslint on esm

Core of issue seems to be that `c` doesn't identify that it should be independent of `l_in` and `r_in` (which are summarized) and `str_i_in`

All `.cul.js` files as picked up by browser e.g. in my stories, are placed in `webpack:///X.cul.js`, creating conflicts where I require the same model a few times - presumably doesn't...

documentation

Important: if a model calculates some values, and another model summarises those values (across some inputs), `summary` or else `orig` pre/postfixes may get tiring. Notes to self: https://docs.julialang.org/en/v1/manual/methods/ https://discourse.julialang.org/t/why-is-multiple-dispatch-a-feature/31101

food for thought