Valtteri Karesto
Valtteri Karesto
I guess react-pdf won't support pulling data out of existing pdfs but I think we could now add support for Acro forms (adding dynamic input fields to pdfs) since support...
> Any chance this gets merged before 2.0 exits the alpha stage? @BenoitRanque I don't think this has even gone to development yet since the RFC is still open
@jasonm did you ever figure this out? Having exactly the same problem atm.
After reading a bit more YJS documentation I think it could be related to fact that YJS doesn't subscribe to subdocuments automatically. And according to @syncedstore docs if we have...
I faced the same issue just now, using `tauri-backend`. Seems like nothing is setting it to false 🤷
Any updates to this? Also would like to do similar attachment logic without extra tables.
What worked for me is go to Secrets page, check the value of `CACHE_REDIS` it will be something like `redis://somerandomstringhere-redis:6379` Then on the paste .env put following values, `REDIS_HOST` being...
How about support for multi-toggle with active parent links? Something like this: http://codepen.io/micahgodbolt/full/czwer
Noticed the same. Since Zod is used to define the json schema it would be also nice if the parameters would be parsed by Zod. This way one would be...
In case of validation errors the Zod error messages could be passed back to the language model which usually handles them quite nicely and fixes the function call parameters. I...