this post was submitted on 21 Jun 2023
186 points (100.0% liked)

linuxmemes

20770 readers
1324 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

Word of advice, I recently found out that the inotify implementation is broken on WSL! I wrote an application that works fine on linux, detecting when a file is updated, or deleted or created if I monitor the folder it's in. However, on WSL, once the file is deleted, I get no further events for that file in the monitored folder. So while WSL works quite nice, how they could break something as fundamental as that without a big red flashing warning label is beyond me.