Matt Fulgo
Matt Fulgo
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
**Describe the bug** The parser raises an error if any models contain references to object properties, rather than the top-level objects. **To Reproduce** Example schema: ```yaml openapi: "3.0.3" info: title:...
Two thoughts around documentation... Something I've struggled with a couple times here is knowing what options are available for substitutions in the custom output format and knowing what exactly each...
For some reason, reversing the logic of the function passed to `removeField` results in the loss of fields in children of the non-removed field(s): ``` scala import org.json4s.jackson.JsonMethods._ println(pretty(render(parse( """[...
[PropertiesConfigReader.canLoad](https://github.com/Netflix/archaius/blob/7ca3bb0f709f2e9c3b7de002fa9a118e5ef78597/archaius2-core/src/main/java/com/netflix/archaius/readers/PropertiesConfigReader.java#L114) will never return false because `getResources` never returns `null`. ```java @Override public boolean canLoad(ClassLoader loader, String name) { return getResources(loader, name) != null; } ``` In [`getResources`](https://github.com/Netflix/archaius/blob/2.x/archaius2-core/src/main/java/com/netflix/archaius/readers/PropertiesConfigReader.java#L122) you see:...
There was a change introduced after versions 2.2.1 that breaks making a PUT request - the path part of the request is omitted. (This may also be the case for...
As referenced in davidmarne/built_redux/issues/92, it would be nice to have an easy to find, canonical example of how to use the navigator when working in Flutter with built_redux. This information...
**Describe the bug** The split and bundle commands do not handle URI encoding `$ref`s. We used the split command on an OpenAPI spec and ended up with file such as...
Just opening an issue in case someone else gets around to it before I have a chance: ``` .../python3.11/site-packages/iso18245/__init__.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources...
It would be nice to be able to install this on a Mac using homebrew: Something like ```bash brew tap oktadeveloper/tools brew install okta-aws-cli ``` https://docs.brew.sh/Taps