yohei yoshimuta
yohei yoshimuta
@Shanduur I reproduced this issue. [1] The immediate fix is resetting the entrypoint in `.gitlab-ci.yml.` [2] ```yaml protolint: image: name: docker.io/yoheimuta/protolint:latest entrypoint: [""] script: - ls - protolint lint ....
> The root cause is that GitLab CI requires images to have sh or bash for Linux. [3] And the protolint image has not installed any additional shell in an...
@tardyp Thank you for your suggestion. You are right. Expected behaviour is better.
Why this patch is not merged w/ master ? Travis CI notified failed, but the reason why build failed is `Could not find .travis.yml, using standard configuration.`, not logic failures....
Thank you for letting me know. I don't know if it's related to this library in general. I haven't upgraded ios 16. I'll take a look, but it takes time...
> I haven't upgraded ios 16. I've just upgraded ios 16 and run tracks repeatedly for several minutes. I couldn't reproduce your issue. The debug navigator shows no sign of...
@dinhthiet2702 Yes. It's possible to initialize RxMusicPlayerItem with custom metadata. See the below links for details. - https://github.com/yoheimuta/RxMusicPlayer/pull/42/files#diff-bbc433fa04f4ca1c593396321c6772fe9c6ede6b597d3813a0f2ff6925f879e3R46 - https://github.com/yoheimuta/RxMusicPlayer/issues/39#issuecomment-937358196
@dinhthiet2702 Thank you for reaching out. Can you reproduce it when you use our example projects hosted under this repository? Because I couldn't encounter the issues while playing example projects....
@rastaman111 Thank you for your suggestion. Do you mean that your change request helps #12 fixed? I think that in absolute terms, the current behavior makes sense because some popular...
@rastaman111 Thank you for your confirmation. Can you make a PR whenever you have time? Otherwise, it falls under I will get to it when I have time. - https://github.com/yoheimuta/RxMusicPlayer/blob/cb0d39a613c517dd716f0fe5053295d61bb00eb9/RxMusicPlayer/RxMusicPlayer.swift#L456-L471...