Sander

Results 10 issues of Sander

![https://i.imgur.com/wxV2tBg.jpg](https://i.imgur.com/wxV2tBg.jpg) ## Wownero integration Due to previous `cw_haven` integration efforts, creating this Wownero pull request was not too complicated. Wownero is derived from Monero, as such the plugin `cw_wownero` provided...

`fiat-api.cakewallet.com` does not support WOW, so `USDWOW` calculations wont work. Relevant file: https://github.com/cake-tech/cake_wallet/blob/e6b1da376d03594b7dd3b7dbe62438a13c685f76/lib/core/fiat_conversion_service.dart#L7-L8 The API currently supports the following cryptocurrencies: ```bash curl -s 'https://fiat-api.cakewallet.com/v1/rates?convert=USD' | jq '.data[] .symbol' | sort...

As self-hosted translation solutions are getting quite good nowadays, it is reasonable to dedicate a new section to it. So, this PR introduces the **Translation** section and adds 1 project...

addition
feedback needed
enhancement

Continuation of https://github.com/cake-tech/cake_wallet/pull/362 Wownero support. Uses Polyseed this time (we are phasing out `wownero-seed`). I tested: sending/receiving/history on both Android (arm64) and Android emulator (x86_64). ![Screenshot from 2024-01-03 13-59-59](https://github.com/cake-tech/cake_wallet/assets/1478325/afc8f6b2-a216-4454-bad9-34dcce45f5c3) ##...

GUI currently uses the following files and directories: - Wallets are written to `~/Monero` - Blockchain is written to `~/.bitmonero` - GUI log is written to `~/.bitmonero/monero-wallet-gui.log` - Configuration is...

Just a message for those that are having trouble with `from qrtools import QR` or `import qrtools; qrtools.QR()` I am using windows (py 3.5.0) and I got it to work...

on master (97ddd0b187a6e54726470fcbb4e772a715a49e23) I get a template error: `QXmppSasl.cpp:1029:9: error: class template argument deduction failed` qxmpp builds fine on Qt 6.7.0, but on another machine with Qt 5.15.2: ```bash $...

### Godot version 4.0.2-stable ### System information Ubuntu 22.04, RTX 3080, Vulkan API 1.3.224 - Forward+, OpenGL API 3.3.0 NVIDIA 525.60.13, X11, AMD 5900x ### Issue description ![https://i.imgur.com/qgSqlT1.png](https://i.imgur.com/qgSqlT1.png) Each of...

discussion
topic:rendering
documentation
performance

The GUI that shows contacts in leste, does not have the contacts from [telepathy-tank](https://github.com/maemo-leste-upstream-forks/telepathy-tank). From the Tp connection manager (-tank), I wonder what is needed to display Matrix participants in...