Athaariq Ardhiansyah

Results 17 comments of Athaariq Ardhiansyah

> Does the problem persist with -O3? I ask because, based on the issue filed, `-fallow-store-data-races` could be relevant. **It works.** Unfortunately my home server (Intel Atom machine) is under...

> Would you be able to provide the exact illegal x86 instruction generated? Here's what GDB found: ``` Starting program: /usr/bin/monero-blockchain-stats [Thread debugging using libthread_db enabled] Using host libthread_db library...

I did some experiments and turns out that's all because of `-Ofast` compiler flag. I already pull request [here](https://github.com/monero-project/monero/pull/8441). Here's what have I done: ``` Compiler at: AMD Ryzen 7-3700U...

I can help but not as full-time maintainer. Maybe just as co-mantainer or collaborator.

I did fix Germany and Italian at https://github.com/chmln/vue-wysiwyg/pull/140 The only problem is forgot to register the locale into **index.js**, please be aware for this file.

Which language? It's working when I tried to translate with my own language

**Please stop being arrogant** Instead of forcing someone to learn your language, why not add it yourself via pull request? It's open source after all

Internationalization feature (or i18n) currently in progress, see pull request https://github.com/TranslucentTB/TranslucentTB/pull/463

As this issue still opened, I'm going to answer anyway. > Do you have any recommendation around how to signal down from the flutter app to the embedded to indicate...

# Update Rootless Podman also won't work under `container_user_r` role, even though using cgroup v2. Here's what happened if I run the container: ``` [[email protected] ~]$ podman start -ai nginx...