Abraham Tugalov

Results 3 issues of Abraham Tugalov

Hi there! I did found plugin realization in headers, but how to exactly list / add plugins into dcef3? Thanks.

There was a bug, when you create a copy of any polygon and then move them, the original and the clone or vice-versa. A quick fix would be to stringify...

### When adding a custom non English word, everything works fine except self-censoring and accents ``` unsafe { add_word("плохоеслово", Type::PROFANE & Type::SEVERE); add_word("badword", Type::PROFANE & Type::SEVERE); } assert!("b*d w***r-d тест".is(Type::INAPPROPRIATE));...

bug