Raphael Stäbler

Results 4 issues of Raphael Stäbler

Sporadically, the execution of the ROM hangs for a brief amount of time. The issue has appeared with changes to the APU and is most likely related with the hardware...

bug

Create an SD card menu to browse ROM files. Preferably with some kind of memory to remember the last loaded ROM, so the menu doesn’t have to be the first...

enhancement

### Summary This fixes #76 by implementing the proposed solution to make the keyboard type configurable in the app's preferences. ### Other Information - [x] I have signed [Metabolist's Contributor...

## Description We have an `ionoscloud_k8s_node_pool`: ``` resource "ionoscloud_k8s_node_pool" "main_pool" { k8s_cluster_id = ionoscloud_k8s_cluster.my_cluster.id datacenter_id = var.ionos_datacenter_id name = "main-pool" k8s_version = ionoscloud_k8s_cluster.my_cluster.k8s_version node_count = 1 cpu_family = var.node_cpu_family cores_count...

bug