Damoon Rashidi

Results 4 issues of Damoon Rashidi

WalletModel needs the following public method ```dart class WalletValue { double amount; double value; } ``` ```dart WalletContents getContents(Wallet wallet); ``` And `WalletService` needs the following methods, since they will...

Currently the coin graph is using the `path.lineTo` function, causing the lines to be straight between nodes. It would be nice to use `path.relativeCubicTo` or `path.relativeConicTo` to make the graph...

### Summary When using the agent panel zed crashed if you include the selection and attempt to add any text to the prompt input after the included selection. The crash...

ai
agent

### Summary When using snippets, zed will insert the entire snippet as well as the last few characters of the snippet prefix if the user types too fast. ### Description...

editor
autocompletions
snippets
needs-repro