Jacek Tomaszewski

Results 35 comments of Jacek Tomaszewski

What's the `resolveDepth` param? I can't see any docs anywhere on it.

I guess it could be a simple shell script [or sth like that], that would be just an alias on `yarn install ...` `npm install ...` command.

Also, it would be nice if `responseTransformer` wouldn't just transform the response body, but actually the whole response object. Then, it would be possible to change the status code for...

Maybe we could somehow swap the ThemeContext that is used by styled components, by defining our own ThemeContext that has a default value defined by us on test setup? Then...

In our case, we would like to get such errors (when using an undefined variable), but we don't get them... what version of this plugin are you using btw?

Out of curiosity, why would a variable name with emoji in itself be a good variable name?

Did some debug digging, this one is interesting: ![image](https://user-images.githubusercontent.com/1862580/97961672-07604300-1db4-11eb-9b61-a9419d3ab838.png) It works in zsh shell but not in fish.

Wow, I've found a workaround for this. I had to install `bundler` for that given ruby version. And after that `ruby -v` started working: ![image](https://user-images.githubusercontent.com/1862580/97963494-86a34600-1db7-11eb-9a42-cc33d97ed0f9.png) ![image](https://user-images.githubusercontent.com/1862580/97963508-915ddb00-1db7-11eb-8419-b1b839edbb9e.png) I wonder what should...

I'm pretty sure I did try `asdf reshim` and it didn't help. I'm only 90% sure though. Now I got it working, so unfortunately I can't answer you on this.

@nicolasgarnil did my `asdf exec gem install bundler` fix the issue for you?