Sander

Results 43 comments of Sander

I think the Wownero integration is completed, but having some troubles with the flutter toolchain. ```text $ flutter --version Flutter 3.16.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision 2e9cb0aa71...

@OmarHatem28 Thanks, that worked. I also downgraded Java to 18. I can compile and run the app now with Wownero included. Currently facing a runtime error when trying to create...

I think it all works now, I will start a new branch and a new PR and submit it today or tomorrow. ![Screenshot from 2024-01-03 13-59-59](https://github.com/cake-tech/cake_wallet/assets/1478325/afc8f6b2-a216-4454-bad9-34dcce45f5c3)

continuing in #1260

Yeah.. `App().run()` (rumps) and asyncio's event loop don't play nice together. Tried putting rumps in a Python thread, I got: ``` objc.error: NSInternalInconsistencyException - NSWindow drag regions should only be...

@KieranRobson updated commit with: [Machine translation](https://en.wikipedia.org/wiki/Machine_translation) translates text from one language to another via corpus statistical or neural network techniques.

> Translate Locally is a desktop application Removed.

@nodiscc - I hacked Intel MKL out of the codebase and replaced it for OpenBLAS (FOSS alternative) - should be 100% FOSS now - Installing Kotki (via `pypi`) now comes...

@nodiscc I was a bit busy with ARM support - ill finish this PR later this week. Cheers

FYI: I forked this project over at https://github.com/kroketio/kotki to enhance the developer experience, usage should be easier. Edit: Linux only