Tyler Rhodes

Results 10 comments of Tyler Rhodes

Hey @Demian98, I just tried to repro in 0.6.3 on Android, but it seems to be working as intended: steps: * click sleep timer button * type in `1` minute...

Not sure what machine you are on, but may be related to https://github.com/AndreySenov/firebase-tools-docker/issues/29. Looks like there's a PR open for this.

I was seeing this issue in .25, building from master with #58 included fixed it for me.

Yeah, I think this issue is a bit old.. However, last I remember, I couldn't get all of the nusys demos working, only the first couple.

Hey @lopuhin, I wrote the decorator. I've pulled it into a gist here: https://gist.github.com/trhodeos/5a20b438480c880f7e15f08987bd9c0f. It should be compatible with python 2 and 3. Hope this helps!

@madhur-ob sorry I had to fix some formatting / precommit issues. When you get the chance, would you mind re-reviewing?

Thanks @madhur-ob .. It looks like some tests failed.. Perhaps they are flaky? Also, would it be possible to run the `metaflow.s3-tests`? Seems like this'd be a useful gauge to...

I was seeing this on `2.18.0`, but someone at our company realized that we were seeing a lot of "quarantines" by [SentinelOne](https://www.sentinelone.com/), which our company pre-installs on macs (not linux)....

Gave this another go in #36 , images [here](https://hub.docker.com/repository/docker/trhodes/firebase-tools/tags?page=1&ordering=last_updated)

Looks like mac removed `icu4c` in some recent versions of osx. ``` brew install wget icu4c texinfo gmp mpfr libmpc binutils CFLAGS=-I/opt/homebrew/include LDFLAGS=-L/opt/homebrew/lib ./build-posix64-toolchain.sh ``` Now I'm seeing some GCC...