Max Stewart

Results 10 comments of Max Stewart

This is also happening for me. It seems to be linked to having multiple variants and using `includeJars` - possibly the jars are being included for each variant?

Note, after a little more investigation the additional variants aren't the issue. I've opened a PR that includes a failing test showing the issue ☝️ I'm happy to fix this,...

I have pinpointed the problem as the addition of copying the include jars that resolves #108 and updated my PR to revert this change and add a test for both...

Just to say, this PR has failing tests (4/5 fail). I've resolved 2 and will continue to look at the other 2 as I get some time over the next...

A little more info on this, Mozilla specify it can be relative (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) so debatable if it's worth resolving here. You will also introduce an issue if the site is...

pfx and p12 are identical, you _should_ be able to just change the extension. The problem here could be the password on the the private key. Did you remove that...

I'm not sure we'd ever need page or section - but could be wrong. I think we also need another flag to exclude from the webhook - initially I thought...

Could we have an open discussion about it? We could list all occurrences of add and create in this or another issue to collaborate on what should be used when...

@jenbutongit this is working for me so I'm assuming it's bee fixed. Will close but please re-open if it's still an issue for you.

We use adapter-node and had the same issue in one of our apps. For anyone else coming across this, it's because we hadn't completed the SvelteKit setup as spec'd here:...