Austin

Results 28 issues of Austin

Hello I just install the mindmap tool. it helps a lot! Thank you! One question, is there a way I can print the mindmap into pdf? sometimes need to share...

I have below table, each item is a picture. It works perfect in previous version on MPE. ``` |||| |--|--|--| |||| |||| |JD...|Ctrip,12306...|Restaurants in big cities ```

Is it possible to paste the selected block and **insert** it into the doc? For example, I have the text below: ``` 1234 1234 1234 ``` By pressing ALT, I...

invalid

I just installed i18n and globalize gem, please find below the statement in my Gemfile ``` gem 'spree_static_content', github: 'spree-contrib/spree_static_content' gem 'spree_i18n', github: 'spree-contrib/spree_i18n' gem 'spree_globalize', github: 'spree-contrib/spree_globalize' ``` The...

### Is your feature request related to a problem? Just tried the brand new comment feature (V0.16.0), I am not able to add a comment without log in. Is it...

enhancement

Is there a way that the "table of content" for the current page can be displayed somewhere? Best Regards, Austin

enhancement

As a software developer, I need to draw sequence diagram everyday. I am wondering is it easy to add mermaid support? BR,Austin

Hi greetings, I want to make a HTTP GET request to ``` {{BASE_URL}}items/withdraw?filter={"amount":{"_eq":110,}} ``` Can I define query as below: ```js @query = { "amount": { "_eq": 110, } }...

For example I have two APIs for checking current value and adding a delta to current value. ``` GET {{host}}/current HTTP 200 [Captures] current: jsonpath "$" POST {{host}}/add { "x":...

enhancement
topic: filters

Hi Greetings, I'm testing some APIs. sometimes, I need to call an API based on the response of the previous API. For example, in below hurl file, if the user...