publicqi

Results 6 comments of publicqi

When my program exits, `sudo mount -l` does not show the mountpoint so I guess it's properly exited? I also noticed that fusermount is a suid that runs as root....

I suspect different distros might have different behaviors (because of capabilities maybe)? I tested on Debian and Ubuntu and they unmounted fine, but I'm not sure for other distributions.

Do we have an update on this? Can we just use mac runner to do this?

Nice catches. > I think the best thing to do is use invoke_middleware!(..., on_insert) consistently everywhere possible. I agree. @shouc Can you confirm if there's specific concerns not using `invoke_middleware`...

Are you planning to fix it though?

@etraut-openai i would suggest deleting the example toml if it's wrong. we have several sources of doc describing the config: 1. https://developers.openai.com/codex/local-config/#personalizing-the-codex-ide-extension 2. https://github.com/openai/codex/blob/7c6a47958abe86590f131848a7af5fd2d4c69819/docs/config.md 3. https://github.com/openai/codex/blob/7c6a47958abe86590f131848a7af5fd2d4c69819/docs/example-config.md 4. https://github.com/openai/codex/blob/ad7b9d63c326d5c92049abd16f9f5fb64a573a69/codex-rs/core/src/config/mod.rs docstring the...