Yiskaneto

Results 16 comments of Yiskaneto

> I can confirm that adding an exception for **SharedAccess** via the services tab will make WSL2 work flawlessly. > > No idea if that's at least a little bit...

@sekka1 it seems I can't request review from you but mentioning you here so you're aware of it. Cheers!

@rafaeltuelho were you able to compile with Jmeter 5.x and Kafka 2.4 by just adding the versions directly in the pom.xml? Like this: ![image](https://user-images.githubusercontent.com/44711170/80239478-8b738a00-861d-11ea-9a4b-3203d422a619.png)

I get the following output when I run: `mvn clean install -Djmeter.version=5.0 -Dkafka.version=2.4.0` ![image](https://user-images.githubusercontent.com/44711170/80250591-61c45e00-8631-11ea-9435-f11697cbe77d.png) ![image](https://user-images.githubusercontent.com/44711170/80250621-7274d400-8631-11ea-879a-653373e91fc8.png)

> try branch "jmeter3.2_kafka10.2" , just change jmeter version 3.2 to 3.1 in pom.xml. > I used "mvn clean install " and generating jar successfully for me. > I am...

I recently came across this scenario, I usually always have `TERRAGRUNT_FETCH_DEPENDENCY_OUTPUT_FROM_STATE `set to `true`, running "terragrunt run-all plan" always works, but the issue started to happen after we completely removed...

> I am also facing the same issue. I am trying to add below properties with values, but they are getting disappeared when saving the JMX: > > _ssl.key.password >...

> Same here. I would request the feature to be able to choose a WSL user at will, when connecting to WSL from VSCode. It would super helpful to be...

Here's how I go around this: 1. have the following section on `/etc/wsl.conf`: ```bash [user] default = ``` 1. Add the following function to `/etc/profile.d/wsl_default_user.sh` which is a file you...

In my case something weird happened, I have a fine-grained PAT with content write permission for the target repo which has worked so far without issues, however when I tried...