Skip to content
#

mirror

Here are 718 public repositories matching this topic...

James-Frowen
James-Frowen commented Mar 20, 2020

Please explain the suggested feature in detail.

Being able to use Server outside of NetworkBehaviour will make it quicker to create Server only methods. The currently you have to add a manual check for NetworkServer.active.

[Server] causes Weaver to add the following code at the start of methods, which does not depend on NetworkBehaviour.

if (!NetworkServer.active)
dmliao
dmliao commented Oct 6, 2018

The API docs reference the function store.getState() multiple times, but doesn't provide any documentation on how to obtain the store object to call that function.

I found through trial and error that you can access the store object in the following manner:

import { store } from 'mirrorx/lib/store';
...
store.getState();

This information should probably exist in the API pa

bianjp
bianjp commented Mar 4, 2017

刚刚提了个 PR,增加了 EPEL 和 MariaDB 的帮助文档。由于没接触过 SphinxreStructureText ,很是费了一番功夫。

希望提供一份贡献者指南,以帮助初学者快速入门,并保证文档风格的统一。

建议包含以下内容:

  1. 如何在本地预览文档(环境要求,安装依赖)
  2. 如何添加一个新文档(文件位置、名称,添加后要相应修改哪些地方)
  3. 帮助文档的结构(需包含那些部分)
  4. 统一风格,比如
    • 各级标题分别使用哪种标识符(= - ` : ' " ~ ^ _ * + # < >),长度多少(目前很多 "WARNING: Title underline too short

Improve this page

Add a description, image, and links to the mirror topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mirror topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.