Skip to content

Conversation

@Jake-Shadle
Copy link
Contributor

serde_with pulled in an old version of base64 (unused) as well as 4 crates purely for macro parsing that aren't shared with any other crate in the workspace, this just replaces it with inline code that replicates the functionality.

somtochiama

This comment was marked as resolved.

@Jake-Shadle
Copy link
Contributor Author

I added some simple tests for ApiConfig deserialization and fixed the issues.

Copy link
Contributor

@somtochiama somtochiama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somehow got things stuck in an infinite loop by specifying bind_addr instead of addr.

[api]
bind_addr = "127.0.0.1:8080"

[[api.pg]]
bind_addr = "127.0.0.1:5470"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants