Sam Estep
Sam Estep
Oh wow cool! Thanks for digging into this @wodeni 😃
Oh interesting! I don't really know what that means tbh but it sounds cool, will look into it.
Note: this issue doesn't seem to occur using Node v17.0.1 on macOS.
Oh actually it looks like the tests are failing; I'm guessing once you fix those we should be good to merge this?
Weird, when I run `npx roger watch nested.sub venn.sty setTheory.dsl` from `packages/examples/src/set-theory-domain/` I get this error: ``` 💂 starting on port 9160... ❌ Could not open nested.sub: Error: ENOENT: no...
OK I tried again after `git clean` and now I'm just getting the same "`npx: installed 11 in `..." message you showed above. To clarify: that is actually not the...
I think the "`npx: installed 11 in `..." thing is a Node version issue: it only occurs in Node 14 and not in Node 16. The "`Could not open `..."...
OK... this is very strange. I inserted this line into `packages/roger/src/commands/watch.ts`: ```typescript console.log(process.cwd()); ``` On macOS it always prints the directory from which I ran the `npx roger watch` command....
My two cents: I don't really like this idea. I'd rather just give the user the ability to define functions that produce shapes, so those functions could set whatever default...
I haven't looked closely at this yet (will tomorrow) but one important takeaway from this is that if someone cares about an example, they should really put it in the...