Farzad Sharbafian

Results 15 comments of Farzad Sharbafian

What's the status on this PR? Suggestion: Can't we use a `ENVIRONMENT_VARIABLE` like `FL_CHANGELOG_GIT_URL` to check if it was provided, manage everything with that instead of parsing the current `CHANGELOG.md`?...

How about, we use `ChainOfResponsibility` here? Sending logout event back and forth between children and parents? (in this case only to parents)

Oops, just saw other PRs... I think it makes sense to use it in `Enum` because holding variables in class that are valid Only if other variables are set, is...

It's not the `Appz` actually, Inside the `Path`, u're using a [String: String] for queryParameters, and it sounds fine because that's how queryParameters were meant to be, but some apps...

It will solve the problem, but me myself, i'm not a fan of this way, since it is not error-prune. consider the cases when most of people forget to insert...

Well, I imported the `Appz` code directly into my code and solved my problem with the way i proposed (using an enum `Query` as an input). I'm not in a...

What's their problem?

Where did you use your view? I had the same results in `NibDesignableCollectionReusableView`. But the strange thing is, `layoutSubviews()` does get called, and it get's called with correct bounds, but...

@startupthekid Did you call `super.layoutSubviews()` ?

@startupthekid Before or after your changes? because I digged into it, `layoutSubviews` gets called immediately after `awakeFromNib`, with correct bounds, but subviews are not correct yet. So by calling `super.layoutSubviews()`...