Christian Kaps
Christian Kaps
@pathikrit ``` at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsDirectoryStream.(Unknown Source) at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source) at java.nio.file.Files.newDirectoryStream(Unknown Source) at java.nio.file.FileTreeWalker.visit(Unknown Source) at java.nio.file.FileTreeWalker.walk(Unknown Source) at java.nio.file.FileTreeIterator.(Unknown Source) at...
The last version seems to work. The watcher doesn't stop watching and the watcher notifies also about files for witch an exception was thrown: ``` [error] a.FileImportService - Got exception...
@pathikrit I think this issue isn't really fixable on windows. Maybe the problem is also that my notebook disk is to slow. So if I copy a large directory structure...
@pathikrit Please see https://github.com/gmethvin/directory-watcher/pull/2 and https://github.com/gmethvin/directory-watcher/issues/1#issuecomment-342471592 Maybe you could use https://github.com/gmethvin/directory-watcher to fix also https://github.com/pathikrit/better-files/issues/139
Method parameter names in F# interfaces are optional. This declaration is valid but fails: ```f# abstract Vote: Animal -> Task ``` To workaround this issue, the method must be declared...
It's all about freeing up resources. We have thousand of actors which run in parallel. We know exactly the lifetime of these actors. So with killing them we can free...
@wsargent What's the advantage over using the action refiner? For me it looks like a lot of boilerplate. Could you assemble a really small example that can then be used...
@wsargent Thanks :+1: It looks much cleaner and more understandable now. I've some notes to your implementation. Some are global some I will comment inline. - You have hardcoded the...
I thought we should wait for the next Silhouette release, so that you can depend on https://github.com/mohiva/play-silhouette/pull/574. But the next Silhouette release depends on the new Play 2.8.1 release because...
@wsargent I've released the final 7.0.0