Tane Piper
Tane Piper
Hi @Nrde - Can you provide a [Repl](https://svelte.dev/repl/) case for it - also have you checked out the custom bindings, can they help?
Also getting this in version 4, while `--list-ignored-files` is correct. Related to this however I'm seeing this issue: https://github.com/Azure/azure-functions-core-tools/issues/1726#issuecomment-776523153 The zip output is missing functions and `node_modules` is empty
@nvt1995-dev What version of TypeScript are you using? This is labelled tuples (https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#labeled-tuple-elements) but is TS 4.0, which means I might need to also set a minimum required version.
Sort of amazed this hasn't been fixed in nearly a year TBH, it's kind of essential for CI workflows.
@brindy Yes, I think I know what the issue is here. Inside the docker image, the node_modules folder lives under it's own internal docker volume, as otherwise the linux image...
@brindy Can I ask one thing, does your app refresh on changes? At the moment I haven't actually enabled HOC hot-reloading but changes should reflect in a refresh.
I've tried @vitosamson's solution but it doesn't work for me fully. The dashboard starts but the event loop, memory and cpu are not working. Other wise I get the same...
@veresdaniel Are hungarian characters ASCII or UTF8? There shouldn't be anything stopping this saving. Do you get any error output in the console?
@kristianmandrup - Don't put the plugin above filesystem, but at the bottom of the array first. From what I'm reading though, you are doing it right - and it works...
Yes, I'm looking to improve this over the next month now I've completed my freelance work, I can finally dedicate some itme to this. I'm going to start by re-writing...