Vincent G
Vincent G
Hi @Taracque, thanks for your answer. Yup, I plan to implement PushKit sooner or later, as I want my users to be able to answer a call even if the...
Same issue here - creating a custom repository involves creating a valid connection. I had a look at the code but mocking Connection, EntityManager, etc, seems to be a lot...
Hi Brian, thanks for your answer. I don't mind having to write some code but I'd really love to rely on a stable library (I just need 1:1 videocalls, no...
Hi @ItzCrazyKns. Thanks for your answer. I understand your point. Yet Perplexity allows to specify the "temperature" in the API parameters. So I thought it would be a great asset...
@ItzCrazyKns Looks like this parameter is definitely something people want to be able to customize: https://github.com/ItzCrazyKns/Perplexica/pull/456 I'd be glad to add an explicit warning like > Do not modify this...
> @VinceOPS, good luck. The repo owner loves closing PRs and issues if he doesn't immediately like them. And then comms usually stop. Might be better to make a new...
Hi everyone, thanks for your answers. @yuyutaotao > We are currently using a pure JavaScript implementation to support its functioning in a Chrome extension, but it causes a significant performance...
Hey @Varun786223 thanks for this! But could you provide a nice Lemon Cake recipe?!
For anyone interested in the issue here. **This** took my test from ~15.3s to ~13.4 (running on a MPB M1 Pro) ```diff diff --git a/packages/web-integration/src/puppeteer/base-page.ts b/packages/web-integration/src/puppeteer/base-page.ts index 64fd4dd..a04f50c 100644 ---...