Christopher Swingley

Results 6 comments of Christopher Swingley

Maybe this is obvious if you're more familiar with the code, but this issue is also true if you are producing a table in a document using quarto (the `tab_options`...

The new version uses `prompt_toolkit` 2.0, which no longer uses `KeyBindingManager`. Any idea on how to hack `key_bindings.py` to allow for custom vi mode key bindings? Or does the 2.0...

Answering my own question, here's a patch that adds a `jk` binding to switch to vi normal/navigation mode. It's got no testing to see if the user is even *in*...

@jonathanslenders > One question maybe for everyone: would it make sense to have a global .prompt_toolkit.config.py file or something like this, were these custom bindings could be configured for every...

@mattroumaya, I could email you the JSON from `survey/:id/details` and `surveys/:id/details` API queries (and any other endpoint I have access to) if that would help diagnose the issue. The first...

Thanks! I tried the pull but got similar errors to what I was seeing before: ```r :> survey_df % fetch_survey_obj %>% parse_survey(fix_duplicates = 'none') You have 496 requests left today...