Simon Hampton

Results 42 issues of Simon Hampton

I need elm to be able to communicate back to js so an example that demonstrated that all worked would be great It looks to me that you need to...

so that dead code can be found among the e.g. helpers for a test suite

public is a sub-directory of dist

### Describe the bug I had misunderstood the docs and created a +page.ts and a +layout.svelte. In the latter I had export let data: PageData; which vsCode said was ok...

**Is your feature request related to a problem? Please describe.** Svelte puts a lot of emphasis on writing forms using html form syntax. That requires `name` properties to create the...

enhancement

**Describe the bug** A select leading icon is sometimes put at end and blocks the down arrow ![image](https://user-images.githubusercontent.com/5256724/215345750-9067f6dd-7d3d-4fad-927c-9f54eccc8ead.png) **To Reproduce** https://svelte.dev/repl/64502fe6cd0445e0819436f3d035de6d?version=3.55.1 Here is the code in case the link does...

bug

``` const string = "# markdown string"; const output = mdjs.markdownAsJsTree(string); console.log(output.body) ``` I got the following output ``` { tag: 'h1', props: { id: 'markdown-string' }, children: [ {...

Our use case is not to hard code the formatting in elm but allow users to provide the formatting that they want

# Issue Name ## Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest plugin version - [x] I am running...