Jonian Guveli
Jonian Guveli
~~I'm having the same issue on RPi5 with LibreELEC 12 Beta 1. Had the same issue with LE 11 and updated to 12 in hope that it will be fixed....
@Aligedchud try building atom after setting the env variable below: ``` ATOM_ELECTRON_URL='https://artifacts.electronjs.org/headers/dist' ```
If you use **bash** shell run the command below to build atom: ``` ATOM_ELECTRON_URL='https://artifacts.electronjs.org/headers/dist' script/build ``` If you use **fish** shell run the command below to build atom: ``` env...
@Aligedchud atom was build successfully, you can run it using the executable created in the `out` directory. I don't recommend you use the --install option. If you want to install...
But if you want to install it using the atom scripts, use: ``` ATOM_ELECTRON_URL='https://artifacts.electronjs.org/headers/dist' script/build --install ```
So if anyone wants to build and install atom on arch follow the steps below: 1. Clone the repository ``` git clone https://github.com/atom-community/atom.git ``` 2. Build atom debian package ```sh...
The build script did not create a debian package, make sure you have `dpkg` installed and redo steps 2-4: ``` sudo pacman -S dpkg ```
Hi @autonomous, thanks for the report. The [mrml](https://github.com/jdrouet/mrml) rust library does not provide a validate method. You can open an issue there and if it gets implemented I will add...
Hi @tivgnos, there were some api issues with AtomicHub. They are fixed now. Do you still have problems.
Regarding the 16K page size in mupen64plus it has been reported upstream mupen64plus/mupen64plus-core#1047.