stubents

Results 8 comments of stubents

I'm not sure about the original error in this issue but the "port not found: creating reaper failed: failed to create container" that was mentioned by @weeco seems to be...

Thanks for your quick response! I'm not completely sure how you imagine the test: We could spin up a registry that's configured to accept an identity token and test if...

Hi, I'd really love to see ojg json paths in httpexprect, because the support for subexpressions and filters is quite handy. So I ran the test suite of yalp/jsonpath agains...

By the way... here's the hacky code I used: https://github.com/stubents/yalp-vs-ojg/blob/main/yalp_vs_ojg_test.go And that's the table-like output it produces: ``` Running tests on: { "expensive": 10, "store": { "bicycle": { "color": "red",...

> Ideally, we need to handle it somehow. I think if Query() will unconditionally return Array/slice value, it would be both inconvenient and complicate migration. > > Do you think...

Ah.. no yalp would return `[[]]`, I guess :) Not sure what I like better

Hi @gavv I gave it a try: https://github.com/gavv/httpexpect/pull/446 I changed my mind about two methods and tried to implement it just as you described in https://github.com/gavv/httpexpect/issues/236#issuecomment-1751659911 If you like the...

> I encountered the same issue. Workaround of @stubents did not fix it for me. Now, that I downgraded to `v0.29.1` I still see those "port not found" errors coming...