Devin Weaver
Devin Weaver
I think this might affect piping non-text data to `pbcopy`. For example if I were to… ``` blink> ssh myserver "cat foobar.jpg" | pbcopy ```
I should also add I use this feature a lot as a way to move clipboard data between machine using a server as an intermediary. On the server I create...
Is there a better place or method to report this bug? Should it be routed to a dependency of the project instead of this repo? Any hints on where this...
@ther0bster Are there any blockers for this? Is it possible to merge this for now and look into more features later? I'm most interested in using aider with [kagi.com](https://help.kagi.com/kagi/ai/assistant.html) which...
Is this feature still blocked? What are the blockers? How can others help unblock this?
I tried to use this based on `main` (merged your branch onto main) and discovered a build issue: ``` Using CPython 3.12.10 Creating virtual environment at: .venv × No solution...
What is blocking this feature? Sadly at this point I will have to move on to other tools. This feature was one of the core reasons I was interested in...
## Status Update and Request for Review It's now been **over 7 months** since this PR was opened, with a working proof-of-concept that multiple community members have tested and confirmed...
> short circuiting logic can prevent other data from ever being consumed > `if (foo && bar) { /* ... */ }` > in this situation, if both foo and...
> I'm sorry, reading the description I couldn't understand: Is there a rule that highlights all places where an object with [Symbol.dispose] and [Symbol.asyncDispose] is assigned via a const or...