mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
66dcbf3fbb
commit
909412c652
2 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@ the `aider` command line tool
|
||||||
to generate and edit code with GPT-4.
|
to generate and edit code with GPT-4.
|
||||||
Some things to note in the transcripts:
|
Some things to note in the transcripts:
|
||||||
|
|
||||||
- **> The user's chat messages are bold** and shown after a `>` prompt, showing the requests and directions they are giving in the conversation.
|
- **> The user's chat messages are bold** and shown after a `>` prompt. They contain they user's change requests, clarifications, etc.
|
||||||
- Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code.
|
- Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code.
|
||||||
- _Output from the aider tool is shown in italics_. You will see that it is:
|
- _Output from the aider tool is shown in italics_. You will see that it is:
|
||||||
- Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission).
|
- Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission).
|
||||||
|
|
|
@ -11,7 +11,9 @@ Based on the file list provided, it seems like this repository contains a collec
|
||||||
|
|
||||||
---
|
---
|
||||||
#### > /add animation/03-dropdown-menu/README.md
|
#### > /add animation/03-dropdown-menu/README.md
|
||||||
_Added animation/03-dropdown-menu/README.md to the chat_
|
| Added animation/03-dropdown-menu/README.md to the chat |
|
||||||
|
|--------|
|
||||||
|
|
||||||
|
|
||||||
Yes, I see the content of the `animation/03-dropdown-menu/README.md` file. It describes an exercise to add animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. The desired outcome is shown in a GIF file, and the hints provided suggest using the `transform-origin` property and adding an intermediate step to the keyframe at-rule to achieve the bounce effect.
|
Yes, I see the content of the `animation/03-dropdown-menu/README.md` file. It describes an exercise to add animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. The desired outcome is shown in a GIF file, and the hints provided suggest using the `transform-origin` property and adding an intermediate step to the keyframe at-rule to achieve the bounce effect.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue