Hafiz Ismail
Hafiz Ismail
``` # github.com/peake100/rogerRabbit-go/pkg/roger/rconsumer ../../../peake100/rogerRabbit-go/pkg/roger/rconsumer/requiredMiddleware.go:59:16: undefined: pears.BatchErrors ../../../peake100/rogerRabbit-go/pkg/roger/rconsumer/requiredMiddleware.go:60:22: undefined: pears.BatchMatchFirst ``` `rconsumer` references `github.com/peake100/pears-go/pkg/pears` package; if I have to guess, it seems like it some changes were out of sync/not committed...
Hi, I've been trying to use the library to download files off a MEGA account and when I was trying with smaller files it worked great. But when I started...
Implemented additional tags based on Shopify's Liquid documentation. Refer to: https://docs.shopify.com/themes/liquid-documentation/tags/ New tags: - `cycle` https://docs.shopify.com/themes/liquid-documentation/tags/iteration-tags#cycle - `tablerow` https://docs.shopify.com/themes/liquid-documentation/tags/iteration-tags#tablerow - `increment` https://docs.shopify.com/themes/liquid-documentation/tags/variable-tags#increment - `decrement` https://docs.shopify.com/themes/liquid-documentation/tags/variable-tags#decrement Enhancements for tags: - Added...
Implemented dependent attribute support. - Supports both dependent attribute defined as a string or as lazy attribute. - Dependent attribute may also contain associations. - Dependent attribute can also be...
Are dependent attributes supported? See: https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md#dependent-attributes
Add an option to enable mobile device support using MEC. It's a simple option to return the PAYMENTURL with 'cmd' argument to redirect url to '_express-checkout-mobile'. Usage: ``` var cred...