-
Hi, I'd like to create a number of multipass VMs, but some on a different host...
is that possible with your provider?
(awesome work, btw, thanx!)
-
The explict call to `fork` is guarded here: [fork.c#L28](https://github.com/ocaml-multicore/ocaml-multicore/blob/5.00/otherlibs/unix/fork.c#L28):
```ocaml
if (caml_domain_is_multicore()) {
caml…
-
The winetricks gui doesnt open when selected.
log file:
I :: Spawn command: /fim/static/fim_portal,/media/ade/Temp/gameimage/build/wine.flatimage,fim-exec,/opt/wine/bin/wine.sh,winetricks,--gui
…
-
This NPM module looks very nice, and I wanted to use it, but noticed that it requires [ps](http://unixhelp.ed.ac.uk/CGI/man-cgi?ps), a UNIX-only command. As I have a Windows dev environment, I was exc…
-
The README should explain what are the dependencies for HVM for the 3 runtimes (c11 compiler + pthreads + unix time.h for hvm-c and cuda+nvcc 12.x for hvm-cuda).
It should also have instructions fo…
-
If we kill the debugged child process correctly, we can start a fresh one and issue `gdb.command("target remote unix:.sockets/gdb")`, and everything should work
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
- [x] I have uploaded Diagnostics
- Diagnostics ID:
### Summary …
-
### Describe the bug
Inside `nushell` (0.78.0), the error below are happening when I issue the command `ls -la`:
```
thread 'main' panicked at 'assertion failed: tv_nsec >= 0 && tv_nsec < NSEC_PE…
-
On serw13, I sometimes see a grey screen with no dialog when I try to lock the screen. This seemed to happen less with cosmic-greeter as my DM than before when I was using GDM, but I just had it happe…
-
Dear Torsten,
I want to calculate genetic distances between sequences that contain ambiguous bases, i.e. W, S, Y and so on. If I am not mistaken snp-dists can either ignore these positions or count…