Willie Möller
Willie Möller
Thanks @jkryl, I see what you did there. That should steer me in the right direction.
> @W1M0R : The trick I use is to put nodejs-slim before nodejs everywhere where nodejs is listed as a dependency. That helped, and reduced my docker image size from...
I've also hit this issue. It's quite serious, and effectively makes it impossible to embed MPA projects (such as those built by Astro) with Wails, especially if your app uses...
@karalabe Is it possible for you to provide the xgo wrapper as a prebuilt-binary and to publish it as a release on this GitHub project's Releases page?
Thanks @crazy-max
Thanks for the trick! Using `printf '```json\n'` (single quotes) worked for me. I don't anticipate a situation where a single block would produce multiple stdout formats.
This also reintroduces the following issues when building older projects that were pinned to a version of tview that relied on `ZeroWidthJoiner`: 1. https://github.com/rivo/tview/issues/205 2. https://github.com/rivo/tview/issues/189 To resolve the issue,...
Thanks for the feedback @rivo. I've upgraded to the latest version of your package, and everything seems to be working well. Thanks for your backwards-compatibility efforts!
I also have this issue. It worked in the past, but Visual Studio updated this week, so maybe there is a breaking extension API change.