Alejandro Angulo
Alejandro Angulo
I think the Toronto timezone you're noticing is related to the setup fixture https://github.com/sdispater/pendulum/blob/master/tests/conftest.py#L8 Though, I guess it is a bit strange that the timezone isn't consistent (`now` uses UTC...
I wanted to use pylint-django for a project but ran into this issue. I like @imomaliev 's idea of using Django to resolve imports. Here's a quick change I came...
@ajhodges I looked at the Django docs and I don't think the version check is necessary so this fix should apply to 2.x.x as well (see PR mentioned below). @atodorov...
Does `services.hydra.useSubstitutes = true;` do what you want? https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=services.hydra.useSubstitutes
I just ran into this and the issue turned out to be that the user running nix-serve didn't have access to the nix daemon. I think by default the user...
Looks like someone has submitted PR #14 to fix this
I just wanted to chime in and mention that the kitty IFD shouldn't be required in upstream anymore. We'll have to switch to setting `themeFile` instead of `theme` now though....
I ran into this exact issue earlier today. I opened up PR #311 . @m-wynn Would you mind testing out the change if you get a chance please? My repo...
I ran into a similar issue with lazygit (see #312 ). Would it be easier to maintain this flake if there were an assertion ensuring XDG is enabled rather than...