Peter Tripp

Results 527 comments of Peter Tripp

I checked out the hash repo, yarn install'd, opened dozens of files, built using cargo, jumped around via lsp navigation, etc, but was not able to trigger the `Too many...

I was thinking about how this might be implemented and while `"features": { "edit_prediction_provider": "copilot" },` in project settings seems straightforward, it's then unclear how an individual user could opt...

Can you provide a standalone example which triggers this behavior so we can reproduce? Maybe a shell script which repeatedly replaces the same image? Or an open source repo/tutorial?

I can reproduce with: ```sh while true; do magick -size 100x100 xc:white output.png cp output.png output2.png sleep 0.1 done ```` ~~output2.png does not flicker. output.png does flicker.~~ ~~So (as hilarious...

> Just waiting 0.1 seconds before reading the image after receiving a file changed request would do the trick? I'm generally not a fan of adding arbitrary `sleep` statements in...

I cannot reproduce. Steps I used: 1. Have two files foo.png bar.png 2. Create baz.png ``` cp foo.png baz.png zed baz.png ``` 3. Recreated baz.png ``` cp bar.png baz.png ```...

I still cannot reproduce, even with a split. Can you provide additional detail with a detailed set of steps I can use to reproduce? Assume I have a clean zed...

See also: - https://github.com/zed-industries/zed/issues/19572

Anthropic BYO API key users can increase their [rate limits](https://docs.anthropic.com/en/api/rate-limits) by purchasing more credits up front. Context limits are: tier 1: 20k tokens, tier 2: 40k tokens, tier 3: 80k...

Following up, are you still seeing this?