genevieve-me

Results 5 issues of genevieve-me

#### Expected behaviour When "options / automatic clipboard sharing" is checked, it should be possible to copy on the host and paste into the guest. #### Actual behaviour Unable to...

documentation
enhancement

`hatch fmt` seems to always prefers its own `ruff` over the one in the local environment. This means it is impossible to run on non-FHS Linuxes (e.g., NixOS). This should...

The provided get_cpm.cmake template will always try to download from github: https://github.com/cpm-cmake/CPM.cmake/blob/0370507fedc6e16b43f69d8eb4add888b2fc1208/cmake/get_cpm.cmake#L19 This causes builds to fail when run by a sandboxed builder. For example, I was hoping to package...

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

I recently hit the following unexpected behavior with `packaging`: ``` >>> Requirement("foo>=3.0").specifier.contains("3.1.10.dev1") False ``` I took a look at the [version string specification](https://packaging.python.org/en/latest/specifications/version-specifiers/#developmental-releases), and it seems to suggest that this...