Gregory Jefferis

Results 121 comments of Gregory Jefferis

Hi @TS404, late response, but these plots are certainly nice. One option might have been to contribute a vignette with these as examples. They do need a bit of cleanup....

My mistake — I misread — there’s only a single call to get_publications and the multiple calls to get_article_cite_history are inevitable.

See https://github.com/seung-lab/cloud-volume/issues/561 and https://github.com/seung-lab/cloud-volume/issues/570 for some workarounds @YijieYin

I think the problem (for R >=4.2) is here over in ANTsRCore: https://github.com/ANTsX/ANTsRCore/blob/1c79a80c3e03216c2456b0f81d8628dbc91859d7/R/antsRegistration.R#L393-L395 The breaking change in R 4.2.0 is documented in [R news](https://cran.r-project.org/doc/manuals/r-release/NEWS.html) as follows: > Calling if() or...

Thank you very much for the response Jeroen. How would you suggest do this from httr? I assume I can’t use the authenticate form but have to roll my own....

Thanks, Jeroen. I tried and unfortunately I still get the same error. Perhaps the `username` and `password` options eventually get combined into `userpwd`. So until now, the only workaround I...

PS a bit more info from verbose about how the URL is getting munged when things fail. ``` < HTTP/1.1 301 Moved Permanently < Server: nginx < Date: Thu, 14...

Hi @bagder, Thanks so much for taking a look as well. As far as I can see userpwd is correctly processed since if you look at the failed request below...

No I didn’t! It’s what my original request gets turned into on Windows when I supply user and password as curl options! I’m sorry my message may not have been...

Aha, it is the hash! Thanks so much both of you! Do you think this bug is present in the current version of libcurl but not in an older version...