Ben Weis

Results 6 comments of Ben Weis

Same thing here: ```rust #[derive(JsonSchema)] struct User { user_id: i32, first_name: String, last_name: String, role: Role, family: Vec, gender: Gender, } ``` Produces the following: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "title":...

Bumping this. Experiencing the same issues as @jeremychone Reverting to 0.6 seems to be the best course of action for me at the moment.

See #226 for details as to why this is.

Took a crack at adding a formula and ran into a myriad of problems. :/ ruby ``` class RailsNew < Formula desc "Create Rails projects with Ruby installed" homepage "https://github.com/rails/rails-new"...

It appears that this might be done intentionally to standardize the coloring of SVGs via text rather than both stroke and fill. It's sorta annoying and I'm not sure that...