Charlie Jonas

Results 204 comments of Charlie Jonas

@bulutfatih did you ever figure anything out? Same issue (using antd & nextjs)

Formatting and syntax highlighting would be nice, but right now I would be happy just to have the ability to expand the cell or even just use the down arrow...

still yet to figure out a solid way to do this without impacting flexibility. At the moment, upgrades are very manual. Especially so if the user has extended their `webpack.config`...

I also need this to be able to properly setup salesforce as a custom oAuth2 provider: `https://${instanceUrl}.salesforce.com/services/oauth2/token` There are cases where the user will need to specify their "subdomain" in...

I think you could do some preprocessing before bundling to setup @pauldraper' workaround so you don't have to do it manually... It would be amazing if the `bundle` method had...

Something to indicate a "signature" required. Maybe just a "pen"?

I'm also running into this same issue. The incompatibility with how `ajv` validates this is documented here: https://github.com/ajv-validator/ajv/issues/1496. Apperently the solution is to use ["unevaluatedProperties"](https://github.com/json-schema-org/json-schema-spec/issues/556), but it's unclear to me...

It would be nice if there was a flag to control this... I know it's technically incorrect, but a lot of 3rd party schema omit specifying `additionalProperties: false`. If you're...