Matt Tyson

Results 11 issues of Matt Tyson

I have markup like so: ``` The Referendum ``` In my nav.svelte component. This works fine in dev. However, in production, there is often a strange duplication of many elements....

bug

In my nav.svelte component I have: ``` {#if $session.token} ${JSON.stringify($session.token)} - ${JSON.stringify($session.token.username)} {/if} ``` In login.svelte: ``` const { session } = stores(); let username, password; async function onLogin(username, password){...

I'm seeing the following error intermittently on prod build. When it occurs, the app stops responding. This is on Sapper 0.29.1. ``` client.c2a1e180.js:1 Uncaught (in promise) TypeError: Cannot read property...

needs repro

I am having difficulties running the Java Parser. Here is my simple Java useage: `Raml baseRaml = new RamlDocumentBuilder().build("/backup/base.raml");` And here is the error I receive: ``` Exception in thread...

v1

**Describe the bug** Following the example in this repo, I get 404s when importing the CSS files: **Logs** ``` GET http://localhost:3000/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css net::ERR_ABORTED 404 (Not Found) create:1 GET http://localhost:3000/filepond/dist/filepond.min.css net::ERR_ABORTED 404...

### What version of Turbopack are you using? How to check? ### What package manager are you using / does the bug impact? npm ### What operating system are you...

kind: bug
area: turbopack

This is a valid nginx token replacement: `` The parser fails to recognize it and gives an error (the resulting AST lacks the .

This is more a feature request: devise some way to allow validators (and possibly strongly typed converters (ie, integer input)) to be specified. Maybe include some out of the box...

enhancement

I'm curious, can the Modules addition load NPM modules? I read your blog on using NPM from Java, so I'm very interested to hear.

Interested to know when you guys anticipate this package coming to Maven central? I need annotations :)