Jan Dudulski

Results 6 comments of Jan Dudulski

https://github.com/ibraheemdev/modern-unix/issues/85 https://github.com/ibraheemdev/modern-unix/issues/5

How about making an event storming session during DRUG? :)

Hi @ScottGuymer I'm glad that you like the idea :) > I presume you would work around this by never touching this workspace again once bootstrapped. Yes, that's our assumption....

> Only thing I think it's missing is DynamoDB IAM, or am I missing it somewhere? Valid point, it should be added.

get_request_method wants to get a hash (see: http://oauth.rubyforge.org/rdoc/classes/OAuth/Consumer.html#M000109), but string is provided (https://github.com/pelle/oauth-plugin/blob/master/lib/oauth/controllers/consumer_controller.rb#25 ): ``` request_url = callback_oauth_consumer_url(params[:id]) + '?' + request.query_string @request_token = @consumer.get_request_token(request_url) ```