Declan Naughton

Results 188 comments of Declan Naughton

Probably valuable to write introspection-info for each entrypoint, then read from fs?

"model browser" 1 viz includes "cube" and incl formulae tree

https://observablehq.com/@declann/model-explorer-wip?collection=@declann/calculang-wip

Progress is shared with #37 , where this work can also find a home

If I want to do something like the pattern above now 1 approach is: base_append1.cul: `import {X as X_1, Y as Y_1, Z as Z_1} from './base.cul; export {X_1, Y_1,...

Suggestion here is to use npm instead of yarn (like I did): https://stackoverflow.com/questions/30344858/node-script-executable-not-working-on-mac-env-node-r-no-such-file-or-directo/52785600#52785600

A more fundamental issue is that I don't require exports to be in the code... Is this a feature or a bug?

I too am very confused. Amit Patel writes some excellent content about these edgy bits in this post: https://www.redblobgames.com/making-of/draggable/#fix-scroll Perhaps I'll get to test a change and a simple PR...

The code needs `web-worker` - I believe the API pattern for web workers versus node worker threads is different. I think an issue here is that package.json doesn't refer to...