James

Results 26 comments of James

I believe I do. Will be able to look at working on this in the next day or two.

> I think subclassed models in this project should be restricted to the more widely known ones that people agree with, In my humble opinion. I completely agree, it would...

The [gnome-keyring PAM module](https://github.com/NixOS/nixpkgs/blob/9b962429be9a6820ec1746a0e6350cfe98cc9bcf/nixos/modules/security/pam.nix#L310) gets enabled when the associated [gnome-keyring service](https://github.com/NixOS/nixpkgs/blob/468cb5980b56d348979488a74a9b5de638400160/nixos/modules/services/desktops/gnome/gnome-keyring.nix#L52) is by [one](https://github.com/NixOS/nixpkgs/blob/07978cddabe1ddce172b1376560add398750e2d3/nixos/modules/services/x11/desktop-managers/gnome.nix) [of](https://github.com/NixOS/nixpkgs/blob/c0c34eb75783e1d7b035015d207e5b3d742d26b3/nixos/modules/services/x11/desktop-managers/cinnamon.nix) [the](https://github.com/NixOS/nixpkgs/blob/468cb5980b56d348979488a74a9b5de638400160/nixos/modules/services/x11/desktop-managers/pantheon.nix) [many](https://github.com/NixOS/nixpkgs/blob/468cb5980b56d348979488a74a9b5de638400160/nixos/modules/programs/geary.nix) dependents that enable it. This starts the `gnome-keyring-daemon` which by default has the...

An alternative solution would be a feature to change the characters, and provide a overridable working default for `{:win32, _} == os:type()`. I'm quite happy to craft a PR up...

`chcp 65001` works in Powershell and CMD, another factor that contributes is the font you use. Otherwise you just get unhandled character boxes as replacement. I've been using `Source Code...

Hello @remexre. Thanks for this PR! Now that rust 1.36 has stabilized alloc, would you like to have look at this PR again? If not, I'm happy to make the...

Hello folks. Kimundi has very kindly given me control over his repository. I'll be having a look at this in coming weeks, but I would like to make sure I...

> The [gnome-keyring PAM module](https://github.com/NixOS/nixpkgs/blob/9b962429be9a6820ec1746a0e6350cfe98cc9bcf/nixos/modules/security/pam.nix#L310) gets enabled when the associated [gnome-keyring service](https://github.com/NixOS/nixpkgs/blob/468cb5980b56d348979488a74a9b5de638400160/nixos/modules/services/desktops/gnome/gnome-keyring.nix#L52) is by [one](https://github.com/NixOS/nixpkgs/blob/07978cddabe1ddce172b1376560add398750e2d3/nixos/modules/services/x11/desktop-managers/gnome.nix) [of](https://github.com/NixOS/nixpkgs/blob/c0c34eb75783e1d7b035015d207e5b3d742d26b3/nixos/modules/services/x11/desktop-managers/cinnamon.nix) [the](https://github.com/NixOS/nixpkgs/blob/468cb5980b56d348979488a74a9b5de638400160/nixos/modules/services/x11/desktop-managers/pantheon.nix) [many](https://github.com/NixOS/nixpkgs/blob/468cb5980b56d348979488a74a9b5de638400160/nixos/modules/programs/geary.nix) dependents that enable it. This starts the `gnome-keyring-daemon` which by default has...

I can confirm this issue. Sublime v3126

@Ten0 Sorry, I actually forgot about this PR, life has been busy. Yes that would be a solution. When I started working on this, I didn't feel like it was...