guoweis-work
guoweis-work
I looked at the code and believe that currently, the replay will be done as fast as possible. However, in many scenarios, the replay would be most realistic if it...
I use golang so i have some keybinding that i'm really used to. At the same time, I really like what you have here, this gives me a chance to...
Currently, the resolver can handle something like this ```yaml - type: http resolve: - siteA:8080:siteB ``` This changes from http://siteA:8080 to http://siteB:8080 In my use case, I need to change...
I have been using venom. Since this is real-life, e2e testing, sometimes there is instability in the environment which could cause test failure. Instead of rerunning everything, which is time...
This is the output from cloud ``` { "id": "2320499078", "type": "comment", "status": "current", "title": "Re: something", "macroRenderedOutput": { }, "extensions": { "location": "inline", "inlineProperties": { "originalSelection": "“abc", "markerRef": "d9f34bb0-1cd3-462f-9541-1a93893f458a"...
I'm using the syntax like this ``` ``` Is there a way to enable multi-line info box?
Simply create a page with the following ``` 2021-11-17 15:47:18.054 INFO processing mm.md 2021-11-17 15:47:18.949 FATAL unable to resolve page └─ page "Handoff 11/17/2021" has no parents └─ title: Handoff...
hi, Thanks for the great tool. I noticed that the image path is hard coded as "/download/attachment/", but nowaday, it's more like "blob:https://....", is there a way to address this?
I have a large json HTTP response that I want to process in the later step. Do you think it's reasonable to add a construct in http executor to dump...