Daniel Oliveira
Daniel Oliveira
Hi, everyone! > I did something similar (following this [recommendation ](https://medium.com/@Idan_Co/the-ultimate-print-html-template-with-header-footer-568f415f6d2a)). Sadly, it doesn't work when rendering through Athenapdf, it works though when printing directly from chrome, which I find...
Thank you for response, @rwynn. Do you have plans to check it any soon? I would to help, but I dont know go language. 😞 Thank you again!
Hi, @rwynn! I built the docker image from the branch `rel6` and I can confirm that the fix works. Thank you so much!
Hi @srilekhaMarktine123! You could try to relate your final view ("B_view") to all the three collections: ``` toml [[relate]] keep-src = false namespace = "db.A_col" match-field = "_id" with-namespace =...
Related with https://github.com/rwynn/monstache-site/issues/31.
Hi there! I got the same behavior on my `next.js 14` with `mssql 10.0.2` application. Do you have any advices? Thank you!
In my case the problem was that SQL Server was choosing bad plans for query execution. We fixed it forcing the plan on Query Store: https://stackoverflow.com/a/56774964/1440095
It seems that PR #9485 fixes this bug.
The [direct-read-namespaces](https://rwynn.github.io/monstache-site/config/#direct-read-namespaces) option allows us to copy entire collections when starting Monstache. But the sync flow is only **from** MongoDB to ES... In this case, your best option is to...
@rwynn, when running `direct-read-namespaces` via a cron job like in this [sample](https://rwynn.github.io/monstache-site/config/#exit-after-direct-reads), would be useful to drop all ES documents that were deleted from mongoDB. Is there an option like...