Taras Novak

Results 272 comments of Taras Novak

your features doc seciton is misleading: https://github.com/tanhakabir/rest-book#features > - View rich HTML and image responses directly inside the Notebook. see #90 for the html test part

pull existing settings into REST calls. For example, I might be testing dev or staging env. I have `xyz.api.host` setting set in vscode. That config is different for dev or...

nah, I like the built-in Settings editor.

@tanhakabir now that I know how to work that `` cell output renderer toggle, we can probably close this. What I was looking for to see as a JSONView, which...

I don't think we want to use online services for json view. At the minimum, I think we should use null for replacer and 2 spaces when you stringify it...

@tanhakabir can you format json data response in your default Data tab without switching to built-in json renderer? I think that's what we are missing to avoid extra clicks to...

just an fyi I am using a restbook to test the leaflet map renderer I plan to work on. So far looks like we can use both just fine. I...

@tanhakabir btw, you might want to try this: https://github.com/RandomFractals/vscode-data-table/issues/23#issuecomment-874833269 ![data-table-chicago-traffic](https://user-images.githubusercontent.com/656833/124622295-9a201880-de40-11eb-8e10-241e35261c42.png)

good idea. I need to patch my stdout replacement and will let you know when that update is ready to use. Thanks!

@tanhakabir actually, you can add my data table renderer as a dependency for json and csv data display already. I checked and my v1.1.0 should be able to parse and...