Vincent

Results 8 issues of Vincent

Hi, thanks for sharing this library. I have a question. I just want to change the frequency property of the configuration, but write a lot of unnecessary duplicate code. It...

``` objc // before return @{@"name": @"张三", @"age": @"30", @"qq": @"12345", @"id": @"123456789012345678", @"customKey": @"value", @"LongLongLongLongLongLongLongLongKey": @"value"}; // after return @{@"name" : @"张三", @"age" : @"30", @"qq" : @"12345", @"id"...

Make sure you read and understand http://emqtt.io/docs/v2/index.html. Use one of the two templates below and delete the rest. - [x] BUG REPORT ------------------------------------------------------------------------------- > BUG REPORT For detailed steps, please...

support

Based on [Changes since version 2](https://github.com/RNCryptor/RNCryptor-Spec/blob/master/RNCryptor-Spec-v3.md#changes-since-version-2), the version 3 implementation can actually be used to decrypt version 2 encrypted content. Only the caller is responsible for passing in the correct...

Maybe we should allow comments in `.strings` file. This PR will ignore single-line, multi-line, and `#` character comment lines.

#### What does this PR do? Added support for Carthage. ##### Why are we doing this? Any context or related work? Some people (such as me) need to use Carthage...

### 🥰 Feature Description It is common to encounter a situation when engaging in a multi-round conversation with AI where we want to return to a specific point and start...

🌠 Feature Request