| > you selected the file and then just delete it before clicking create :) No, I had a proto file which imported another proto file, which could not be found, because I had not added its path to the import path list. Seems like it would be a common enough issue. > Maybe you have an idea on how we can represent decoded message (which an object) and map it to Protobuf Message definition? Something like Grip, maybe: https://gripgrpc.dev/. > Interesting, this is the first feedback about app performance. Appears to be related to the number of tabs. If I have only one tab open, it's not particularly laggy. > Sorry, I can't reproduce this bug. You said clicking around, where exactly I need to click? Click on an endpoint. It always opens a new tab. |
Ah, this make sense. I agree that this could be a common issue while importing a protobuf. I will fix this in next release :)
> Something like Grip, maybe: https://gripgrpc.dev/. Got it, we have a related discussion here -https://github.com/getezy/ezy/discussions/29 I will think how to show it, thank you!
> Appears to be related to the number of tabs. If I have only one tab open, it's not particularly laggy.
The main problem here is persistance (saving all data on the disk), and this make performance problems. I have plans to rewrite this section to improve it.
> Click on an endpoint. It always opens a new tab.
I think I need to create a poll :) Some users saying that they want to open new tab by one click, others wants double click.
And here I really don't know whats the better way of UX should be.