Florian Brand
Florian Brand
I've tried to download a .zip file (from a local server) using the post response scripting. This is my post response script: ```js const fs = require('fs'); const path =...
Writing _kinda_ works. If I rewrite the code and ignore the error, the file gets written, but is corrupt. Trying to unzip it using `unzip` (from apt) returns this: ```...
@austingebauer his PR is bigger than needed and brings down chrome if you try to open the diff / the single commit. If you don't want to go through all...
@Timothyxxx does this mean that every change after July 28th counts as OSW-Verified as well? Or only the state of the repository on July 28th. Or, asked differently: Is the...
> * 20250522_tools_claude-4-sonnet: cheating for pytest-dev__pytest-6202; future leakage for pytest-dev__pytest-5840, pytest-dev__pytest-6202 I think pytest-dev__pytest-5840 is (only?) solvable by accessing **past** git tags, as it is about a regression: https://github.com/pytest-dev/pytest/issues/5819 So...
A potential implementation using inspect: https://github.com/groq/openbench/pull/294