Daniel Frey

Results 18 comments of Daniel Frey

It doesn't seem to have anything to do with the TabLayout. I put it on another page without one (and any tabs) and it still happens. I originally was thinking...

I believe this was a result of multiple coordinator layouts (one in activity and one in fragment). Can someone confirm?

I can confirm setting `fabProgressCircle.hide();` works as intended. This issue can be closed.

@arjunvekariyagithub thank you, I will give this a shot.

@arjunvekariyagithub thank you, that fixed the issue. I was still running into an NPE when trying to call `.show()`. However, I saw another issue that said to call `.onMeasure(15,15)`. I...

@checketts are there specific permissions required to call that api?

I had the platform team create me a user with SPACE_DEVELOPER. I'm wondering if that privilege is not enough to call the cf API? The username and password are just...

password does have `!!` in it, but I don't see anything else that would be a special character

No, it doesn't work by just setting it in manifest.yml. I didn't have quotes around it, but am adding them now

``` --- applications: - name: promregator-acceptance path: promregator-0.7.6.jar buildpacks: - java_buildpack_offline env: JBP_CONFIG_OPEN_JDK_JRE: "{ jre: { version: 11.+}}" PROMREGATOR_TARGETS_0_PROTOCOL: https PROMREGATOR_TARGETS_0_ORG_NAME: [ORG] PROMREGATOR_TARGETS_0_PATH: /actuator/prometheus PROMREGATOR_TARGETS_0_SPACE_NAME: acceptance PROMREGATOR_TARGETS_0_APPLICATION_NAME: [APP NAME] CF_API_HOST:...