Scott Chamberlain

Results 1293 comments of Scott Chamberlain

I don't think a function specifically for location data is in scope here, but It'd be great to add an example to docs using something like what you have in...

Thanks for the issue. I was able to replicate this in python3.8 and 3.11. However, it's not a habanero issue that I know of. E.g., try it in a curl...

forum question linkback https://community.crossref.org/t/polite-pol-and-non-polite-pool-data-out-of-sync-possibly/4871

@wisentini see response from crossref https://community.crossref.org/t/polite-pol-and-non-polite-pool-data-out-of-sync-possibly/4871/2?u=sckott for now if you could do non polite pool for the data you need - then use polite pool again when they have fixed...

@wisentini see update from Crossref https://community.crossref.org/t/polite-pol-and-non-polite-pool-data-out-of-sync-possibly/4871/4 they're no longer returning subjects, so im closing this

👋🏽 Shutting down the old cran checks badges tomorrow

Thanks for this Ralf. I'll have a look. I thought I had set habanero up so bibtexparser is optional, but I guess it's only optional if you don't use the...

@rjaiser sorry for delay. See change in commit above. I'm not sure if that change is a good approach with respect to checking `bibtexparser` version or if we should maybe...

ok, closing this out. I removed bibtexparser as a required dependency - now is an optional dependency, and if used v2 is required, so standard install of habanero doesn't use...

Thanks for the issue. I have an example here in the docs https://github.com/sckott/habanero/blob/main/habanero/__init__.py#L25-L38 of how to configure curl options, in that example to turn on verbose curl output. I imagine...