Leonardo Gama
Leonardo Gama
Hi! I'm working on it (by sheer necessity). There are some some serious problems on the `dill` package at the moment, but I'm also updating some currently broken logic in...
I'm having exactly this problem. It seems to be the same issue as https://github.com/junegunn/goyo.vim/issues/84#issuecomment-156299446. It's a problem related to `colorscheme` loading, not specific to Goyo thought…
~The last commit should work with https://github.com/rstudio/reticulate/pull/1210/commits/5d6f7a7bd9b9c077279156836f7bf35e8a0df0b7 and https://github.com/uqfoundation/dill/pull/475/commits/71b4f7728e04bd767683553b202450dc51f5e679~
**Updated:** The last commit should work with https://github.com/rstudio/reticulate/pull/1210/commits/a33ed395dccc7c9c77ed8a88a74af1e2f05c5ace and https://github.com/uqfoundation/dill/pull/475/commits/4244d3b2e22a4aa3abff81f80cf45fa6e40934ef
> I don't have much experience here, but if the (initial) PR is not complicated, I can definitely have a look. Thank you! Great! It's not meant to be complicated,...
Thanks for the suggestions, @cderv. I had seen `logger` when looking for options, but didn't know about `debugme` —it's really interesting! > I like the idea of debugging options. I...
I will try adding this snippet to `.onLoad()`: ```r if (requireNamespace('debugme', quietly = TRUE)) debugme::debugme() ```
Well, the `DEBUGME` environment variable must be set for `debugme` to do anything. Shouldn't we check this instead of creating a redundant setting? Example: ```r if (Sys.getenv('DEBUGME') != '' &&...
### _Edit:_ moved this to [a dedicated issue](#42) --- ### _An alternative solution:_ excerpt from my original comment > Hello, there! I'm a user of the (programmer's) Dvorak layout for...