Kobi

Results 17 comments of Kobi

Maybe this is relevant, but workaround the dependencies management and to use go module feature you may add the next "code" `installDependencies.enabled = false` `resolveBuildDependencies.enabled = false`

> @Shnitzelil Trial and error (only took two guesses) within build.gradle; indeed added: > `installDependencies.enabled = false` > `resolveBuildDependencies.enabled = false` > > and now my cross platform/architecture builds are...

Hello @mhils , Python 3.12.2 is out. Is it possible to validate this issue? Thanks!

> Well, I've seen this error triggered during Mitmproxy execution, shown at bottom of its screen in color red (so in event screen, when pushing the "e" hotkey, too). Le'ts...

Hey, In our project we're using steps from different dependencies (from other projects) and sadly this great plugin is unable to "see" those steps... (cannot use auto-complete and also mark...

Hi, As a workaround I added the next snippet. ```python def http_connect_upstream(self, flow: http.HTTPFlow): flow.request.headers["Host"] = f"{flow.request.host}:{flow.request.port}" ```

> Hi Kobi, that is because the \uFFFD character cannot be the start of an identifier (or its continuation), which would be the only possibility to have that character present...

Thank you. Will check it once there will be released 👍 Thanks again!

@tdewolff , When do you plan to release new build?