Austin Bonander
Austin Bonander
How about identifying possible problem areas, like high concentrations of emitters?
So manual control would be best, then.
I'm thinking a section on the Advanced tab titled "Selective Sampling", "Bounded Sampling" or "Targeted Sampling". A checkbox to enable it. A button labeled "Select Sampling Area". When clicked, it...
It looks like the official Postgres image opted not to implement a healthcheck for various reasons: https://github.com/docker-library/postgres/issues/282#issuecomment-558867369
I didn't know what AppVeyor was until just now when I googled it. I presume it's pretty similar to TravisCI, just gotta configure for a Windows environment.
There doesn't seem to be. In our use of `bcrypt-pbkdf` we ended up going with a custom PHC format using our own internal identifier, using just a `rounds` parameter. I...
`i` sounds fine, that would save a few bytes per user of storage in databases.
I think this would probably all be rolled into implementing the new `password-hash` API in `bcrypt-pbkdf`, correct?
From a high-level perspective, I think I would prefer to see the constants contained within a submodule, perhaps namespaced by top-level type, e.g.: ``` /// `application/_` mime types pub mod...
> I'm not sure whether the current situation really "pollutes" the crate root. Currently? Not really, I guess. If you plan to add a large number of constants more, maybe....