Jordan Wallwork

Results 5 comments of Jordan Wallwork

The [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) allows you to make HTTP requests. A basic `fetch(url)` call just performs a GET request to the specified url, in this case `meta.json`. More about using fetch:...

This is the correct output. Per user @FlorianRappl on the relevant AngleSharp issue https://github.com/AngleSharp/AngleSharp/issues/348: > This is by [specification](https://www.w3.org/TR/html5/single-page.html#serializing-html-fragments), see the [string escaping](https://www.w3.org/TR/html5/single-page.html#escapingString) that needs to be applied on attribute...

I know it's late, but for the sake of anyone else that this might help, you can inject dependencies into steps, you just have to make sure to register your...

I know this reply is late, but for the benefit of anyone else who might see this, I needed cut marks but different to those that hristoiankov described - I...

I was thinking of this as a way to share data between templates, a single source of truth. So both the card front and the card back would refer to...