Thomas Hunter II
Thomas Hunter II
Is it possible to upgrade the version of the tracer you're using? I believe the commit you've linked to from a year ago only affects the end of life v2.x...
You would set the `voice` variable to the voice the user selected. Is that not working?
Can you provide a list of installed Festival voices? What version of Festival are you using? Did you install any extra voices or just using whatever comes with a default...
I've been doing `festival` research and there appears to be no sane method for getting a list of voices. The previously mentioned approach (run `festival`, type `voice_` and press tab)...
> What about the diagnostics_channel plugin? @Uzlopak I think you're asking about the removal of the `diagnostics_channel` npm package? If so, the `dc-polyfill` package makes the `diagnostics_channel` package obsolete. The...
> inside `reply.send()` or when executing the onSend hook. @mcollina I'm now grabbing the payload within `Reply` instances and setting it on itself using a new symbol: https://github.com/fastify/fastify/pull/5252/commits/92f77e4b1d183a873bc750ded6710514883b9052 That said...
> I think you can target main for this. This PR is now based on main. Ended up squashing due to conflicts.
@mcollina So far it seems that by returning a simple value from a sync request handler that value is used as the response. Or, if a request handler returns a...
@mcollina I think @Uzlopak is asking if I should copy all of the code from the existing `fastify-diagnostics-channel` package and incorporate it into my PR. I'm of the opinion that...