ziqiang

Results 15 issues of ziqiang

1. Describe a problem. I cannot prevent the ToolBar Tunnel button delete blocks, or the backspace key from deleting blocks. 2. Describe the solution you'd like. Mockups are welcome. why...

feature

Enhance the guide document for windows developer For the first time running this project in the development environment, some configurations were not loaded correctly, resulting in the system being unable...

**Describe the bug** When I started room-server in the local development environment(not in docker), the following error was reported. ```shell [Nest] 17720 - 2023/02/21 05:18:03 ERROR [TypeOrmModule] Unable to connect...

bug

After the developer's environment is installed with widget, refresh the interface display the following content: ![image](https://user-images.githubusercontent.com/18455767/220699405-23504515-085b-4729-bfb5-49975e96a9e2.png) Is there any problem when `EmbedContext` is loaded? Or what kind of built command...

In development environment,If we run the command `make clean`. the data folder `.data` will be removed. This will wipe out all the data, which I don't think should be the...

enhancement

When I cloned the code and ran the `pnpm install` command according to the instructions, I encountered the following problem. ![image](https://user-images.githubusercontent.com/18455767/220809922-8944fbb7-226b-4576-bb0c-86429076c0e3.png) ```shell C:\code\github\AFFiNE>pnpm install Scope: all 8 workspace projects Packages:...

Submit a pull request for this project. # Why? For the issue #140 Use `fast-check.js` to simply test the two commands of DataBus to test whether the test quality of...

Why room-server crashes on startup throwing below error: ## Step 1. pull code 2. make install 3. make run 4. enter 2

question

## Any questions? After the APITable is deployed, what should I do if I want to configure an nginx for the gateway?

question

If I have the following rust type: ```rust pub type FieldMapSO = HashMapExt; ``` I can't add this type to the APIDoc's schema arra like this. ```rust #[derive(ToSchema)] pub type...