Justin Icenhour
Justin Icenhour
@7086cmd I am getting the same issue with `contextIsolation: true`.
> Have you seen [Playwright::with_driver](https://docs.rs/playwright/0.0.18/playwright/api/playwright/struct.Playwright.html#method.with_driver)? > > You can install browsers yourself, and then point Playwright to their location. Any examples of how this would look in practice? I'm fairly...
I don't know if this helps anyone but I had a similar issue using tailwind in JIT mode. Once this was disabled the issue went away.
Any progress on this? I tried to implement it myself before finding your issue, but I don't think my rust skills are quite good enough yet.
I will try to create a new project tomorrow and see if I can reproduce with a new build.
@spacejam is there a writeup on what features the new sled will have? I am mostly wondering if multi-threaded support will be improved?
@spacejam maybe I misspoke. I meant more along the lines of being able to have multiple instances. I have run into a few use cases where it would have been...
@spacejam that has been exactly my solution a few times with pet projects. I have implemented lightweight Axum wrappers around sled and have had a bit of success. Maybe when...
If we are looking for sentiment here, I'm also looking for PDF support. I have a mixture of text PDFs and scanned documents in PDF form (aka bitmap PDFs). I'm...