Nikita Bulai

Results 6 issues of Nikita Bulai

PoC for Doorkeeper plugins system. Allows to extend Doorkeeper without the need to patch internals or create PRs to main repository. Something similar (but not inspired by) to official AWS...

WIP
pinned

Hi! There is an issue with Ruby >= 2.6 with a recent Webrick version. Webrick public API was changed and now it requires more arguments. Check the `do_PUT` / `do_DELETE`...

Hey. I have a question about using Condition expressions with Dynamoid. See https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html I have a `users` table with `name: String` and `settings: Map` attributes. Settings could contain a lot...

Hi. Thanks for this lib, it's really interesting and helpful Btw, what about some data simplification ? Currently I have more than 300 000 features in my PostGIS table and...

Fixes #1682 and #1678 * Grant also should be allowed to have blank redirect_uri? :thinking: * Review the full flow * Add tests

Hi. While exploring the `grape-middleware-logger` logs I discovered that all requests with errors that are preprocessed with `rescue_from` are marked with 500 response code: ``` ruby # api.rb class API...