RaGe
RaGe
Yeah, there multiple things that assume you did a `git clone`, at least husky fails more gracefully. ideally the `pre-commit install` line does too..
They're seeing the effect of this: https://github.com/OpenDevin/OpenDevin/pull/378#discussion_r1552135801 The logs now don't print to console, instead they go into a file in ./logs .. I think.
In the original issue at the top, the agent is trying to access Playwright. Does that not mean Playwright needs to be installed on the sandbox image rather than the...
If it does go in the app image, it should be in the runtime stage, so perhaps closer to line # 40
> The OP installed it in the sandbox itself. It's the Agent that is trying to install playwright (and failing), rather than the OP. > BrowseURLAction is happening on the...
Could be, give it a try.
@pokowaka There are a whole bunch of whitespace/formatting changes in this PR, should they be a separate PR instead of being interspersed with functional changes?
Looks good to me. Just so you know, only @kulya has rights to approve a PR. Wish there was a way to add unit tests to a gradle plugin -...
Merged and forked here: https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin
@djangofan no, if plugin user does not set jmeterPropertyFile, then I'm defaulting to using the jmeter.properties that ships with jmeter version 2.13. Should I expect that there is always a...