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?

貢獻者指南