David Bramler
David Bramler
Nope, just what's in this PR. Are you getting any specific errors? Edit (just read the stack overflow): It could be that you don't have the DISPLAY env var set,...
We run it in lambda too. I'll see if I can figure out what I've missed
Ok, I still don't really understand why it isn't working as is, but: My automated tests require the browser to be able to play mp4 files. The default chromium builds...
Good that you have something working @lukehamil55 As I said, I'm so sure I had it working with the regular chromium build. Hopefully I'll get some time to figure it...
Yeah, if you want to start multiple virtual displays you're better off not doing it in the entrypoint. Something like that pyvirtualdisplay library should work fine, not sure how good...
@ncw afraid I no longer work at the place that had an enterprise box account, so can't really test this
I think there was an option in the box gui to download one. Possibly this https://developer.box.com/guides/sso-identities-and-app-users/connect-okta-to-app-users/configure-box/#download-required-data ? Sorry my memory is a bit fuzzy, not used it for a few...
Can you share the code that you're using?
Can I ask how you import it? ``` import ScrollableAnchor from 'react-scrollable-anchor'; ``` or ``` import { ScrollableAnchor } from 'react-scrollable-anchor'; ``` If you're doing the second can you try...
Sorry, I'm probably just suggesting stuff that you've already tried. Have you tried moving the configureAnchors({}) call to the top of the file, outside of the component? Can you share...