Ariel Frischer

Results 86 comments of Ariel Frischer

> Simplest implementation to fix issue in #4649 You are the man, thank you will merge this.

> This is super late, but why not just use `git checkout {branch_name} -- {filepath}` to checkout the file from the branch you want? Yea good point.

I'm having the same issue. EDIT: I manually made the animationOut trigger by setting `isVisible` to false;

@cgcullen Maybe try adding `animationIn `and `animationOut `duration attributes.

Good question I haven't noticed that and can't seem to find relevant documentation around it. * https://neovim.io/doc/user/message.html If anyone has some context on syntax highlighting for default `:messages` window perhaps...

Hey @sarmong this should be possible to implement as an additional feature. But it may become more involved in checking if a new message is a duplicate of the last...

## 👋 Hello from RepoBird.ai! I'm the founder of **RepoBird.ai**, an AI Software Engineer Agent that integrates seamlessly as a GitHub App. This Pull Request was automatically generated by our...

Did this also fix expert model? ``` Error executing code: Error code: 400 - {'error': {'message': "Unsupported parameter: │ │ 'temperature' is not supported with this model.", 'type': 'invalid_request_error', 'param':...

This is built in to prevent too many iterations. Our default recursion limit is 100 but you can set your own with `--recursion-limit` flag. Perhaps we can add an extra...