You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging a feature in the webapp, discovered that combine_responses works in more places when you give it subvariable urls rather than category_id as rcrunch currently does. I suspect that this is because rcrunch still uses an old API that works in some situations, and it would be beneficial to change to the new API, but I may be misunderstanding something.
Example of combine_responses working inside a make_array call which only works when using variables.
(The other issue it might fix is allowing expressions in the args)
While debugging a feature in the webapp, discovered that
combine_responses
works in more places when you give it subvariable urls rather thancategory_id
as rcrunch currently does. I suspect that this is because rcrunch still uses an old API that works in some situations, and it would be beneficial to change to the new API, but I may be misunderstanding something.Example of
combine_responses
working inside amake_array
call which only works when using variables.(The other issue it might fix is allowing expressions in the args)
The text was updated successfully, but these errors were encountered: