Dan Hardman
Dan Hardman
I assume it's just to make it readable when storing it in a database, else you'd be storing it as a blob.
Typically, UUIDs are used as a client provided value to reference some unique record. So you'll typically receive it as a string. It makes sense to store it as such...
Fair point. I was worried manually querying blob data in a MySQL database for example would be fiddly but it seems MySQL will cast strings to binary in queries. Not...
@AWare This repo is dead, I recommend finding an alternative!
@appsforartists Possibly the best comment on this repository in months. Thanks for the heads up (y)
Yeah it kinda clicked that `ignore()` probably isn't the best name if its intended to only work when a watcher is already setup on that selector. `disconnect()` or `stop()` I...
That's fair but it should be clear that it should be done. What about the multiplying the weight value by 2?