Rajan Tiwari
Rajan Tiwari
**Describe the bug** I have created a [repo](https://github.com/trojanh/krakend-plugin-modifier/blob/master/plugins/krakend-debugger.go) here which replicates the [new plugin modifier ](https://www.krakend.io/docs/extending/plugin-modifiers/)as mentioned in docs when we use this plugin to run the krakend configuration, it...
**Describe the bug** When installing krakend-integration using below command `go install github.com/devopsfaith/krakend-ce/v2/cmd/[email protected] ` I get following error ``` go install: github.com/devopsfaith/krakend-ce/cmd/[email protected]: github.com/devopsfaith/[email protected]: invalid version: module contains a go.mod file, so...
[arrayJoinPlusRemainingQuery.js#L238](https://github.com/reactioncommerce/api-utils/blob/trunk/lib/arrayJoinPlusRemainingQuery.js#L238) doesn't support offset parameter in cursor. Its used at following places: 1. [catalogItemsAggregate](https://github.com//reactioncommerce/reaction/blob/0f9fef20fb50087b51fb74c23e8608f4e7a246ac/src/core-services/catalog/queries/catalogItemsAggregate.js#L38) 2. [productsByTagId#L22](https://github.com//reactioncommerce/reaction/blob/bffb304f2ec3a64a77f13b2942aad40ceab492f1/src/core-services/tags/queries/productsByTagId.js#L22) We need to consider the `offset` parameter and skip the `nodeItems` accordingly.