| Windows Port : https://github.com/altilunium/superhighway84 Subject: Re: Re: Re: Re: hello world Newsgroup: misc.linux = = = = = = Yes. Altilunium was me. After i saw the HN thread about superhighway84, i can't wait to try it by myself.
Clone the repo, install the IPFS, "go build .", then i found that issue. I solved that issue by changing
zap.NewProductionConfig() to zap.NewProduction(), then i "disabled" the whole config module, switching it
temporarily by using hardcode configuration. Now, it's finally working. New notepad.exe window will be spawned
whenever i opened a new article. But i found a new problem. The TUI is broken whenever a new notepad.exe window is spawned. To solve it, i make a
new thread by using goroutine to "fork" the current process, so it could spawn the notepad.exe safely. Reading a thread : Ok Replying a thread : Ok Creating a new thread : ((I'm currently testing it right now) On Tue Dec 28 22:41:47 2021 mrus@cbrspc7 wrote: > Oh hey, that's awesome! :-D There's an open issue on that rn. Will happily accept PRs if you'd like to. Don't have a Windows computer around to test, though. On Tue Dec 28 22:36:16 2021 nya wrote: > Finally.. After tweaking the source code, now i can run it from Windows.. ^^ |