Jens Breitbart
Jens Breitbart
Can you provide details on the error you get when writing files? That should be possible...
Oh, sorry, I didn't want to be rude. I was referring to the fact that file I/O should be possible. :) Can you try to change the output path to...
I just gave it a try and relative paths work fine at least for `open`. My guess is that support for creating directories is not yet implemented and criterion is...
I guess just building old version from git is a reasonable way to identify when it happened. Chances are, that it is just a bug as it seems not to...
So, I gave it a try, but I failed to build old versions of this repo. Here is what I did: 1. Get an old commit hash by calling somthing...
@stlankes I think we should handle the error more gracefully. Understanding the panic is probably not that easy for most people. I am reopening the error as a reminder. Maybe...
I'll merge https://github.com/hermitcore/uhyve/pull/42, but it does not fix the issue I had in mind. In general there are two types of errors: * A bug inside our code. * An...
I am not sure. That change means we treat every error the appears within `vm::create_vm` as a user error, which I guess it not true and there may very well...
I am looking for the same. @Qark-dev did you find any? @svengreb Is there an easy way to convert a dark pallete to a light one? I was trying to...
I have hacked together something based on another nord ligh theme I found. Probably not perfect, here you go ``` # Colors (Nord light) colors: # Default colors primary: background:...