RaGe
RaGe
> is that because they are really getting dependencies from the parent POM The POM exclusions are exactly to get around this. Last I tested, it seemed to work fine....
@dkirrane are you facing this problem while using this plugin? Or do you mean with jmeter 2.13 and maven in general? for jmeter and maven, adding these exclusions helps: ```...
This error does indicate that Jmeter is missing the class `org.apache.jmeter.protocol.system.SystemSampler` I believe this is part of core jmeter though, not an external plugin. I maintain a newer version of...
Hi, this project has been dormant for a while. I maintain an alternative jmeter plugin over at http://jmeter.foragerr.net/ that was originally based on this plugin, but has seen a significant...
@djangofan I eventually fixed it, for some reason I thought you checked and confirmed that it does work. Would be great if you can take a look at the newest...
I was pondering switching to `model_cost.keys()` as well - the point I got hung up on is, does it make sense for OpenDevin to list vision models?
> Do we still need this? Maybe. There's still a lot of discrepancies between what `model_cost.keys()` returns and `model_list` returns. I can see some value in using a superset. But...
What's your `poetry --version`
+1 It should, and I thought it did. Try upgrading poetry please. latest is 1.8.2
I'm not sure about this one. What does `git status` return? I'm guessing this comes from this line https://github.com/OpenDevin/OpenDevin/blob/main/Makefile#L23 perhaps comment/remove that one line temporarily to work around the issue.