Govind Singh
Govind Singh
Any update on this?
This is much needed feature, thanks for adding it. During my testing I found few issues with variable naming convention. Not sure if they are documented somewhere. Check last two...
One more thing I observed is that to access a stored variable in multiple http files, we need an explicit declaration in each http file, can this be moved to...
I stumbled upon this issue when looking for a solution to run the container before attaching the debugger. I didn't understand the exact requirement for this issue but if you...
Sorry for so late reply, I actually lost the laptop on which I was doing this earlier. Now when I retried this on my new laptop, I faced the issue...
@roddhjav I used `aegis.json` database from repo's test folder for above sample output. https://github.com/roddhjav/pass-import/blob/master/tests/assets/db/aegis.json
Any update on this?
I am not a user of `nvim-dap-go`, but came across this issue with custom nvim-dap config. For me I use `substitutePath` with vscode `launch.json`, that works pretty well, maybe you...
@blackadress I observed another issue today, not sure if it is related to your change. ``` float_value: {{api_response.var_name}} ``` If the value of `var_name` is of type float then it...
Never mind, I was using the forked version, just tried the latest changes from official repo, it now has `script-variables` which works well for same use case. It doesn't have...