Nate Thelen

Results 5 issues of Nate Thelen

I went through the whole project and updated everything. I verified that all test cases work. Let me know if anything is missing. I am running this new version on...

Thought maybe should create a new function that does the substitution, but this seemed the simplest

Happens other places inside TransactionManager, anywhere this code is used: c = self.local.mget('%s_%s_*' % (self.prefix, self._trunc_using(using))) The problem is that the 'using' variable is the DB key, not the substituted...

If you go to the docs: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=nodejs you will see that the functions take a sample rate. But the dd-trace dogstatsd implementation doesn't seem to have any reference to sample...

### Version Number 7.54.2 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/nklsmk ### Steps to reproduce The `watch` documentation (https://react-hook-form.com/docs/useform/watch) says that when defaultValues are not provided, the value returned by watch (or useWatch)...