You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using langstream-cli-0.6.0 on Windows.
I get a java.lang.UnsupportedOperationException on ai.langstream.cli.commands.docker.LocalRunApplicationCmd.makeDirOrFileReadable() because it uses Files.setPosixFilePermissions(...).
I suggest to replace the POSIX file permissions with setReadable() setWritable() and setExecutable() of the File class.
I discovered that our installation instructions don't work for Windows.
We need to make sure that Windows users can get LangStream running.
The text was updated successfully, but these errors were encountered: