dbr/Ben

Results 190 comments of dbr/Ben

I have this happening semi-randomly (happens "almost all the time", but, not always). I am running rust-analyzer (in emacs via lsp-mode), and mostly notice this when switching to terminal to...

After much poking around, I think the problem lies in `rustup` (not rust-analyzer nor cargo), so have filed a bug report in that project: https://github.com/rust-lang/rustup/issues/2848 For now I think configuring...

Two thoughts: 1: We have a way to download files to the locked-down production network - but not an easy way to mirror arbitrary set of PyPI dependencies. So it...

I ran into this with nested `rez env` commands, for example ```sh $ rez env python -- rez env python -- python3 ``` ..which I would expect to execute the...

Ran into this issue again today, using the Rez integration in Deadline. I tried to submit a command line job which ran something like `rez env example_pkg -- example` However,...

Is there anything I can do to help get this merged? We still have a workaround in place which is just to do ``` env = os.environ.copy() env["WORKAROUND_REZ_THING"] = "abc"...

Yep, a good idea

Hmm, that's strange - can you check you are running tvnamer version 3? The `~/.config/tvnamer/tvnamer.json` config location was added in that version If you check the output of `tvnamer --version`...

Oh sorry, I lost track of this pull request! Generally this looks great. I want to make a few more dramatic changes for tvnamer3, but this is a good first...

I've fixed the two failing tests in master, was just an episode title changed in thetvdb data. BTW, did you do anything specific to make that unicode test stop failing...