Declan Naughton

Results 163 issues of Declan Naughton

I can find stacktraces in console if it is not too crowded, but should surface in UI or log. Important e.g. if a lookup fails, I should be interested in...

error reporting

surely an `if` expression is easy by a JS function `function if(cond, T, F) { cond ? T : F }` (obviously don't call if) This can make models more...

Use [anywidget](https://anywidget.dev) to integrate models with Python (dataframes in, dataframes out) edit: json/dicts possible simpler alt. to dataframes for POC. See also: https://idl.uw.edu/mosaic/jupyter/

good first issue
interop

For Google Sheets kinda easy, for Excel? Does recursion work?

good first issue
fundamentals

are probably problematic atm when there are overlapping variables and multiple `all_cul` imports

practical scalability

if A defines a thing: `thing`, and B imports `all_cul` from A but overrides thing (therefore `thing_orig` created due to default `as _orig`! even though it is not used), then...

Can be through QS on cul.js imports for now `?namespace=` Is this 100% gonna work? related: #160

fundamentals

Profiling actuarial playground when I edit code: ![Image](https://github.com/user-attachments/assets/b8d88416-7a8c-48c2-a73d-0c2ff0293e68) Approx 1s to compile and 100-200ms to run all cashflows from scratch and update visual. Compilation process has gotten more involved with...

performance