Aplakka File: Supervision Strategies not working in Directory.walk(path)

Supervision in akka-streams is trickier than in Actors
If you look at the note at the paragraph beginning, you’ll discover that each stage might or might not support supervision.

The point is that you need to check out if the Directory.walk stage is one of the “lucky guys”, and read the docs to learn if and how it might handle supervision