Feruz Oripov

Results 5 issues of Feruz Oripov

We have this line https://github.com/exAspArk/batch-loader/blob/master/lib/batch_loader/graphql.rb#L51 and it defines `attr_writer :batch_loader`. Why not to use `attr_accessor :batch_loader` instead? Let's say we want to get a loaded item for debugging purposes or...

#### What? Why? Organized `order` and `order_cycle` services into separate directories (`app/services/orders` and `app/services/order_cycles`) for improved code organization, modularity, and clarity. Also, updated related `specs`. Currently, `app/services` contains too many...

technical changes only

Is it possible to get the actual value of matching objects in the `match` block? For example, let's say we have this code: ``` class SomePlane < Rubanok::Plane process :filter...

enhancement

When I try go get github.com/astaxie/go-i18n # github.com/astaxie/go-i18n ../../github.com/astaxie/go-i18n/i18n.go:28:9: undefined: Dict ../../github.com/astaxie/go-i18n/i18n.go:48:1: missing return at end of function ../../github.com/astaxie/go-i18n/i18n.go:52:1: missing return at end of function ../../github.com/astaxie/go-i18n/i18n.go:56:1: missing return at end...