Sheikh
Sheikh
@migvidal I think this is what you're looking for: [github.com/gethugothemes/hugo-modules/images](https://github.com/gethugothemes/hugo-modules/tree/master/images)
Just an update: originally the notebook sync test was failing on macOS (or so I noticed), but now it's failing on Linux too. And yeah, it doesn't seem to always...
@kinto0 No errors on darwin with all tests enabled. ``` test result: ok(B. 3040 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 36.25s ``` saw a...
@kinto0 Ok, looks like tests are still failing on NixOS (`x86_64-linux`): ``` > failures: > test::lsp::lsp_interaction::configuration::test_interpreter_change_removes_type_errors > test::lsp::lsp_interaction::configuration::test_pythonpath_change > test::lsp::lsp_interaction::configuration::test_workspace_pythonpath_ignored_when_set_in_config_file > > test result: FAILED. 3037 passed; 3 failed; 0...
Interesting... Seems that it fails on darwin too: https://github.com/cybardev/nixpkgs-review-action/actions/runs/20086697819/job/57625825916#step:6:1 For some reason it works on my machine... I wonder if it's something to do with Nix's sandboxing. I'll do some...
Aight so apparently `/usr` is not a thing in the build sandbox. I'll cook up a patch and test it.
Yep, that does it. had to change the `/usr/bin/env bash` to the path of `bash` in the Nix build sandbox. Tests pass, builds fine. You can see the changes here:...
Hi. Do you think you can post a screenshot, or format your comment to reflect the output a bit more accurately?
That looks like it's a different program than my version of `cutefetch`, which does not have that ASCII art as the default, and does not display so much information. Are...
Yep, that's indeed my script. The window manager and resolution does not show up. Can you show the output of these two commands? - WM name: ```sh xprop -id $(xprop...