Nicolas Dickinson
Nicolas Dickinson
When reading a table with a dataframe column, I encounter errors due to your use of rbind instead of bind_rows when the column is a dataframe or list and has...
In #44 you asked an open question about whether there should be a matrix configuration to supress the trace specifically by condition type. This would be great in scripts where...
I am interested in using cozodb as a vector and graph store. Are there any vector and document store interfaces for langchain or llama index that would facilitate integration? Is...
Arrange is limited to a single field and can result in a different order of records when done on the server vs. when done with dplyr::arrange on a data.frame. ```...
This will cause an error: ``` getRecords("ceam1x8kq6ikcujg") %>% filter(`Sector Name`=="Nutrition") %>% slice_head(n=2) %>% arrange(`Organization Name`) ``` It should be sufficient to add a check to make sure arrange is not...
While importing data, the job percentage does not change until finished.  Should we perhaps implement a progress bar or is it preferable for the logging to have these messages?
At the moment, there are few functions that are not behaving the same as others. When there is an error, they do not return an error but rather a specially...
 This should probably not happen. I suggest we throw an error if the user receives an empty form tree as we can assume either the form does not exist...
At the moment, there are no functions in the package to add or change folders. Should we consider this in a future release?
Rest API and function arguments are sometimes inconsistent or redundant. This issue can be used to track these List: - [ ] roleAssignment() used in updateUserRole() but not in addDatabaseUser()....