Sam

Results 12 comments of Sam

Sounds a lot like https://github.com/CRAlpha/react-native-wkwebview/pull/218, although I can't remember being able to scroll on the blank screen. Maybe that helps?

Hey there! Had the same issue and just opened https://github.com/CRAlpha/react-native-wkwebview/pull/218.

A default that does not render inside a subdirectory is what I thought about. I know there are other ways to do, but I wanted to know what your thoughts...

SemVer [doesn't allow leading zeros](https://semver.org/#spec-item-2), so that change is probably not going to happen in the Semantic gem. And as some browsers don't use SemVer anyways, the current approach doesn't...

Out of curiosity: Does it work with `entryPoints.web.forwardedHeaders.insecure: 'true'`?

Updated it to always use `max-size=10m` as default like before.

Hey @dhh, thanks for the feedback! Will update the PR accordingly. Curious on how you folks handle this when deploying HEY. Is the image just always built/deployed on the developers...

Yep, looking into it! Seems a little tricky as `SSHKit.config.backend = SSHKit::Backend::Printer` does only seem to work for remote commands, not for `run_locally` ones (those will just get executed). It...