Ayhan Cicek

Results 7 comments of Ayhan Cicek

Ok I figured out it is by entering each email on a new line (at the input field of the form). Is there a way to replace a newline by...

@KarimTayie I just changed the line 19 in forms.py: `return [v.strip() for v in value.splitlines() if v != ""]` to ` return [v.strip() for v in value.split(',') if v !=...

Same issue here! Both on ubuntu 20.04 and macos catalina.

> @yT0n1 PM has created https://github.com/camunda/product-hub/issues/1909 to track this internally. Thanks again for bringing it back to my attention. This url returns a 404

Really great article Joe! This will especially work for english text right? What would you advise for non english languages what don't have mnli datasets or nli trained bert models?