Ian Wright
Ian Wright
I could potentially find some time to work on the webpage side of this - would be happy to produce a force directed graph in D3.js for example if that's...
@chris-olszewski I was thinking of just replacing the HTML output to include something with some JavaScript support? I don't think it'd be prudent to modify the existing output formats.
So yeah, it does seem to work fine for the command line. This tests it both from the root of the project, and the package itself, just to check for...
Ok, I *think* I've managed to get things working. I've uninstalled the `eslint_d` installed by pnpm, and it looks like also removing the `executable` section is working. That being said,...
Ugh, I take that back. I think I needed to restart Sublime :(
Having had a similar problem with a different package, I don't think is anything to do with Turborepo. You could remove Turborepo completely from the picture and it wouldn't make...
Yeah, thanks @mantoni . I still get issues for new files unfortunately that haven't been cached yet which there's not much can be done. But I think the other problems...
The docs do specifically say this ignores the dependency graph, but I'm struggling to see how this is useful? In the meantime is there a workaround for local development where...
@jaredpalmer does that work when the "build" operation however is a watch and therefore never terminates? It seemed to hang when I tried it, which would make sense as if...
So I just tested some more bits out... I've got a `dev` task defined as follows in turbo.json: ``` "dev": { "cache": false, "dependsOn": ["^dev"] }, ``` The dev task...