Neilzon Viloria

Results 16 comments of Neilzon Viloria

@sideninja For comparing the console print outputs of commands for testing, I was thinking about using a 2 pointer approach that compares equivalence of non-format characters (ie. newlines, tabs and...

Currently `Services` are defined as a struct: ``` type Services struct { Accounts *Accounts Scripts *Scripts Transactions *Transactions Keys *Keys Events *Events Collections *Collections Project *Project Blocks *Blocks Status *Status...

> Can you elaborate more on how will this allow testing and what's a suggested approach then on doing that part. The command functions in the cli accept a services...

@MaxStalker Is it ok if I take this issue?

Hi, is this still up for grabs?

something like the following would be nice `src/idk/something.go:123`

![Screenshot 2023-01-31 at 10 30 51 PM](https://user-images.githubusercontent.com/46465568/215959576-45581a13-d3f6-4cff-bea2-fcfb4483633a.png) ![Screenshot 2023-01-31 at 10 30 08 PM](https://user-images.githubusercontent.com/46465568/215959476-64b6bf8d-be46-4b1a-bbd7-6644f258a250.png) Looks like when you click 'keep both' it appends `copy` to the end of the file...

yeah especially considering if we drag and drop multiple files, it would be cumbersome to prompt the user to input a name for each moved file

I can look into this!