Orkhan Alikhanov

Results 45 comments of Orkhan Alikhanov

I noticed this as well. I really liked the way mathquill works with this to be honest. It's impossible to get unbalanced parentheses. It always adds one in another location...

@pi0 might be useful: https://github.com/axios/axios/issues/2387

Did you try http://http.nuxtjs.org? Our project has multiple interceptors written in axios, currently it's not feasible for us to migrate. Never tried http://http.nuxtjs.org, curious to see if it suffers from...

Hey! Great idea! Would be great if you share your subclass and/or your use case. So that we have some insight about what users need.

@leedsalex Thank you for your feedback on Material's `Dialog` > It would have been a little cleaner if Dialog was generic similar to `DialogController` It was [like that](https://github.com/CosmicMind/Material/blob/9b44d89893bd80ad2ae4612948e600ca6000b08f/Sources/iOS/DialogBuilder.swift#L36-L40) once, but...

By the way, it's nice to see someone is diving into the source to learn and use Material's new features which has no documentation whatsoever except in the pull requests...

Hey! Thank you! We'll take a look at this soon.

Which controller is the parent of `homeSnackBarController`? --------- **PRO TIP:** This: ```swift self.topView.addSubview(containerView) containerView.translatesAutoresizingMaskIntoConstraints = false let leftConstraint = containerView.leftAnchor.constraint(equalTo: topView.leftAnchor) let rightConstraint = containerView.rightAnchor.constraint(equalTo: topView.rightAnchor) let horizontalConstraint = containerView.centerXAnchor.constraint(equalTo:...

There isn't any way right now. We'll probably rework some parts of `{Check,Radio}ButtonGroup` to add delegations etc. in the future. We can add this feature at that time.