Phil

Results 26 comments of Phil

Hi, this is technically possible. But this project is on-hold at the moment, because Facebook restricts this type of Live-Video-Reaction-Collecting.

Hi @mehh Facebook released guidelines for the mentions: https://en.facebookbrand.com/assets/reactions see "Don'ts" 🙈 I dont know if they are going to remove Live videos which are against their guidelines. Lets find...

Christmas lights? 🎄 Tell me more about it 😄 I dont know if facebook can figure it out if you do a live video like that and if there are...

We fixed this with the silent audio streaming. its not staying at 30 fps but it works for me. do you have problems with the stream?

Can you share an example code in a branch? Best, Philipp Holly > On Nov 22, 2016, at 5:19 AM, Matt McCaffrey wrote: > > The stream works with the...

Unfortunately I have no idea at the moment why its not working, and really busy with RL 🙈 This code part is from another contributor. Maybe you can check the...

Can you post the full logs of the action? We had some changes in the latest version. Maybe there is an edge case missing

Hi, if you expect no tag prefix, you need to set it to an empty string: `tag-prefix: ''` https://github.com/phips28/gh-action-bump-version#tag-prefix

Maybe you want to use `skip-push: true` https://github.com/phips28/gh-action-bump-version#skip-push (does not commit nor push any tags) and then create your own script to do what you need.