e1sep0

Results 5 issues of e1sep0

Hello, hi can i Highlight words in full sentence, as in function `BuildExcerpts` ? Thank you)

Hello! Can i use RTF file for TemplateProcessor. Or how can i convert RTF file to DOCX ? Thank you

Hello, i try to make such table: ![image](https://user-images.githubusercontent.com/5094299/104932402-444dd600-59b0-11eb-8231-628ed71c4bc6.png) My code: ```php $phpWord = new PhpWord(); $section = $phpWord->addSection(); $headerStyle = ['size' => 16, 'bold' => true]; $boldStyle = ['bold' =>...

WontFix

Hello! WHen i try to open camera on iOS 14.6 in xCODE i get error: ```RealtimeMediaSource:selectSettings failed constraint 10``` And instead camera view i see black screen ( Help please)...

Hi, are you planning to fix column filters? They're not displayed ( Neither Choice filter, nor Text filter: ``` $statusFilter = new ChoiceFilter(); $statusFilter->set([ 'choices' => ['foo' => 'bar', 'bar'...

enhancement
help wanted