Alexander Overvoorde

Results 23 issues of Alexander Overvoorde

Consider the following code: ```c++ #include "subprocess.hpp" int main() { try { auto p = subprocess::Popen({"nonexistent-binary"}); p.wait() } catch (const std::runtime_error& e) { std::cout

The installation on my Windows 10 Home PC ended up being successful, but I ran into various weird things during the installation. I extracted the zip to `C:/stable-diffusion-ui` as recommended:...

bug

The equation references in the code appear to be referring to an old version of the paper. For example, this line references an equation with a sigma: https://github.com/atilimcetin/guided-filter/blob/master/guidedfilter.cpp#L133 However, equation...

Currently this library is unusable for me because it reports `entry.size` as `undefined` and silently ignores (`entry` not called) files that are larger than a few kilobytes. I'm using the...

While investigating issues with our integration testing system I found out that the Nerd binary as built by `make.sh release` has a dependency on glibc. This causes it to not...

The CLI currently shows the URL to browse to for the login page in case opening the browser failed, but this is the `localhost` URL. Although this works fine, it...

enhancement

Commands should be available to copy files and directories from the local machine to the file system and the other way around. It should be tested by using these commands...

Add a flag to the `nerd job run` command to mount a file system. The flag should include the file system name, sub path and pod mount path and use...

Add a command that shows how to access (mount) a file system. The command should reference the file system by name and include at least the following output: * NFS...

Add a command to delete a file system by name through the storage API.