guest20
guest20
@ananthb This issue is about the `mark all as read` button, but you seem to be talking about the `mark as read` button. You have two sketchy looking things in...
@gobijan which one?
A large number of the open "issues" that are either: - from before 1.0, - from before github got a "Discussions" @jgthms Maybe it's worth turning discussions on so "help...
@s1037989 the tar arguments listed in your slop script are to be specified when creating the archive, not when unpacking it. If you're not gonna bother writing it, and you're...
@jgthms I think this example should be in the "migrating to 1.0" document (though I guess maybe everybody except me has already migrated to 1.0)
Maybe just do a PR that adds your thing to the hash-ref? https://github.com/do-know/Crypt-LE/blob/ce3560ee6f53f4318e784f0f5f3167df787ab416/lib/Crypt/LE.pm#L150
Are you suggesting that `ProhibitEmptyQuotes` should be configurable to allow empty quotes? I think you can get that by not enabling this policy.
Looking at the patch, I think @mkende wants `""` itself to be Ok, but not longer strings that are all non-printable? I'm betting it's for cases like ` "" ....
> Explicit is best, and this makes it explicitly clear that I am not using @EXPORT. It would be as clear (or even clearer) that you're not using `@EXPORT` by...