Results 49 issues of ojab

1. Make IMAP account 2. Create a letter: ``` C: RUBY0004 UID FETCH 2 flags S: * 1 FETCH (UID 2 FLAGS (\Seen \Draft $NotJunk NotJunk)) ``` 3. Add flag...

feature
need contributor!

1. `et` somewhere 2. `sleep 10&` 3. ^D 4. `et` doesn't terminate until `sleep` is finished Expected behavior is the same as with `ssh` — exit instantly.

enhancement
help wanted

``` $ find /tmp/ -maxdepth 1 -name 'et*' | wc -l 131 ``` each new `et` connection creates two additional files (`et_forward_sock_*` directory & `etterminal-*.log`) that are not cleaned up...

enhancement
help wanted

```ruby # `email_spec.rb` or whatever Mail.new do subject 'This is a test email' end ``` which is `mail` gem DSL for creating new emails, leads to ``` $ rubocop -rrubocop-rspec...

bug

Travis is failing due to https://github.com/boazsegev/iodine/issues/45 1. Is it ok to just declare `Litecable::Server` in `lite_cable/iodine_server.rb` or should I implement some kind of `Litecable.iodine!`? 2. What interface `ClientSocket::Base` should provide?...

CultOfMartians

## Describe the bug Right now `default:` value is evaluated at the time of declaration, so object is always created. For [karafka logger](https://github.com/karafka/karafka/blob/master/lib/karafka/setup/config.rb#L29) ```ruby setting :logger, ::Karafka::Instrumentation::Logger.new ``` this caused...

bug
help wanted

This allows to run the action multiple times to add multiple keys without removing already added ones. Test run: https://github.com/ojab/ssh-agent/runs/5110810177, both keys are added.

## Is your feature request related to a problem? Please describe. Right now changing of index' (`index's`?) [`default_search`](https://www.elastic.co/guide/en/elasticsearch/reference/master/specify-analyzer.html#specify-search-analyzer) would trigger specification change, but index content isn't changed in that case,...

## Steps to reproduce ```ruby class Xxx def x puts 'xxx' end end ``` ``` $ yard doc xxx.rb Files: 1 Modules: 0 ( 0 undocumented) Classes: 1 ( 1...

Works as Intended