Ava Czechowska
Ava Czechowska
Hi, I might have encountered this issue too. I think, I found server timeout hardcoded here: https://github.com/jgm/gitit/blob/0.12.2.1/gitit.hs#L92 . Is there a chance this will be settable by end user?
I agree with @DazEdword, therefore I'm linking this PR here: https://github.com/sstephenson/bats/pull/248
Just FYI, this project is not maintained anymore, see https://github.com/sstephenson/bats/issues/236
@ssbarnea, do you know about https://github.com/bats-core/bats-core? This bug could be fixed there.
@jxy Bats is not maintained anymore. See: https://github.com/sstephenson/bats/issues/236
I checked your example on Linux and it works there. Instead of: ``` if [ $USE_FULL_PATH = "TRUE" ]; then echo /bin/date '+%y%m%d-%H%M%S' else echo date '+%y%m%d-%H%M%S' fi ``` I...
Try if workaround from this comment helps: https://github.com/sstephenson/bats/issues/80#issuecomment-174101686
This is the same issue as https://github.com/sstephenson/bats/issues/80 and https://github.com/sstephenson/bats/issues/46. The comment: https://github.com/sstephenson/bats/issues/80#issuecomment-174101686 provides a good workaround.
I think this issue can be closed, because #45 is merged already. `/users/:username/repos` is a little counter-intuitive for me, because it returns not only the projects under a user namespace,...
I'm just linking the PR that fixes this: https://github.com/Gogul09/gesture-recognition/pull/11