Jay Vercellone

Results 24 comments of Jay Vercellone

@tsurdilo does this change make sense? Thanks!

> HI @jverce can you give me more detais about theses two triggers please? > > * New Status Change > * New Message > > Not sure if both...

We pushed a potential fix earlier today. Will leave this open for a few days in case the issue is still not resolved for some users.

Same here, after applying suggestions from #316

I'm seeing in other themes that they don't even do a cleanup of the branch name (other than the obvious removal of `refs/heads/`). For example: - [agnoster](https://github.com/ohmybash/oh-my-bash/blob/master/themes/agnoster/agnoster.theme.sh#L249-L263) - [hawaii50](https://github.com/ohmybash/oh-my-bash/blob/545543598b073647691db4673a728b3b1ca726d7/themes/hawaii50/hawaii50.theme.sh#L121-L134) We...

I think it's related to the React version that this package uses (`"react": "^15.2.1"` from this package's `package.json` file) From [React docs](https://reactjs.org/docs/typechecking-with-proptypes.html): ![image](https://user-images.githubusercontent.com/5479513/95031364-6ffbb900-066a-11eb-9743-03fb8453af45.png)

Not sure if you considered Github Pages as a possible solution, but Prefect is currently using it in case you need an example: https://github.com/PrefectHQ/prefect-helm

Had a similar issue to @Gerzer's: ``` Traceback (most recent call last): File "/Users/jay/.pyenv/versions/plaidenv/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1356, in _do_call return fn(*args) File "/Users/jay/.pyenv/versions/plaidenv/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1341, in _run_fn options, feed_dict, fetch_list, target_list,...