mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
fix: optimise reading large file content (#3767)
This commit is contained in:
parent
44526de207
commit
8f54fa84a5
5 changed files with 369 additions and 121 deletions
|
|
@ -14,5 +14,5 @@ that you can call the functionality from the server from the typescript.
|
|||
|
||||
tips:
|
||||
- can look at unstaged changes for what is being worked on if starting
|
||||
- always check rust compiles, cargo fmt etc and cargo clippy -- -D warnings (as well as run tests in files you are working on)
|
||||
- always check rust compiles, cargo fmt etc and `./scripts/clippy-lint.sh` (as well as run tests in files you are working on)
|
||||
- in ui/desktop, look at how you can run lint checks and if other tests can run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue