Sascha-Oliver Prolić's avatar
Sascha-Oliver Prolić
_@futrnostr.com
npub18wxf...4xra
Christian, Working on futr nostr client, Junior Haskell developer for life
#asknostr Mingw-w64 runtime failure: 32 bit pseudo relocation at 00007FF6BC168216 out of range, targeting 00007FFB2DF1D010, yielding the value 0000000471DB4DF6. Suggestions? Anyone?
What you can expect from the next futr nostr client release. Coming your way the next few days.
Futr is rendering nested comments now. I'll add author information to the posts, link then, polish the UI a little, and soon you can try it yourself. image
Quick update on what has been going on in futr development (a native nostr desktop client): - solved memory leak in Qt5 - fixed recursive re-rendering bug in Qt5 - enable QML debugger through Haskell binding - improve event handling and Qt5 signal triggering These things were a major blockers before next release, unfortunately it took way longer than expected. However within the next 1-2 weeks, the UI Updates will be done and then you'll get a Windows binary as well. Next release comes with tons of new features and Bugfixes. Side note for other developers: Qt5 Quick is awesome, however there are some things you just can't solve intuitively, this thing will just eat all CPU resources and you don't know why. I never had to benchmark a web frontend, but here you have to verify whether or not it's working efficiently. You just have to know certain things or you get bitten.