Mario Kozjak
Mario Kozjak
What line and file is this? > On 11.03.2021., at 04:47, shinhwa520 ***@***.***> wrote: > > > @mkozjak > May I ask the reason why does it needs to...
If you’re not using .shell function it should be safe. Run the tests.
@shinhwa520 based on past comments, I feel it's okay to remove that line. Please provide a PR removing the arrow function altogether and instead of it, just provide `cb` (a...
Tackling this with #187. @shinhwa520 Should we take care of the test `007_streams`? ``` AssertionError: '23:14 up 1 day, 21:50, 6 users, load averages: 1.41 1.43 1.41\r\n' + '/ #...
@shinhwa520 Is this looking good? https://github.com/mkozjak/node-telnet-client/pull/188
@shinhwa520 ?
Thanks @yurishkuro. Would be awesome if we had some examples for `followsFrom` when used across process boundaries too (how to create a context from a parent with google's pubsub, in...
@tkellen Thoughts on this one? Decided to move to another solution? Any recommendations?
To anyone who wants a "cheap" alternative to this project and likes Terminal or iTerm, just use macOS' Preview by having this command in your bash or zsh config file:...
Yeah, it's quite tricky to 'recreate' tables (this is useful for testing purposes). Since the only way to drop a table is with an exposed dash instance (r.db("foo").tableDrop("bar").run()) for some...