Dmitry Krasnoukhov

Results 11 issues of Dmitry Krasnoukhov

The issue was introduced in this commit: https://github.com/cerebris/jsonapi-resources/commit/05f873c284f3c084b32140ffdae975667df011fb Basically jsonapi-resources switched from the `before_action` to manually calling the header verification method(s). But jsonapi-utils does not do that at the moment,...

Fixes #1387 We've been using a similar patch in our apps for a while and have received no negative feedback 😅

Hello, I'm not a Phoenix/Elixir expert, but I couldn't make the watcher work according to the doc. I was getting an error like this: > ** (Protocol.UndefinedError) protocol Enumerable not...

We're looking to use ember-css-modules for our large apps. We'll be migrating away from ember-component-css. In order to do that seamlessly, we need to turn off behavior for localizing every...

I don't think we'll need to support page creation/deletion, so editing must be enough.

enhancement

Right know only first one is supported.

enhancement

Improve posts list with pagination.

enhancement

In project settings "Valid Architectures" is set to "armv6 arvmv7" error: strip /Users/krasnoukhov/app/Frameworks/LRResty/LRResty.framework.dSYM/Contents/Resources/DWARF/LRResty: /usr/bin/strip exited with 1 /usr/bin/strip: for architecture x86_64 object: /Users/krasnoukhov/app/Frameworks/LRResty/LRResty.framework.dSYM/Contents/Resources/DWARF/LRResty malformed object (section contents at offset 0...

The use case I had for this is making integration specs (which are using Capybara) collect and report frontend app coverage. With the current addon approach, it's totally possible to...

[Sidekiq 3.0.0](https://github.com/mperham/sidekiq/blob/master/Changes.md#300) introduced **Dead Job Queue**, which basically duplicates `sidekiq-failures` behavior when `:exhausted` mode is used. I think that it makes no sense to support this option from now on....