Matthew Davis

Results 25 comments of Matthew Davis

@Bundas Have you tried upgrading ts-node in general? Also, can you please paste your package.json as I'm not able to reproduce this issue.

You also need to upgrade the "ts-node" package. I've upgraded everything in package.json and I'm able to build & serve (`yarn upgrade --latest`).

What if you could automatically search across namespaces? I'd buy you some snacks fo sho! Great work man, simplicity... THANK YOU

It's worth noting that when deleting an EKS cluster you must delete your "LoadBalancer" service types _first_. EKS does _not_ clean this up for you at the time of this...

@igorbpf what container are you referring to?

@unoexperto what docker image are you referring to?

Confirmed over here as well.. ``` Error: wailsjs/go/models.ts:24:12 - error TS2503: Cannot find namespace 'time'. 24 time: time.Time[]; ~~~~ Error: wailsjs/go/models.ts:34:57 - error TS2663: Cannot find name 'time'. Did you...

This is a vscode specific problem in your environment. Restart the language server.

Can you link to a reproducible replica please.

The signature `blob any` is why you're getting `map[string]interface{}`. You need to serialize your data and then send it to wails like: ```js async function greet() { let blob =...