Michael

Results 26 issues of Michael

From your latest release: ``` /home/pi/.rvm/gems/ruby-2.0.0-p247/gems/oauth-0.4.7/lib/oauth/consumer.rb:216:in `token_request': 400 Bad Request (OAuth::Unauthorized) from /home/pi/.rvm/gems/ruby-2.0.0-p247/gems/oauth-0.4.7/lib/oauth/consumer.rb:136:in `get_request_token' from /home/pi/.rvm/gems/ruby-2.0.0-p247/gems/dropbox-1.3.0/lib/dropbox/session.rb:70:in `initialize' from sync.rb:7:in `new' from sync.rb:7:in `' ```

I added saturday and sunday css classes to the day so I can style them separately.

It'd be nice to have composable interfaces like this: ``` interface Base { name() string features() []string } interface Special extends Base { featureA() string featureB() string } ```

Support for CFD trades from via "IB Activity Statement" Importer There is a problem with the cost/netCash however: Since CFDs are traded with the help of the broker (x% your...

#432 suggests to download a certain number of podcasts. I suggest to not only download podcasts but to download all articles/podcasts that are starred for later offline reading/listening. This should...

enhancement
feature :: podcasts

`hash.fetch(:errors, {})` returns `nil` but expected to return `{}` for example in lib/bh/core_ext/rails/form/base_helper.rb:78

**Describe the bug** After running `kustomize edit set image`. The comments **Files that can reproduce the issue** ### before ```yaml resources: # some important comment to below file: - https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.5/manifests/ha/install.yaml...

help wanted
good first issue
kind/bug
triage/accepted

# Changes - Introduce a new `tool` field that can be used to fix the tool to one of `auto,npm, yarn, pnpm`. - Auto detection of tool based on lock...

I'm not sure if I missed something. ``` $ rails c Loading development environment (Rails 4.1.1) [1] blogApp > p [ {test: false}, true ] [{:test=>false}, true] => [ [0]...