Francesco Mazzoli
Francesco Mazzoli
I also would love to be able to have verbosity levels to be reflected in the long sink.
@sergiud Does this mean that this feature won't be implemented, or was it implemented in some commit not linked here? Thanks.
@glguy , what's the behavior that worries you? Is it a matter of performance -- e.g. you want the threads to terminate as quickly as possible -- or something else?...
I'm not really sold on the usefulness of such a construct, it seems very unlikely to incur in problems because of the current behavior. I'll implement it if I find...
I've also stumbled upon this problem. I was wondering if there was some performance concern regarding how the `read` instance for `Double` does the parsing (as per the https://hackage.haskell.org/package/base-4.8.1.0/docs/Text-Read-Lex.html module)....
I'm worried about this kind of usage: https://github.com/silkapp/rest/commit/e4ef6a6585282f507854843e7978801faf14caa0 . If you do this, you're going to get 64-bit UUIDs and you don't realize it.
Note that my comment above is based on https://github.com/aslatter/uuid/issues/15#issue-118194473 . I think if the `Random` instance is properly implemented then it is "dangerous" only in the sense that it's not...