ME
ME
Hi, I am getting the following error: `PHP Fatal error: Uncaught PDOException: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'TeamTNTTNTSearchStemmerNoStemmer' for column 'value' at row 2 in /MysqlEngine:68` https://github.com/teamtnt/tntsearch/blob/781e0eec1a1f56db0cdc2936849c508482b25547/src/Engines/MysqlEngine.php#L68...
Synapse: v1.15.0 matrix-js-sdk: v6.2.1 Currently, I'm trying to implement voice/video calls in a client based on matrix-js-sdk (import). Everything works fine so far, however, after hanging up the call, e.g....
Hi, many thanks for this amazing script! I tested your "`PHP Rapid Automatic Keyword Extraction`" example (shown here https://github.com/yooper/php-text-analysis/wiki/PHP-Rapid-Automatic-Keyword-Extraction) and noticed that there are issues with special chars like the...
Leading quotation mark '„' is missing in `QuotesFilter` class construct param `$search` at ... https://github.com/yooper/php-text-analysis/blob/9b96d252f334f8ee35e067a0c7a40c24dc87a01d/src/Filters/QuotesFilter.php#L32 Instead of ... array $search = ["\'",'\"','`','“','”','’'] use ... array $search = ["\'",'\"','`','“','”','’','„']