-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Unable to build backend #62
Comments
Can you post the error output? |
Yeah sure |
|
Merged
These errors are caused by the beta version of actix-web has been updated. I will update the cargo.toml file to fix this. |
Merged
zoli
added a commit
to LucasXu0/AppFlowy
that referenced
this issue
Aug 30, 2023
* feat: table plugin requisites * feat: moved table plugin to appflowy-editor * fix: flutter analyze * fix: dont use nested maps in node attributes rust backend (flowy-document) doesn't support it. * feat: add table to appflowy editor default selection menu * feat table markdown encoder * refactor: apply @Xazin review suggestions * refactor: merge main and fix color picker conflicts * feat: table markdown decoder * fix: use specific backgroun generator for table * feat: table plugin * style: adapt new structure * fix: table columns border height * fix: adapt new style key commands * fix: remove table context menu * test: adapt to main branch changes * fix: backspace handling regarding table * fix: flutter analyze * fix: enter when table cell is bullet list * fix: selection bug on large table * feat: row/col action menu * fix: row action handler positioning * refactor: merge row and col handler widget * refactor: add size and color to handler icon * style(merge): merge main * feat: added padding and action wrapper * feat: enable customizing icons and etc * feat: table menu builder * fix: table getBlockRect * refactor: table action button design --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
839900146
pushed a commit
to 839900146/AppFlowy
that referenced
this issue
Jun 6, 2024
Nginx: Routing SSL and Non SSL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The backend Cargo.toml doesn't build.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/AppFlowy-IO/appflowy.git
cd backend
cargo build --release
Expected behavior
The backend should be built.
Additional context
The text was updated successfully, but these errors were encountered: