Rajiv Shah

Results 45 comments of Rajiv Shah
trafficstars

Are you sure you have the correct seed?

@dzabur it looks like the node you're connected to is behind, does this still happen if you change nodes and try again?

It looks like the `lz4` submodule needs to be updated to include https://github.com/lz4/lz4/commit/7a966c1511816b53ac93aa2f2a2ff97e036a4a60. The notes for [CVE-2021-3520](https://nvd.nist.gov/vuln/detail/CVE-2021-3520) mention that this seems to require a specially crafted file, so I assume...

Does this work? I think `$PIPESTATUS` is just on `bash`, not `sh` (the default) ```yaml - name: Test run: | set -o pipefail xcodebuild ... | xcpretty ```

@p0 great presentation today! I was also wondering if the CLI could be added to Homebrew. Is there anything still left to do? I'm happy to help if needed

We might be able to use Alpine for the faucet image since OpenSSL is no longer necessary

Hi @DanthonyPabon , sorry for the delay in replying. Could you provide more information about what's causing this error?

Hi @DanthonyPabon can you provide more information?

@karandpr I can't seem to reproduce this on the (newly added) example app in the repo. I noticed you're using RN 0.59 though, so that might be the cause. I...