Alex

Results 7 issues of Alex

Would it be possible to preserve the position of the horizontal divider in the query editor between connections? I always drag the divider to show more of the query text,...

_This is a re-pullrequest of #31, but against the most recent master (since I'm a bit more up to speed with git now)_ Use a browser extension such as: https://chrome.google.com/webstore/detail/cookietxt-export/lopabhfecdfhgogdbojmaicoicjekelh...

feature

Would it be possible to add a command line option to render the truncated strings as just a count (key-value pairs for objects, array elements for arrays)? For example, here's...

Feature Request

Adds two new ways to preview child nodes (only in `--mode line`, doesn't affect `--mode data`). The existing single way `full`: ![image](https://user-images.githubusercontent.com/1566363/166515362-1b642d43-b37c-4255-8f99-c6bed4901448.png) The first new way `count` shows objects as...

``` -w, --width Change width of output from 80 to N, or use full terminal width with N = `full` ``` As noted in #39, filenames quickly run into truncation...

As noted by @jonathan82 [in issue #10](https://github.com/Akryum/meteor-vue2-example/issues/10#issuecomment-302286109), the Chat component doesn't set up its subscription correctly. Here is the behavior before and after: ![screen](https://cloud.githubusercontent.com/assets/1566363/26767104/729a68fc-4951-11e7-83d5-b8be4556a307.gif)