HuangJP

Results 3 issues of HuangJP

### 🚀 The feature, motivation and pitch You can see from [pytorch's blog](https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/) that the latest version of pytorch already supports GPU acceleration on M1 chips, which can be easily...

feature

**Changes proposed:** - Fixed the quest dialog could not be closed automatically after getting the quest reward when the quest giver has no other follow-up quests. - Add the `const`...

Branch-master

其中有部分ORM其实是不需要extra字段和id字段 但是代码中很多地方又强依赖了这些字段比如Object的fetch方法: ``` php public function fetch($force = false) { if ($this->criteria() === null && $this->those) { //try those API $ids = (array) $this->those->limit(1)->get('id'); $this->criteria(reset($ids)); } return parent::fetch($force); } ```...