ruro

Results 39 issues of ruro

pytorch now supports the XDG Base Directory specification https://github.com/pytorch/pytorch/issues/14693. The `pytorchcv` module, provided by this repo is still [using the hardcoded `~/.torch/models` path](https://github.com/osmr/imgclsmob/blob/f2993d3ce73a2f7ddba05da3891defb08547d504/pytorch/pytorchcv/models/model_store.py#L617). You can see the "correct" logic for...

Resolves: #2659 (specifically [this comment](https://github.com/audacity/audacity/issues/2659#issuecomment-1152921419)) Before this PR the `res/effects_menu_defaults.xml` file was searched relative to the `audacity` executable and wasn't even shipped on Linux. Additionally, the `presets/EQDefaultCurves.xml` had custom logic...

### System information Type | Version/Name --- | --- Distribution Name | NixOS (live installation media) Distribution Version | 22.05.2065.9370544d849 Kernel Version | 5.15.56 Architecture | x86-64 OpenZFS Version |...

Type: Defect

#### What's the problem this feature will solve? I have a single `requirements.in` file, I would like to generate a single `requirements.txt` file, that would work with multiple python versions....

help wanted
feature request

I think that sddm should support the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). In particular, the [default `Xsession` script](https://github.com/sddm/sddm/blob/37a39d07ce14251bbe643f1ddfcbdd4684859927/data/scripts/Xsession#L87) should also source configuration files from `${XDG_CONFIG_HOME}` in addition to the home directory....

**Describe the bug** In some situations, `nix` appears to cache the revision information for remote git repositories when it (arguably) shouldn't. **Steps To Reproduce** 1. Create a flake repository, push...

bug

As the title says, hotkeys should work the same, no matter, what keyboard layout is selected. For example, if I have the `en-US` layout enabled, pressing `Ctrl+V` pastes the clipboard...

bug

It is common for UNIX applications to rely on file timestamps for determining, which files are "new" and which are "old". For example `make`, `git` and `rsync`. I think, `repose`...

See the discussion in issue #3635 for more context. But here is a short summary: The `lfs.storage` config option allows the user to set a shared global location used to...

enhancement