Danny Faught
Danny Faught
We have this story prioritized on our backlog.
@max-soe Could you describe how you set up your new views where you had some CredHub data from another instance but didn't have the `fly_schema_history` table? The workaround you gave...
Note: the maximum value it allows is 2147483647 (2^31 - 1), and the smallest is -2147483648. Looks like it's just catching an exception when it overflows a 32-bit signed integer....
@mjmilan, I agree, a smaller range would make more sense.
+1 Fairly often I copy the SHA from GitHub Desktop and then go to the command line to check it out. I don't want to have to create a branch...
Thanks for the tip, @strehle! That commit plus getting the latest version of `UaaPasswordPolicyValidatorTests.java` from the develop branch fixed it. We're not sure why the subtle change in the error...
@dueckminor Thanks, we have this on our roadmap.
#190 seems similar.
#231 seems similar.
I just used yamllint for the first time, and saw it abort with a similar error: ``` → cat /tmp/foo --- foo-key: | { } → yamllint /tmp/foo Traceback (most...