Arda Oğul Üçpınar

Results 24 comments of Arda Oğul Üçpınar

Do not forget to fix #113, it is a widely used rule. Actually, I'm not sure why you use generics in the first place; this is a text field, its...

@piv199, then a separate number validation should be implemented. But "textview" says it's a UI for text. It's input is string in the first place. To make the code more...

True. I've just encountered that too. Validation only checks if the value is nil or not. But for `String` type **it should check for empty strings too**. Since validation uses...

I'm using TagListView in a table view with static cells. I calculate my TagListView's height like this: ```swift import Foundation import TagListView extension TagListView { var height: CGFloat { //...

https://github.com/ElaWorkshop/TagListView/issues/191#issuecomment-832011152

@oneEyedSunday Last commit is 4 months old, so it should be.

I've created this workaround: ``` afterChange(e) { const elements = e.event.target.lastChild.firstChild.getElementsByClassName('slick-cloned'); for (const element of elements) { element.addEventListener('click', this.itemSelectionFunction.bind(this)); } } ``` Do not forget to register your slider for...

The only way I end up with is using `x-hasura-admin-secret`. Check if any user exists with the given email address by sending a graphql request with admin secret, then proceeding...