Christian Joudrey
Christian Joudrey
Although we aren't defining the rules the way ESLint expects, we might be able to add a module that makes the linter work with ESLint. For example: https://github.com/azeemba/eslint-plugin-json/blob/d2d48e30e17d9d4e7c62455ceffbd8338cd5b083/lib/index.js#L25 Another example:...
Add a new rule called `relay-edge-types-spec` that covers: https://facebook.github.io/relay/graphql/connections.htm#sec-Edge-Types
The goal of this rule is: - To push API clients off deprecated fields by letting them know when a field will get removed. - Encourage API owners to remove...
GraphQL requires sub-selections on object/interface/union type fields. For example, given this schema: ```graphql type Query { repository(owner: String!, name: String!): Repository } type Organization { id: ID! } type Repository...
At the moment, all `EnumValueAdded` changes are marked as `dangerous` because it may break clients that do not handle a certain enum value. This is true if you're using the...
We may want to allow the user to publish the article using `md2medium` rather than just creating it as a draft. This could be done via a `--publish` flag or...
**Steps to reproduce:** - Setup `md2medium` with valid API tokens. - Revoke an API token. - Run `md2medium` and you will see a `401` error. When this happens we should...
The code is currently untested. It would be good to unit test [`html_formatter.go`](https://github.com/cjoudrey/md2medium/blob/4dd30c2021171188371cef7071f9eb7ac6373695/html_formatter.go) and some high level tests of `main.go` at the very least.
Hello, I am trying to build env-js and I am getting the following errors: [java] failed to load content JavaException: java.net.ConnectException: Connection refused [java] [FAIL](201){window|Default Browser Events - Serialized Submit...