It's a little ironic that this application actually does not run on Windows[1] apparently due a bug in a library[2] unfixed since 2018, which is owned and maintained by a $83B publicly-listed company[3], last updated 14 days ago, but unwilling to fix that little cross-platform bug.
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.. ^^
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.. ^^