Francis Windram

Results 25 comments of Francis Windram

Just as a clarification `https://bsky.social/xrpc/app.bsky.actor.getProfiles` is not a public endpoint, but there is a public endpoint equivalent in `https://public.api.bsky.app/xrpc/app.bsky.actor.getProfiles`.

1. I believe that getProfiles does not return or take a cursor object at all, meaning you can't iterate it easily in quite the same way. If you take a...

PR for 1. is now available at https://github.com/christopherkenny/bskyr/pull/30

Yeah that's my fix for the moment is to check whether it the argument is false and then not include it in the query if that is the case. I...

Ahh that's frustrating. Looks like the original code of strtobool was just this: ``` python def strtobool(val): """Convert a string representation of truth to true (1) or false (0). True...

Updated the initial example to have an example consistent with what is returned when `expand_taxa=1`

Looks like the issue here is from a hardcoded list of column names in the popularity controller If `queryvar_is_true("expand_taxa")` is set to True then the default header column constructed beforehand...

There is not at present, but that sounds like a good idea! I'll write some sort of integration test script, I guess in `roz/tools/`. `roz` issue tracking this is here:...

There is now a sort of integration test script in `roz` (see https://github.com/fwimp/roz/issues/1). Hopefully that's a start, and I can add checks to it in the scenario that we find...

To add to this, [the SI](https://static-content.springer.com/esm/art%3A10.1038%2Fs41467-024-53046-2/MediaObjects/41467_2024_53046_MOESM1_ESM.pdf) provides the definitions of all functions listed. Additionally the [implementation of these in the original paper](https://github.com/dgkontopoulos/Kontopoulos_et_al_83_TPC_models_2024/blob/main/Code/TPC_fitting_functions.R) give a good clue as to starting values...