Adam Parkin

Results 34 comments of Adam Parkin

I think I get what you're getting at, maybe I could confirm: - modify `handle_prcess_output()` in the `pump_stream` helper to emit a special marker value when the `for line in...

@BenBergman Doesn't give you the comparison diff, but if all you want is to use iTerm's imgcat for diffing can follow this: https://til.hashrocket.com/posts/tyz3s673co-show-images-on-git-diff

Any update on this? We're now multiple years since the launch of Apple Silicon, so it's getting harder and harder to justify running something in Rosetta.

> There appears to be a `do_gc_test` that can be set to `False` on an instance of `CPWebCase` That seems to be set to False in the CPWebCase code: https://github.com/cherrypy/cherrypy/blob/main/cherrypy/test/helper.py#L285...

I see your point, but I suppose I'm having trouble how you could possibly use ```subprocess.check_output``` *without* triggering B603. Ie I get that all it sees is ```args``` and it...

To add to this, not being able to use variables in request bodies is a dealbreaker. We have saved requests where the request body contents differ by environment (for example:...

Ahh, my mistake, I was doing it wrong. I had tried: ``` { "id": {{$id_from_settings}} } ``` And was seeing `id_from_settings` in the body. Shouldn't have that `$` in front,...

I'd like to help with this, but looks like #190 & #192 are addressed. Ok if I address issues other than imports & print statements for the client as another...