Marcus Speight

Results 5 comments of Marcus Speight

The error contains 2 extra items, `response` & `data`. I would handle the server error like this ```js try { const response = await registerApi.post({ email: this.email, password: this.password, passwordConfirmed:...

`error.data` might contain the data you are after.

I managed it by putting the stage in `` tags e.g. ```html ```

Added markdown support. It already had the ability to render, so added grammar rules for ```["`...`"]```and `["..."]`. KaTeX support is tricker. I've added it to the demos but it does...

@dotkas `additional-arguments` applies to both "Run Synk" `snyk test` and "Run Snyk monitor" `snyk monitor`. "Run Snyk monitor" has `additonal-monitor-arguments` to allow arguments that don't work for "Run Synk" but...