Kosta
Kosta
This might be related to the mp3 transcoding? IIRC; there has been someone working on directly passing through the audio stream without the transcoding in between; this would also free...
+1 for that feature request
IMHO, the default should be to use the inherited values (includes and definitions). We use >100 projects in our solution and manage the different includes, defines, and lib settings via...
why not passing in a `password` with: ``` password: string | () => Awaited ``` then `prisma` could just generate the `password` whenever a new connection is to be opened:...
OK, understood. Then I also like the idea of providing something like `prisma.updateConnectionString()` or `prisma.updatePassword(new_pw: string)`, which should allow pushing new passwords into the query engine... but yeah, there is...
@DY6229 is the `before` section only run `once` globally or run `once` for each individual `virtual user`? I would be in need for the latter, e.g., for a user login...
I have the same issue, but for me even the `counters command` does not show the counter getting through: ``` $ echo counters | nc localhost 8126 { 'statsd.bad_lines_seen': 0,...
@bcoe the `s` counter and the `statementMap` do have the same issue. I suspect that the issue is within or related to `FileCoverage.prototype.merge`: https://github.com/istanbuljs/istanbuljs/blob/07724bf6e36803d0377c54b2eb43c3c83b32afe2/packages/istanbul-lib-coverage/lib/file.js#L260-L280 when checking for the condition `Object.keys(other.s).length...
I am getting this one now as well (for `istanbul-reports v2.1.0`): ``` /app/node_modules/nyc/node_modules/istanbul-reports/lib/lcovonly/index.js:52 line = meta.loc.start.line, ^ TypeError: Cannot read property 'loc' of undefined at /app/node_modules/nyc/node_modules/istanbul-reports/lib/lcovonly/index.js:52:25 at Array.forEach () at...
I am on `istanbul-reports v2.2.4` and still seeing this issue. I am trying to get code coverage for `typescript` based files and all these discrepancies mentioned above are happening **only**...