Josh Holmer
Josh Holmer
I like the ideas for INFO and TRACE, but I don't think printing parameters is a good idea. It has the potential for injecting PII into logs.
I'm also +1 for making query logging configurable, perhaps as an option when building the sqlx Connection, with some sensible default. Probably we would want two parameters, one to configure...
I just published a new patch version of sqlformat that removes the regex dependency. Does this help?
I'm also facing this. I'm using a pattern for this component of `mount` -> `setImmediate` because there are fetch calls (mocked for the tests) which happen in `componentDidMount`. What I...
From communications with my coworkers who are doing similar testing, we believe this may be attributed to updates to components that are not the root component. For example, in the...
The universal uniqueness rule comes from the idea that if a salt is shared between multiple passwords, an attacker can build tables to attack all of those passwords at once....
Which rust version are you using? You need at least Rust 1.57.
You need to have a ffmpeg 4.x version installed. Unfortunately we don't have compatibility with ffmpeg 5.0 yet, if that's what you have installed.
I'm working on some features similar to this. Stay tuned. :)
Currently anything butteraugli related is unfortunately blocked on having a working 10-bit butteraugli implementation. What I'm working on is intended to work on all bit depths, the goal is to...