tj

Results 14 comments of tj

Good idea. I'll look into this.

Adding `div` in table header might be a viable solution. CSS ``` div.resizable { resize: horizontal; overflow: auto; } ``` HTML ``` header ``` Styling https://stackoverflow.com/questions/18580795/possible-to-style-the-css3-resize-function

That's correct. I think it is possible. I'll investigate "server side rendering" and let you know.

~~I got a POC up and running and will release this feature as an option in a bit.~~ A few bugs come up, probably going to take longer than I...

I found a workaround that works on Linux, and maybe Mac? It' kinda limited (without javascript bell and whistle) but maybe good enough for your case? You'll also need the...

Could you elaborate why does the information shown in the schema column is not sufficient?

I'll do some experiment and will get back to you. Thanks for your suggestion

In this short term, We can use inline comment (description) to show enum, and default values if there aren't too many of them. For longer enum values, we can describe...

I think I can swap example value in when there is an example value available. My initial thought process is that if key naming is descriptive enough, we don't have...

Thanks for the info. I'll look into it. It looks like the new spec is trying to describe the same thing in a different format. I think all we need...