Yaroslav Halchenko
Yaroslav Halchenko
> The shell wrappers explicitly create and read from file descriptor 8 Should it then be open when I source the shell wrapper? May be the problem is in it...
I have tried with a freshly regenerated wrapper which targets specific full path datalad entry point script where I explicitly added that marker on top -- the same silence ```shell...
THANK YOU @evanunderscore for the guidance -- I am ready to declare "success" in troubleshooting ! > What version of argcomplete are you running? since it is argcomplete which generates...
@john-theo thanks! Looks sensible although not sure yet how it was not failing before. could you please add a test for this case which would fail code without patch but...
tests pass there but because this PR is from your personal fork it lacks ``` coveralls.exception.CoverallsException: Running on Github Actions but GITHUB_TOKEN is not set. Add "env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN...
ok, 0.6.0 released. Not sure why tarball did have generated .rng before and then not -- added .rng explicitly in MANIFEST.in . Tested via duecredit on windows -- seems to...
I believe so. In the branches section of the Settings for the repo you can configure branches protection. https://stackoverflow.com/questions/46146491/prevent-pushing-to-master-on-github#:~:text=To%20find%20it%20go%20to,people%20who%20are%20not%20moderators. @jwodder - isn't it a good idea for any repo using...
From brief look at the code I think the issue still persists. Probably a unittest is due to be added as part of the fixing since no CI fails observed
or just submit desired locales to https://github.com/citation-style-language/locales ? FTR here is the history of progress/releasing that submodule ``` $> git log --first-parent --pretty=oneline citeproc/data/locales | while read l; do p=${l%%...
Thank you! would you be kind to also provide a unittest e.g. using along the lines of your snippet in the #97? Otherwise it is hard to assess if we...