Parker Mauney

Results 15 comments of Parker Mauney

I've been working on a draft 07 schema a bit [here](https://gitlab.com/ParkerM/cf-manifest-schema), and have definitions/types for (I think) all of the current attributes including titles and descriptions for IDE hints. It...

> Especially changes like [#158669166](https://www.pivotaltracker.com/story/show/158669166) which will allow for multiple datatypes for the same attribute (hopefully JSON schema can handle this case 🤞). If I understand this part correctly, then...

The settings become legible if you turn off the `popup.css` style sheet. Perhaps the issue is somewhere in there. With popup.css enabled: ![image](https://user-images.githubusercontent.com/5124113/183269566-8eba4ab5-6f3d-4474-a6c0-c41f1914d628.png) With popup.css disabled: ![image](https://user-images.githubusercontent.com/5124113/183269497-7e950d17-0961-493f-a32d-70ca629cb20e.png)

This has been added in 10.1.0 here: #1499

Prettier and commitlint both use [cosmiconfig](https://www.npmjs.com/package/cosmiconfig) for loading/merging config files, so [JetBrains' Prettier plugin](https://github.com/JetBrains/intellij-plugins/tree/master/prettierJS) might have some useful config-loader recipes that would (presumably) work the same for other tools using...

@lppedd Interesting, thanks for the explanation. And sure thing! 👍

@mhalbritter The fix should be in place as of 2.7.9 (#34329) and 3.0.3 (#34330).

> We HEAVILY test against Jackson. How is the ONLY place this manifests? It looks like this is the only test that explicitly declares a JSON string containing line separators....

Basic fail-over functionality is included and can be used by supplying multiple URL's to the `spring.ldap.urls` property (see [here](https://docs.spring.io/spring-ldap/docs/current/reference/#contextsource-configuration)), but I don't believe something like round-robin or geo-based load balancing...

@rwinch could we close this please?