Raymond Carino

Results 6 comments of Raymond Carino

+1, @yannbf. Thank you so much for all your work on storybook! Just to offer another datapoint, here's (IMO) one compelling reason to support `@playwright/test`. It has access to the...

Thanks for acking Sahin. I'm not able to repro against https://github.com/aspect-build/rules_ts/blob/8150e81a42b41ca89bf7f54bab9fe284ed8a1489/examples/project_references/app/BUILD.bazel#L4 (`bazel build //examples/project_references/app:compile`) I'll try to create a minimal repro by incrementally pulling possible culprits from my private repro

Still no minimal repro, but hoping this can be a clue: the issue seems to reliably go away by tangentially always using a different tsc: ``` directory_path( name = "tsc_entrypoint",...

Actually, thinking about this a little more, it might be unsafe to mix ts_project(with_custom_tsc), with ts_project(default_tsc) if one composes the other and vice versa? Anyway, I'm happy to close this...

Sorry for the delayed reply. Just wanted to ack. To recap, my workaround was to specify a specific tsc that was different from the hermetic default. I can give going...

Curious whether aspect's "mac as local dev" customers|partners|users prefer to disable sandboxing on mac per https://github.com/bazelbuild/bazel/issues/8230#issuecomment-491075400. Confirming that we also tried `--experimental_reuse_sandbox_directories` and it doesn't seem to help. Some anecdata:...