Miles Johnson
Miles Johnson
@mortyccp Do you have an example dockerfile I can test with?
I've looked into this a bit, but I'm not sure what the fix would be in starbase. Since we're not "in" the docker container, the `.dockerenv` file doesn't exist, and...
You can probably add the overflow css to a parent element that renders the interweave content.
@colonder Can that sandbox be made public?
Ok I see what you mean. This one is definitely tricky... I don't think this could be solved with CSS alone, you'll probably need JS for it. Basically the JS...
You would use normal DOM based JS, something like: ```js document.querySelector('#parent').children.forEach(node => { node.clientWidth; node.clientHeight; }); ``` It's been a while since I've done that, so the APIs may be...
@sbekel01 Are you able to grab the logs of one that fails? I'm curious what the affected tracker determines. I'm working on some maybe fixes here that could solve this:...
@sbekel01 There will be logs from `moon_affected`, stuff like "Task is affected by" and "Project is affected by".
@sbekel01 Yeah that's odd. Does `moon action-graph :typecheck --dependents` or `moon task-graph b:build --dependents` show the correct relationships?
I'm not sure yet. That code has been around for a while and this problem hasn't happened before.