|7eter l-|. l3oling

Results 371 comments of |7eter l-|. l3oling

@mgonzaleza you can have a global secondary index query return other attributes that are not part of the global secondary index. These are the macros I use: ``` # Macro...

I agree, option 1 seems preferable.

It seems like this feature is a requirement of API testing with [Devise and/or Omniauth](https://github.com/omniauth/omniauth/wiki/Integration-Testing#setting-up-the-controller). Example is for Rails, where access to `request.env` is available. ``` before do request.env["devise.mapping"] =...

@dblock I am still digging through source code, and trying to understand how everything fits together, but so far I have not been able to. I think this is more...

CC @myxoh @robert-hromej [had the right idea](https://github.com/ruby-grape/grape/issues/1939#issuecomment-575123309). If I move `require 'grape_logging'` to spot in the load order after I am sure `grape` has been loaded, then this error goes...

@sobrinho This is awesome. Any chance of this making it into a release? Would love to be able to roll from `bcrypt` to [`argon2id`](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#argon2id) ref: https://www.monterail.com/blog/more-secure-passwords-bcrypt

@carlosantoniodasilva thoughts?

@Stratus3D I expect this can be closed. In the past I'ver needed to do some bundle config config to get the include flags right with some libs, like libxml, but...

It looks like the issue was caused by the oauth keys being nested inside a `data` top level object in the response. OP was able to override, and use a...

@leoplct @kjleitz `resque-solo` was a more recent rewrite/fork of this gem, and my own `resque-unique_in_queue` was a rewrite/fork of that. I'd recommend starting there, though it hasn't been been updated...