Raas Ahsan

Results 35 comments of Raas Ahsan

Is there any alternative to access types like `CreateCustomerSession` in the meantime?

@djspiewak Not sure if you caught it in the PR, but I ended up parameterizing `FiberLocal` over `F` and added a specialized constructor for `IO` in the companion object. That...

My original thinking was that our definition of `FiberLocal` is so simple that Monix and ZIO _can_ implement it with a subset of their functionality i.e. all they need is...

Done, let me know if the provided information is sufficient

It looks like the specific overload of `id` being called in the snippet is inherited from `AbstractShapeBuilder` but it defers to another overload which is overriden by `NamedMembersShape.Builder`. `addMember` has...