Declan Naughton

Results 163 issues of Declan Naughton

![image](https://user-images.githubusercontent.com/353214/154533686-3d0cd1ec-1d4b-487b-9513-62f4dd063b61.png)

cli
alpha6

This doesn't work, units is determined to have no inputs in introspection-api test (should have price_in): ```javascript import { revenue } from './base.cul'; export { revenue }; // demand-curve constraint:...

error reporting

flag if a redundant input is coded, e.g. test_in here: ![image](https://user-images.githubusercontent.com/353214/154815267-589f39e5-d9a2-499c-9209-da3712318a10.png) This is workable within calculang, less-so in application javascript (typings #41 can help there). Not sure if this actually...

good first issue
error reporting

This bit me and led to stack error in memoisation code : w. no more indication

error reporting

The pattern for loading data here is bad: https://github.com/declann/calculang-some-covid-modelling/blob/main/models/IRL-stats.cul.js Streamline this important pattern. 1 idea is to use something like the memo pattern & populate the cache directly. Then cache...

good first issue
practical scalability
performance

Probably a good idea to produce typings for bundles, should consider this with a simple manual example first.

good first issue
error reporting

I need to create relative paths for implicit imports. Direct use of cul_scope_ids_to_resource is not up to scratch! Without fixing, modularity probably only works for flat directory structures!

bug
npm

simple eslint config pass on esm output closes #60 #49 and #31 Not immediate high priority because already getting full benefit (+flexibility) with a simple eslint config in model repos...

good first issue
error reporting

Legit JS so doesn't/won't cause an error in esm linting. Also debatable for now (JS should be in sep. files, but force this already? Maybe ok when implementation is user-configurable?)....

error reporting