Teo Voinea

Results 6 comments of Teo Voinea

I'm a little unclear on how component detection will be used in this scenario. Is the expectation that: * Users will base their container images on the component detection image...

Thanks for bringing up this question! The distinction between graph creation and scanning is whether we are capturing the parent/child relationships between the dependencies. ### Scanning **Direct dependencies** Have no...

Yup, you got it exactly right. There's definitely value in distinguishing those sub cases. I'm thinking we can add 2 columns for direct dependencies and transitive dependencies in the detailed...

Thanks for looking into this! I definitely think that documenting the behavior and the parent directory workaround is a good idea. It seems there are some solutions like the ones...

Another thing to take into consideration (I tried this before -- maybe last year?) is maintaining the manifest output contract. If I remember correctly, there had to be some custom...

I'd like a non-blocking accept as well. What I was thinking was: 1. Create a `try_accept` in `OsIpcOneShotServer` that calls `try_recv` on the `OsIpcReceiver` 2. Create `try_accept` in `IpcOneShotServer` that...