Replies: 1 comment 1 reply
|
I think n/A is good enough :) I like the rest of the table. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
orhun/rustypaste#587 adds the item type to the list output.
Here's an example how it would look like with the cli (
rpaste -lp). Currently the size is notnullin the server output, thus it still shows the length of the link.@orhun my question now is he following: If null is returned, what should be shown in the list?
Shall I keep it empty, or use
-orN/Aorn/a?In the beginning I thought I'd use shorter strings for type (only allow 4 characters to fit the Type header), but then decided against it. 1) I didn't find nice abbreviations for oneshot and oneshot_url 2) oneshot_url is not that long of a string anyway.
All reactions