Qiangjun Ran

Results 9 issues of Qiangjun Ran

### Problem/Motivation Drupal console is using Symfony 2|3 components, Drupal 9 is coming soon in about 6 months and there is a patch for Symfony 4.4 support in Drupal 8...

Sample UAs WeChat App: 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 MicroMessenger/8.0.22(0x18001626) NetType/WIFI Language/zh_CN' Alipay App: Mozilla/5.0 (iPhone; CPU iPhone OS 15_5...

``` Traceback (most recent call last): File "./migrate.py", line 232, in obj.dumpfiles("rocketchat_uploads", store) File "./migrate.py", line 116, in dumpfiles upload['name'])) UnicodeEncodeError: 'ascii' codec can't encode characters in position 30-33: ordinal...

bug

I adjusted the script a little bit on my fork. Following is the pseudocode: Before: ``` for item in items: dump_file() for item in items: update_db() for item in items:...

For example: ``` mongo_url = 'mongodb://root:password@host1:3717,host2:3717/rocketchat?replicaSet=rs0&authSource=admin' ``` Replace `MongoClient(host=self.host, port=self.port)[self.db]` with `MongoClient(mongo_url)[self.db]`

enhancement

### Contact Details _No response_ ### What features would you like to see added? Inspired by #1215, I am wondering if it's possible to add the feature to show the...

enhancement

See PHP RFC: Deprecate autovivification on false https://wiki.php.net/rfc/autovivification_false Got the error on a Drupal instance with memcache module and memcache_admin sub module enabled. PHP: 8.1.11 Drupal core: 9.5.0-rc1 memcache module...