Alex
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...
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...
Adds two new ways to preview child nodes (only in `--mode line`, doesn't affect `--mode data`). The existing single way `full`:  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: 