piegames
piegames
`send-many` absolutely is a hack, however people using it shows that it does have its merits as a feature. Ideally, this could be re-implemented more properly with first-class support of...
Use cases are primarily of the sort "I have this thing which I want to send to a group of friends", where one code can serve as broadcast for everyone...
Theoretically yes, however I fail to see how to build a good UX around that. If this is only about code reuse, then adding a counter to the code and...
> I don't see how that would change anything; an attacker could also make use of a counter or time-based code in the same way as any other client, no?...
Similar to your idea of having many valid codes and trying out several ones until one works that hasn't been used yet, one could do this with one code and...
This is an artifact of the line length limit, your expected output exceeds it. If you increase the limit you will get the desired formatting again
okay this example is a *lot* weirder, and might be a different issue. I'll investigate
This is a really niche and obscure use case, and I've never seen it before. However, it reminds me of [KDL](https://kdl.dev/) which has `/-` comments to comment out entire syntax...