Results 199 comments of Filip Š

On Ubuntu 20.04 from GH Actions, it seems GCC is too old to support C++20. On 18.04, there are some other failures that are still probably related to the too...

> It's fine if it only supports some bleeding-edge versions and we test for those in the installation script and give some meaningful error messages if those are missing... but...

I did some [tests](https://github.com/filips123/pyenv-cinder-testing/actions/runs/2869593711) on various distros to check what Cinder supports. It appears Cinder only supports GCC 10: * Builds on Ubuntu 16.04-20.04 (GCC 5.4.0-9.4.0) all failed because of...

Adding `CC=gcc-10` on Ubuntu 22.04 still [doesn't work](https://github.com/filips123/pyenv-cinder-testing/runs/7882340687?check_suite_focus=true). So maybe it's related to glibc version? In case this can be fixed, I think the install script could do something like...

Here are logs with verbose build: https://github.com/filips123/pyenv-cinder-testing/runs/7887409227?check_suite_focus=true#step:11:977

@MariagraziaAlastra @dharb Ping...

@oraoto Should I open issue about Emscripten in Wasmer repository?

@oraoto I started implementing a PHP plugin. You can see discussion in iodide-project/iodide#1637. I have a few questions and I need some help from someone that knows how exactly PIB...

@OR13 This will probably be fixed in next version of Web3.

I moved functions into `format` module and all translations into `translations.json`. However, there is some problem. Some tests in `test/test_format_sl.py` fail because it looks like lingua-franca does not detect `get_plural_category_sl`...