Stan Sobolev

Results 19 comments of Stan Sobolev

At package.json ``` version-2 replace to master ``` will solve this issue

You are welcome bro :)

``` object restrictOr is not a member of package be.objectify.deadbolt.scala.views.html.di [error] Note: class restrictOr exists, but it has no companion object. ```

Boy @ironexmaiden , you should use https://www.playframework.com/documentation/2.6.x/ScalaTemplatesDependencyInjection because now restrict, restrictOr they are using @this(...) construction, it means that these templates are injectable, so you can't just take them and...

https://github.com/Spread0x/stripe-scala/blob/master/src/main/scala/org/mdedetrich/stripe/v1/Subscriptions.scala You can add delete functions here

``` import ( smithymiddleware "github.com/aws/smithy-go/middleware" ) func removeDisableGzip(stack *smithymiddleware.Stack) error { _, err := stack.Finalize.Remove("DisableAcceptEncodingGzip") return err } ... client := s3.NewFromConfig(cfg, func(o *s3.Options) { o.UsePathStyle = true o.BaseEndpoint =...