Noah Hoffman
Noah Hoffman
@samoconnor - thanks a lot for this - it was just what I needed. And thanks to @Karandaras for the comment above. I can confirm that adding the perl runtime...
Merged, thanks!
@metasoarous - would environment variables passed to the Environment constructor take care of this? For example, I typically set up the environment like this: ``` env = SlurmEnvironment( ENV =...
@aberezin - thanks for the contribution! Can you please update your changes to the test code to retain python2 compatibility? ```sh % python2 test.py File "test.py", line 12 def run(script,*args,expect_exit_1=False):...
Thanks for the response. I'm afraid that the function above does not reproduce the bug. I think that I'll just leave this here in case someone more elisp-savvy than I...
Hi @zhenwenc - no, I never looked much further. I did find a workaround that you may find useful: call ``redraw-display`` on exit. Here's an example. ```elisp (defhydra hydra-toggle-mode (:color...
Thanks a lot for the suggestions - I'd love to give the fine tuning approach a shot, but I'm not sure where to start. I know it's a big topic,...