darrenburns / posting

The modern API client that lives in your terminal.
Apache License 2.0
4.92k stars 73 forks source link

Input Field in New Request Creation Popup Allows ~, Causing Error #82

Closed Zimzozaur closed 2 months ago

Zimzozaur commented 2 months ago

I tried to create a new request by typing ~/Desktop in the directory input field, which resulted in the following error: AddNodeError: The node specified for `after` is not a child of this node

This input field should have stricter validation. I also entered ./test to create a folder in the default directory, but this caused the same error.

darrenburns commented 2 months ago

I've added extra validation in the new version 1.11.0. Feel free to re-open if you're still having issues!

Zimzozaur commented 2 months ago

Nice! Now it works very elegantly!