Michael Hoang

Results 15 issues of Michael Hoang

As per https://github.com/python-poetry/poetry-core#usage

Behaviour should be like `ssh` where it doesn't prompt for your passphrase if there is no password

The goal of this PR is to add an interface for end users to be able to override the disko config for disko-based tests like `system.build.installTest`. I modified some examples...

This fixes #4, as it allows users to specify the folder that they want each terminal to start in (`cwd`) and it will override `terminal.integrated.splitCwd` temporarily when creating splits so...

As per https://twitter.com/AsahiLinux/status/1638954458821578752 `charge_control_start_threshold` and `charge_control_end_threshold` are available inside `/sys/class/power_supply/macsmc-battery/` To keep the properties set across reboots, you can create a udev rule (e.g. `/etc/udev/rules.d/99-asahi-battery.rules`): ``` KERNEL=="macsmc-battery", SUBSYSTEM=="power_supply", ATTR{charge_control_end_threshold}="80", ATTR{charge_control_start_threshold}="70"...