Maksim Shcherbo
Maksim Shcherbo
Hey @JamyGolden, yes, I understand that. Just I thought the whole idea of having a theme manager is to, well manage themes via a manager for all the apps :)...
Thanks for the quick response.
I have a similar issue. In one of my [projects](https://github.com/screwyprof/favkit), when I run tests, in the report I see a file from std lib. In my case this started to...
Also, I'm not sure whether it is by design or not, but at the moment it's not possible to set different themes for different items. What if for shell I...
For the context, I'm trying to marry `nix-darwin` with `home-manager` and `tinty`. I created a custom package for `tinty` (btw, would really great if `tinty` could support it in the...
Tinty pkg looks like this: ```nix { lib , rustPlatform , fetchFromGitHub }: rustPlatform.buildRustPackage rec { pname = "tinty"; version = "0.23.0"; src = fetchFromGitHub { owner = "tinted-theming"; repo...
With nix at this stage tinty is redundant to be honest :-D I mean it doesn't make theme-configuring any easier. So looking at the example above if we removed tinty...
Hey @ralexstokes, At the moment if the response produced by `keymanager` is compatible with the schema described above, then `mevboost` is compatible out of the box once this PR is...
Hey @Canop. I've got a question. How can I copy the whole output? So I've got a target to run tests with `nextest` analyser, and I can toggle raw output...
@Canop yes, exactly. Let me elaborate on it. In the past I used to use `cargo watch`. It's definitely has less features, but it was very easy to copy the...