John T. Wodder II

Results 121 comments of John T. Wodder II

@zhiburt Well, this was just an attempt at an MVCE. Trying to use expectrl with [my actual (complicated) program](https://github.com/jwodder/confab) still fails under Windows. What Windows program would you recommend for...

So now that https://github.com/microsoft/language-server-protocol/issues/737 is resolved as of a year and a half ago, how can one make it work with ale in order to get LSP status in the...

I've just released `in_place` v1.0, but it turns out that I managed to find an alternative way to accomplish my goals without dropping support for the `mode` argument, so your...

Despite what the API docs say, GitHub will accept a request to create a label that omits the "color" field, though it seems that the color will then always be...

@notatallshaw Were you trying to reproduce the problem by following my instructions? I accidentally omitted the `[all]` extra from the `pip install` command (now fixed). Regardless, when I use that...

Ah, that explains it; the missing commits only touched a GitHub workflow, and I exclude all dot-files and -directories from my crates. Is this aspect of `cargo release changes`'s behavior...

@yarikoptic How should the function handle symlinks? `shutil.copyfile()` and `shutil.copy2()` follow them by default, `cp` does not, and the occurrences of `shutil.copyfile` in `datalad/local/copy_file.py` are accompanied by explicit `follow_symlinks=True` or...

@yarikoptic So if `init_remote()` is passed `external=True`, what exactly should it do? I'm guessing you want the `config` dict to be augmented with the keys `type` and `externaltype`, but where...

@yarikoptic [This is just how GitHub works](https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks): > [W]orkflows on pull requests to public repositories from some outside contributors will not run automatically, and might need to be approved first....

@Nemo157 I figured it was inactive. I'm not actually going to use `cargo-lichking`; I'm writing up a comparison of Rust license-bundling programs, which means judging the quality of each one,...