Arthur Chaloin
Arthur Chaloin
Hello, How can I catch the "no space left on device" error in order to alert my users? When running out of disk space, I can see the following in...
When using the go race detector (`-race` flag on build), the `glfw.Init()` function randomly hangs or crash. Considering the following sample program : ```go package main import ( "runtime" "github.com/go-gl/glfw/v3.3/glfw"...
I'm trying to run the VNC version on a headless linux server. I've built the vnc version image, and ran using : ```bash docker run -d -p 5999:5999 --privileged --device...
Hello, This PR adds support for reading the cloud init drive from a ProxmoxVE instance. The code mounts `/dev/disk/by-label/cidata` to a temprary location and then parses the YAML files present...
Hello, Is it possible to simulate a 1 vs 5 battle using the simulator? One player is controlling a single pokemon and another player is controlling 5. AoE moves would...
### Is your feature request related to a problem? I use my own personal MacBook to run my workflows at low cost. I wish it was possible to start the...
### Description The refresh rate of application cannot go above 60fps currently on iOS. This is because the backend doesn't use MTKView which seems to be required to run games...
Hello, I faced an issue where PackingError does not implement error without the std feature. I am using #![no_std] and I need PackingError to implement Error. The good news is,...
Let's say I have : - Crate A which depends on `snafu` _without_ `unstable-provider-api`, thus it does not declare `#![feature(error_generic_member_access)]` - Crate B which depends on `snafu` _with_ `unstable-provider-api`, and...