Canop/bacon

File watcher doesn't work on mounted files on Docker (Windows host)

开放

#313 创建于 2025年1月21日

 (10 条评论) (0 个反应) (0 位负责人)Rust (119 个派生)github user discovery
Machelp wantedwindows

仓库指标

星标
 (3,289 个星标)
PR 合并指标
 (平均合并 4小时 57分钟) (30 天内合并 1 个 PR)

描述

I am running bacon --headless run-long on a docker dev container to hot reload. Container is using volume mounted from Windows host and bacon should be watching the files on that volume. Running on windows and running on linux works fine. But for some reason file watcher doesn't seem to work on this specific case.

I think bacon checks for the file changes by listening inotify events. Is there any option that uses polling instead that I have missed?

贡献者指南