Will Henderson

Results 7 issues of Will Henderson

The method I've used for adding source map support isn't as pure as I would like, but it will cover 90% of use cases. Basically, I run the template using...

Hi Eduardo, Any chance of adding sourcemaps support? I've got a pending pull request which adds it if that's helpful?

## Search terms Markdown, Local files, Relative path ## Expected Behavior When encountering markdown such as `![debounce](diagrams/debounce.drawio.svg)` Typedoc should link the referenced file relative to the source of the markdown...

enhancement

I'm not able to submit a pull request at the moment, so hopefully this is okay. I authored a bunch of svelte store libraries which might be worth adding to...

### Describe the problem Currently, sveltes stores use a greedy comparator to determine if a value has changed: ```js /** * @param {any} a * @param {any} b * @returns...

feature request

**Describe the bug** When using the build option "--cwd", sapper fails trying to save the launcher "index.js". The code for writing the launcher fails to take into account the cwd...

bug

Chart components are a common requirement for applications, especially dashboards and reporting pages. Currently, I use a combination of Layercake, layerchart and custom builders/components. Ideally I would like to move...