warp-cli
warp-cli copied to clipboard
A CLI tool designed to make interacting with Facebook's Open Source Library "Warp Speed Data Transfer" fast and pain-free.
Hi, I have this error on MacOs 14.2 ``` ==================================== Installing WDT ==================================== CMake Error at CMakeLists.txt:1: Parse error. Expected a command name, got unquoted argument with text "64". ```...
installing on wsl2 (ubuntu 22.04) i get this error, any clues? [ 24%] Building CXX object CMakeFiles/wdt_min.dir/util/WdtSocket.cpp.o [ 26%] Building CXX object CMakeFiles/wdt_min.dir/ErrorCodes.cpp.o [ 28%] Building CXX object CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o [...
Can you add the following to the install.sh to enable automated install for Rocky 8? `## Rocky` `elif [[ $osname == 'rocky' ]]; then` `# Install Dependencies` `yum -y install...
Hi! Can I use your warp-cli wrapper and WDT to pull data onto a client behind a NAT from a publicly accessible server?
I've been trying to decide if this is ready for production use, and I have some thoughts. - All your scripts should have the crunchbang as `#!/usr/bin/env python3` since pointing...