Érico Knapp Lutzer

Results 14 comments of Érico Knapp Lutzer

@leonardovillela @kamilmysliwiec Do you have any updates on that?

Same issue here. Could be related to https://github.com/swc-project/swc/issues/3854

Having the same issue here after upgrade to v5

Same issue on v4 as well, so probably isn't related to some recent bug

The alternative to import env/http files I'm already using but when I set some variable using a script after some response, I can't change the current value again just changing...

I don't know if this is a viable option, but maybe we can able user to put some arbitrary JS code and set the variable the same way you do...

Another thing I've noticed, is that if I change some environment variable (first defined in `.env`) in one `.http` file, the new value isn't applied for other files using the...

Yep, changing variables from the UI isn't so trivial indeed. An example of the environment variable behavior: **.env**: ``` host = http://httpbin.org source = envFile ``` **file1.http**: ``` ### first...

In this case, knowing that environment is global, when I change the env (setting new value to env `source`), the new value shouldn't be reflected globally? For variables (defined in...